#1 work around not working in travis-ci
This commit is contained in:
@@ -1,21 +0,0 @@
|
|||||||
<?php
|
|
||||||
|
|
||||||
namespace App\Providers;
|
|
||||||
|
|
||||||
use RachidLaasri\LaravelInstaller\Providers\LaravelInstallerServiceProvider as ServiceProvider;
|
|
||||||
|
|
||||||
|
|
||||||
class LaravelInstallerServiceProvider extends ServiceProvider
|
|
||||||
{
|
|
||||||
/**
|
|
||||||
* Register the service provider.
|
|
||||||
*
|
|
||||||
* @return void
|
|
||||||
*/
|
|
||||||
public function register()
|
|
||||||
{
|
|
||||||
$this->publishFiles();
|
|
||||||
$route_path = base_path('/vendor/rachidlaasri/laravel-installer/src/Routes/web.php');
|
|
||||||
$this->loadRoutesFrom($route_path);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -66,7 +66,6 @@ return [
|
|||||||
/*
|
/*
|
||||||
* Application Service Providers...
|
* Application Service Providers...
|
||||||
*/
|
*/
|
||||||
App\Providers\LaravelInstallerServiceProvider::class,
|
|
||||||
App\Providers\AppServiceProvider::class,
|
App\Providers\AppServiceProvider::class,
|
||||||
App\Providers\BroadcastServiceProvider::class,
|
App\Providers\BroadcastServiceProvider::class,
|
||||||
App\Providers\AuthServiceProvider::class,
|
App\Providers\AuthServiceProvider::class,
|
||||||
|
|||||||
Reference in New Issue
Block a user