Hi! I would like to build a plugin system, any suggestion how to start?
Is there a way to call models in view like this $blogpost = new Blogpost(); without namespace? I don...
Hi! i would like to dynamically change a path in my laravel 5.3 app from a middleware. How can I acc...
Well I checked the source code, and I found out that unfortunatelly it's hardcoded.
Try with a backward slash at the begining of you classnamespace: new \Auth\ActivationService()
I'm working on a plugin system, and I would like to store the tables created by the plugin migration...
Hi! I guess you have to set multiple unique columns. You can do it with unique or primary property....
You just have to define a row in db for theme, and build the theme path/namespace by that value dyna...
The Laravel portal for problem solving, knowledge sharing and community building.