i want to change the $errors variable and name it $messages and pass it into the view .. if(! $this...
Hi. I got an users list shown in a table, so, i can see the user detail and a new page with the user...
Hi, I want to ask you guys about how you seperate your roles/rights logic from views or controllers....
Hello, I have a view file which looks like this: <div id = "div-question-form"> <form id="q...
I'm trying to create batched pdf invoices (using barryvdh/laravel-dompdf: https://github.com/barryvd...
After i set a global view data using view::share() is there anyway to access what's inside it later...
We have a historical database application written in MS Access. The key screen allows the user to up...
their is any example to react.js + laravel ?
This does not work? @foreach($posts as $post) @if($post->created_at == 'isYesterday()')...
i wrote this layout in that shape i named it in views/layout default.blade.php @section('head') <...
So I've just started playing with laravel a bit. I've been a heavy CodeIgniter user for years. Anywa...
I have a text string from our database that I'm injecting into a blade template. Is it possible to h...
When I do this (note the 4th param with the class info) Form::select('costRange', array('a' => 'a...
I'm trying to manipulate my views before they are sent to the browser. I found the Blade::extend met...
Hey guys, is it possible to enable Blade by default, without having to name file with .blade.php ext...
hay, i can't understand this part in laravel doc when they said : Overwriting Sections By default, s...
Hi, to speed up some view creation i extended Illuminate\Html\HtmlBuilder with other methods as: fa...
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...
Hey guys, I can solve this myself, so I thought I'd ask for help here. I searched the forum before,...
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