laravel-zero/foundation
Mirror of Laravel’s Illuminate\Foundation for Laravel Zero. Includes small compatibility tweaks: Application doesn’t implement HttpKernelInterface, MAIN_REQUEST constant copied, Kernel::load path handling differs, and queue teardown runs only when Queue exists.
This is a mirror of src/Illuminate/Foundation from Laravel Framework.
In this package, Illuminate\Foundation\Application class doesn't implement Symfony\Component\HttpKernel\HttpKernelInterface interface.
The constant MAIN_REQUEST is copied in from HttpKernelInterface.
Also in this package, the Console\Kernel::load() method does not use the canonicalized absolute path to the app directory.
The Illuminate\Foundation\Testing\Concerns\InteractsWithTestCaseLifecycle class also has been modified to only run the queue teardown when the Queue class exists.
See bin/sync for a full list of automated changes.
Do you like this project? Support it by donating
Laravel Zero Foundation is open-sourced software licensed under the MIT license.
How can I help you explore Laravel packages today?