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()...
Hi, In my Laravel app users can send private messages to each other and I want to be able to pass a...
Hello guys, I m new on Laravel and try to learn. Now i am busy with some coded laravel project like...
Ok, so I don't know if this can be incorperated, but I notice that laravel doesn't have a way of gen...
I'm having a curious problem that probably stems from my lack of knowledge of the IOC! I'm injecting...
Sorry if the title is confusing - I am trying to work out best practice for an app and I am lost. Yo...
Hi, I'm working on a cms package but my routes.php can't find my controller... My package is called...
I've got existing apps that I'd like to move to a new model where the back-end is purely API driven,...
I'm using a full-page cache system and I want to refresh cover and target posts proactively so the b...
Hello, i have this route Route::get('display/{id}', array('as' => 'display', 'uses' => 'HomeC...
Hey guys, I wonder if you have ever tried to create modular application with Laravel. That is, inste...
new to laravel and use of php frameworks. was wondering if laravel is appropriate for use in develop...
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.
The community