This is my route: Route::resource('/', 'PostsController'); PostController's show() method: publ...
Today i updated laravel, and now simple blade commands are not working. For example: @section('scrip...
I have two models: Event and EventLink. Event has a one-to-many relationship with EventLink, and Eve...
Class Channel extends Model { ... ... public function getSubscribersAttribute(){ return $this-&...
In my route.php I defined the route resource: Route::group(['middleware' => 'role:admin|staff|ret...
I can´t manage to find a correct solution for this situation (simplified example): index.blade.php...
So I wanted to create a form function set for my blades to automatically recover values after a fail...
I'm sure the solution to this is stupid simple, and (maybe) has to do with routes, but I'm stumped r...
Hello, Since today, my web site presents an empty page. I really don't know why.. Could you help me?...
How can I submit without refreshing the page? here is my code Route::get ('building/{id}/editsystem/...
Hi,when i access my local site http://example.com/admin,just got 500 exception. routes.php: Rou...
I'm trying to implement drag and drop sorting using JQuery UI but I'm getting an "Internal serv...
Hi, I have to realize a system for massive invoices generation. I try to use dompdf,fpdf and other p...
Greetins, I want to make a double pagination for my backend index view, I try with [this solution]](...
I want to use <code> tag within a blade template that shows php and if I add the <?php ?>...
edit: example of bad logic and time loss. yet useful experience! Goal: I want to have a form input f...
I am trying to refer variable inside @include('partial', ['somevar' => $var, 'otherVar' => $ot...
Hi, I want to have two buttons in the home page (Writer & Reader) and these buttons will direct...
I am having issues when creating my own paginator that the same collection of rows is always returns...
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