Enable tinker
This commit is contained in:
parent
ceac906771
commit
c036e72642
|
|
@ -60,6 +60,7 @@ class AppServiceProvider extends ServiceProvider
|
|||
|
||||
if ($this->app->environment() !== 'production') {
|
||||
$this->app->register(\Barryvdh\LaravelIdeHelper\IdeHelperServiceProvider::class);
|
||||
$this->app->register(\Laravel\Tinker\TinkerServiceProvider::class);
|
||||
}
|
||||
|
||||
// Support *.tpl extension name
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user