I have a database table called "events" that holds wedding/exhibition events. I'm using El...
Hi.. i have insert Auth::check() is the constructor of BasicController. it is suppose to redirect al...
Hi, Can any one suggest me how to make the printable page in laravel. For example in E-Commerce proj...
//form {{ Form::open(array('route' => 'performances.store')) }} @for($i=1; $i<=5; $i++) Inicio...
Title is self explanatory
I have editors = User::with(['editor.credentials','editor.specialties','editor.ratings']);...
I am terrible at explaining so I will do my best in point form: Each page queries a list of data Us...
My Laravel application is logging to both storage/logs/laravel.log and the PHP error_log (/var/log/h...
When I create controllers whit artisan... artisan controller:make NameController Artisan creates a f...
I have this on my routes.php Route::any('admin/productos/showbynombre', 'Admin_ProductosController@s...
Hello, I've been looking at the installation documentation to get my first Laravel app working and I...
Hey there, I am stumped on why my query is sending me back the full object when I do $date->exhib...
I have a subdomain idp.whoisdoma.com setup, When I use the following code, the style and javascript...
Hi, I am building a report system and we need to make overviews, statistics and others like that. Us...
Please guys how do i a nice laravel ajax post and get the data in laravel backend. my code my route....
I am trying to make my urls seo friendly. I want my urls to be like http://www.example.com/products/...
Hi, I'm sure I'm not the only person who has encountered this, but I've been trying to get validate...
Hi everybody i have two model which called Department and Course, every dept has many courses, and c...
Just wondering if there is a solution here.. When I use the Form::label helper and add some HTML in...
Hey guys, I am going to build a new web application, and I have a question about the architecture of...
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