Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
杨树贤
/
ic_server_welfare
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
ba7b2d29
authored
Aug 23, 2019
by
叶明星
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
优化
parent
1a9d6d95
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
bootstrap/app.php
bootstrap/app.php
View file @
ba7b2d29
<?php
<?php
use
Hhxsv5\LaravelS\Illuminate\LaravelSServiceProvider
;
require_once
__DIR__
.
'/../vendor/autoload.php'
;
require_once
__DIR__
.
'/../vendor/autoload.php'
;
try
{
try
{
...
@@ -27,8 +29,6 @@ $app = new Laravel\Lumen\Application(
...
@@ -27,8 +29,6 @@ $app = new Laravel\Lumen\Application(
$app
->
withEloquent
();
$app
->
withEloquent
();
$app
->
register
(
Hhxsv5\LaravelS\Illuminate\LaravelSServiceProvider
::
class
);
/*
/*
|--------------------------------------------------------------------------
|--------------------------------------------------------------------------
| Register Container Bindings
| Register Container Bindings
...
@@ -83,6 +83,7 @@ $app->singleton(
...
@@ -83,6 +83,7 @@ $app->singleton(
// $app->register(App\Providers\AppServiceProvider::class);
// $app->register(App\Providers\AppServiceProvider::class);
// $app->register(App\Providers\AuthServiceProvider::class);
// $app->register(App\Providers\AuthServiceProvider::class);
// $app->register(App\Providers\EventServiceProvider::class);
// $app->register(App\Providers\EventServiceProvider::class);
$app
->
register
(
Hhxsv5\LaravelS\Illuminate\LaravelSServiceProvider
::
class
);
/*
/*
|--------------------------------------------------------------------------
|--------------------------------------------------------------------------
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment