Add needed libraries

Queue, database, tinker. Queue needs logging.
This commit is contained in:
Dan Jones 2022-02-26 15:34:32 -06:00
commit e28d8970ac
12 changed files with 1163 additions and 4 deletions

View file

@ -54,7 +54,9 @@ return [
*/
'providers' => [
App\Providers\AppServiceProvider::class,
\App\Providers\AppServiceProvider::class,
\Illuminate\Queue\QueueServiceProvider::class,
\Intonate\TinkerZero\TinkerZeroServiceProvider::class,
],
];