Replies: 2 comments
-
Do I get it right you just move the useApp and useBootstrapPath into the chain rather then having them called afterwards? Not sure what the problem is, but I think Taylor would have done so if he thought that was possible. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Since all the return Application::configure(basePath: dirname(__DIR__))
->withProviders()
->withRouting(
web: __DIR__.'/../routes/web.php',
// api: __DIR__.'/../routes/api.php',
commands: __DIR__.'/../routes/console.php',
// channels: __DIR__.'/../routes/channels.php',
health: '/up',
)
->withMiddleware(function (Middleware $middleware) {
//
})
->withExceptions(function (Exceptions $exceptions) {
//
})
->create()
->useAppPath(__DIR__.'/../src')
->useBootstrapPath(__DIR__); |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey laravel lovers,
i have an idea about add folder configuration to Application Builder in L11
Proposed approach
Current approach
Beta Was this translation helpful? Give feedback.
All reactions