Hello there. According to the docs, you can do things like this with routes (http://laravel.com/doc...
So i have this foreach which show me list of invoices and i need to have the behavior 'Delete' on ea...
Sounds silly, but how do I allow a user to change their password through the authentication driver?...
I just copied all my files to a server online. I did this with filezilla. Strange thing is laravel g...
Hello, In my laravel 4 application, I need to add more fields in user table. I made new migration fi...
I suspect that the answer here is a simple 'how to use laravel' kind of answer, but I can't seem to...
i realize the question sounds very rudimentary, but coming in from the front end side of development...
At this point I have two files in my migration folder, one to create the table with its columns, and...
Hello Guys and Girls. I am currently developing a small web-app using laravel. In general, I am very...
How do I access the array value of Input::old('option') @if(Input::old('option')) @foreach( Input::o...
I have set up two models: User and Survey and defined their relationship in the model. One user may...
Hey guys, I'm trying to figure out if this is the best way to go about this. I have a tv_shows table...
Hi ! I have a lists on articles that I get from a simple Eloquent query Article::where('state', '=',...
Hi everyone :) I'm having a problem with determining a owner of a model. The application is supposed...
Stumbled upon the biggest Laravel issue for me. I don't like the idea of defining routes for many me...
Routes.php Route::get('tool/url_translate', function() { $url = Input::get('url'); echo $url...
How can I do something like this with encryption. [code] if( ! Crypt::decrypt(Input::get('encryptedv...
Hi, I have update the composer.phar today, and since that, all the methods in the model files don't...
Hey Laraguys, I am really new to Laravel, however I am enjoying my time alot by working with it. Thi...
Hey guys, Laravel is the first framework I have decided to learn and start working with. I've been a...
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