I have a problem regarding blade templates and localization. I've created a locale-middleware that b...
Hi, I am new to Laravel 4 and trying some things... now i'm stuck at creating a very very basic form...
If i need to put two variables in blade, for example name and surname, which of this two option is t...
I'm creating a form with Form::model , but when defining the fields i sometimes do this: @if (Auth::...
Good afternoon folks, I need your help, I have this car brands list with a button to edit and delete...
Hello everyone, I would like to know if there is a way to use the laravel view outside of laravel ?...
the solution must be simple but i cant see it Iam passing an array to the view, whit all the fields...
Hi guys, Hope you can help me with this simple query. I have this function. public function CapT...
I cannot send mail through laravel. I have changed the .env file, mail file and also changed the smt...
When using both 'touchspin' and 'ichecks' to theme text and checkbox fields with the form also being...
I am getting this Undefined offset error when attempting to access an element in a nested array with...
Hi all! Can anybody help me? thanks a lot http://stackoverflow.com/questions/37624038/how-do-i-parse...
Im building a master page, and atm Im trying to check if a section exists before yielding so i can y...
Model class Domain extends Model { protected $guarded = []; public function clients() { return $th...
hello, I have a little idea, if I have many modules with logic menu in every modules, can that menu...
I'm planning to remove @yield in my default.blade.php when the user is authenticated. How can I do t...
I have 2 models class BrandModel extends Model { protected $table = 'brand'; public functi...
I have default blade , it will have 3 section and one yield content as like below <div id="w...
Artisan display an "K" in all commands and I got the same "K" in my site. E.x: k...
I am new to Laravel, so sorry if this is a simple question. I am trying to incorporate high charts i...
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