-
-
Notifications
You must be signed in to change notification settings - Fork 101
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Does the box support laravel? If so, can a box.json be provided? #1368
Comments
I thought there was a doc entry for it, but looks like there is only a Symfony one. To answer your question though, yes Laravel is supported. There should not be any framework that inherently cannot be supported. There is a few caveats of course, but it has more to do with PHARs than Box:
I think most of of what is written in the Symfony doc goes for Laravel, and as a matter of fact there is LaravelZero which is a more tailored distribution of Laravel for CLI applications and it uses Box for its compilation. |
Thank you. I tried the documentation about Symfony, but it still failed. I will try LaravelZero |
It is possible with Laravel, currently working on a project at work that uses Laravel within a PHAR for over 2 years now. There are some quirks and workarounds required! The most important one to overcome is I 'patch' certain Laravel dependencies via a custom |
@yoramdelangen hi! I'm interested in such patches, do you have them available somewhere? Thanks |
@LuisAlejandro I cannot share you everything, but I can share snippets and talk you through it.. please note this is from Laravel <11.. Planning on upgrading the project soon to Laravel 11.. We have used this kind of structure since Laravel 8 and no issues during upgrades (yet). 1. Adjust
|
Does the box support laravel? If so, can a box.json be provided? I have tried many times but have failed
The text was updated successfully, but these errors were encountered: