Event::listen('widget.sync', function($widget, $user) { if( App::environment('local') ) { Mail::...
I have a Laravel application that is used on multiple sites. Everything is in the /app/ folder as i...
I’m looking for best practices regarding file upload locations. I know I can use the public folder b...
I'm trying to create a route filter that will accept multiple parameters (got it working with one pa...
On localhost, my command does its job and it stops. On Forge, it finishes it job, logs a message, an...
Good day for everyone! I want to ask a help in solving my problem. I'm sending localized emails from...
I have a question in mind about separating controllers. For example, let's say I have a website that...
This works fine why use filter? public function home() { if(Auth::check()) return R...
Hello! I have written a very useful artisan command line function, but it seems that now it makes se...
Hi, how can I secure routes so that user can access only those departments that he belongs to? Basic...
Would you like to discuss any ideas in this video? This is a great place to do so! Learn about utili...
Would you like to discuss any ideas in this video? This is a great place to do so! Decoupling the Mo...
Hey guys, what do you think about the following: Route::get('/', Auth::check() ? 'Controller\Menu@sh...
I have a ManyToMany relation Users controller public function measurement() { return $th...
Hi guys! I'm learning Laravel and am working on a personal project as I do it. It's essentially a d...
Please help me regarding how to add fancybox in 4.2.7. i tried to load fancybox from this link https...
I have a quick question about setting up a structure where a controller calls a service which in tur...
I have come across a situation that doesn't make much sense to me. Just as some background informat...
Hey guys, I just tweaked all my models and controllers to use namespaces. Now I'm using \Model names...
PHPStorm detects an error on the source code of larval. on \Illuminate\View\Factory::startSection()...
Solutions given in the past year. Excluding solutions from thread authors.
Select a tag below to filter the results
The Laravel portal for problem solving, knowledge sharing and community building.