Closed shaffe-fr closed 4 years ago
I want this package to be as simple as can be, that's why I'm not going to merge it in.
You can specify the value you want in the config file.
The laravel base path cannot be specified in the config file or the laravel route will not match causing a 404.
As the issue cannot be fixed by editing the config, do you think that this PR can be reopened @freekmurze? Thank you
I understand the problem now, thanks!
Thank you. I'll be more thorough next time :)
When Laravel is setup outside of the web server document root, the code cannot be executed as the Laravel installation relative path is omitted. The Web tinker on URL
http://localhost/my/sub/folder/public/tinker
tries to execute code onhttp://localhost/tinker.
This adds a dependency to Laravel Routing module. Do you want me to add it to the composer.json file?