first
This commit is contained in:
8
bootstrap/providers.php
Normal file
8
bootstrap/providers.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
App\Providers\AppServiceProvider::class,
|
||||
Yajra\DataTables\DataTablesServiceProvider::class,
|
||||
Spatie\Html\HtmlServiceProvider::class,
|
||||
Barryvdh\Debugbar\ServiceProvider::class,
|
||||
];
|
||||
Reference in New Issue
Block a user