In Laravel 3 we were able define bundle specific route filters like Route::filter("admin::auth&...
i able to get the value when edit a user infos. In my view there is a part of code(code version A) w...
I'm trying to set up my website to support ratings on posts from users. I'm not sure what the best...
I tried to install https://github.com/andrewelkins/Laravel-4-Bootstrap-Starter-Site but i am getting...
Whoops, looks like something went wrong. I have changed my debug = true but still not working.can an...
When saving a model with relations we do something like this; $ship = new Ship; $ship->name = 'E...
So I'm new to Laravel and want to know how "Auth" works exactly. I'm working on a easy log...
Ok I'm using laravel 5 going through the tutorial series on Larabook and I'm stuck at trying to use...
I am trying to make file upload with laravel 4 in GAE. But GAE doesn't permits write in file applica...
I know this is happening because the referer header isn't being set. I need to be able to provide a...
Image upload error Call to undefined function Intervention\Image\finfo_file() $info = pathinfo($path...
I'm trying to post a form with data and redirect the user directly from controller, but the data is...
Hi, According to the official installation guide (http://laravel.com/docs/master/installation) it sa...
I want to try out Laravel 4 Bootstrap Starter Kit https://github.com/andrewelkins/Laravel-4-Bootstra...
Hi All what i am trying to do is..... 1 users has many Import REF's and each REF has one document my...
Hi everyone, I just want to say if there would be an app for testing your laravel syntax; for exampl...
REST APi is based on resources concept. It's easy to model a "User" with CRUD operations....
I am having the following in one of my controller's show($id) method. There is only this line in the...
How to use postgresql ARRAY, JSON fields in Schema Builder
I'm using the Laracasts\Validation\FormValidator package how would I setup validation rules for each...
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