Hello, I am developing a Laravel package and I am wondering what is the best practise when dealing...
Hello, where can I place code (Laravel 5.1) that has to be executed after the App\Providers\AppServi...
Hello, in my application users can add other users (to establish a "friendship"). Therefor...
Hey, lately I have got a lot of troubles with models that use the SoftDeletingTrait. If I want to ha...
Hey, is there a way to extend Illuminate\View\Engines\CompilerEngine? I want to override one of its...
simonhampel said: siconize said: so this is the famous "laravel drama" i've heard so muc...
Yeah okay sherwinncnadev should at least consider to use class-based view composers. It's probably t...
Why? They are tied to a view. And you cannot pass arguments to them, right? What is the benefit? I s...
Hi, for adding my widgets to a view I use an HTML extension. HTML Extension: // app/html_extensions....
isn't there a helper function to get the base path? so try: $newName = substr($directory, strlen(cla...
The Laravel portal for problem solving, knowledge sharing and community building.