Skeleton is ready
This commit is contained in:
19
bootstrap/providers.php
Normal file
19
bootstrap/providers.php
Normal file
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
/**
|
||||
* Application providers
|
||||
*/
|
||||
App\Providers\SharedService::class,
|
||||
|
||||
/**
|
||||
* Package providers
|
||||
*/
|
||||
// Diffhead\PHP\LaravelDataEnrichment\ServiceProvider::class,
|
||||
// Diffhead\PHP\LaravelRabbitMQ\ServiceProvider::class,
|
||||
|
||||
/**
|
||||
* Feature providers
|
||||
*/
|
||||
App\Feature\Example\Provider::class,
|
||||
];
|
||||
Reference in New Issue
Block a user