I have face this question several times. Sometimes I write a package that uses one or several 3rd pa...
I'm trying to implement a video streaming server using laravel, with Jwplayer as a client. It works...
You can use laravel runtime configuration (Config::set) from your package service provider register(...
Maybe you could dump Config::getNamespaces() and see what you got there
They are in the GitHub Repository : https://github.com/laravel/framework
The public_path() function does not intend to be use to serve browser friendly uri, so you're right,...
Thanks! For the Facade I'm not sure how to accomplish this, though i'm not conviced it's a good prat...
The Laravel portal for problem solving, knowledge sharing and community building.
The community