include missing
This commit is contained in:
parent
88b5850c32
commit
d3e12785bb
20 changed files with 584 additions and 4 deletions
7
workbench/bootstrap/app.php
Normal file
7
workbench/bootstrap/app.php
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
<?php
|
||||
|
||||
use Illuminate\Foundation\Application;
|
||||
|
||||
use function Orchestra\Testbench\default_skeleton_path;
|
||||
|
||||
return Application::configure(basePath: $APP_BASE_PATH ?? default_skeleton_path())->create();
|
||||
Loading…
Add table
Add a link
Reference in a new issue