mirror of
https://github.com/anikeen-com/print-cli.git
synced 2026-03-13 13:46:07 +00:00
Initial commit
This commit is contained in:
5
bootstrap/app.php
Normal file
5
bootstrap/app.php
Normal file
@@ -0,0 +1,5 @@
|
||||
<?php
|
||||
|
||||
use LaravelZero\Framework\Application;
|
||||
|
||||
return Application::configure(basePath: dirname(__DIR__))->create();
|
||||
5
bootstrap/providers.php
Normal file
5
bootstrap/providers.php
Normal file
@@ -0,0 +1,5 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
App\Providers\AppServiceProvider::class,
|
||||
];
|
||||
Reference in New Issue
Block a user