7 lines
198 B
PHP
7 lines
198 B
PHP
<?php
|
|
|
|
use Illuminate\Foundation\Application;
|
|
|
|
use function Orchestra\Testbench\default_skeleton_path;
|
|
|
|
return Application::configure(basePath: $APP_BASE_PATH ?? default_skeleton_path())->create();
|