I'm currently building a REST API with laravel. I'm trying to implement filtering of results on a ro...
Hey guys, I am having some trouble getting my error messages to show for my custom Validation class....
How do i make eloquent: NOT assume that my primary key is only named 'id' set the $timestamps prope...
Hi, I have this code in my_view.blade.php : <div class="row"> <div cl...
I'm using Route::resourse(...) and when I run artisan route it shows my routes the GET routes show u...
Hi all, I use view composers heavily throughout the app I'm working on. For example, one of my rout...
Hi, I'm a newcomer to Laravel. I tried to create custom error pages for the application. I did follo...
Hello I'm learning Laravel 4, and I came up to Eloquent relationships. I have two models, user and g...
Good night, In this code, i got an error that says that the variable userId doesn't exists when its...
How do I access the array value of Input::old('option') @if(Input::old('option')) @foreach( Input::o...
I've looked around for a tutorial or a best practice for implementing a filter for results. I would...
return View::make('home')->with(array('posts' => $posts)); The above is working for me, so I...
I am extremely sorry for this novice question in the link http://laravel.com/docs/routing#route-filt...
I have input with name = "image []" multiple = "multiple" which depends on other...
Hi all! How do I get rid of the index.php file in the URL? Currently my site works either way: http:...
I'm using this tutorial to create a timer .. http://parashch.wordpress.com/2013/05/25/countdown-time...
Is there any fast method to change values into files like language files (php) or json files?
I have this view code (hello.php) <!DOCTYPE html> <html> <head> <meta name=&quo...
I just came across an example that put the validation inside of a model like so: class User extends...
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