I have been programming for 3 years with php but I have never used a framework. Lately I have starte...
Everything seems working well but the email of reset password will send twice. That's strange!
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...
After last composer update I saw that Laravel install some Doctrine's package like ORM/Dbal. Can som...
http://laravel.io/bin/XDrq currently, im using the code attached to minify my html output. it also m...
This isn't working, and maybe it's not possible, or maybe I'm close? $allcars = $user->cars()...
Hello, before I start I must say my english isn't at very high level, so some of you may misundersta...
I recently updated a vim syntax for blade which I originally created about a year ago. The updates...
i created a new thread and code highlighting isn't working and edit, reply and delete button are als...
currently, im using the code below to minify my html output App::after(function($request, $response)...
Hi In yii, we could use cache dependency. For example: $sql = 'SELECT * FROM tbl_post LIMIT 20'; $de...
I have this in my current app that I am moving to Laravel. $sql = "SELECT *, MATCH(title,captio...
Hi, my L4 apps runs in MySQL, and all my user accouts are in SQL-Server. I would like create a basic...
So I got some feedback that people like the "laravel starter" command, but they wish it wa...
Hello Forums, I seem to be having a wee bit of trouble, well, I mean, a lot of trouble with attempti...
Hi, When I save a model, I want to validate its contents; I use a validator and a protected array of...
I have the login method in my AuthController: if (Auth::attempt(array('usuario' => $user, 'passwo...
Hi, sorry form my bad english! I have a doubt about how to pass a parameters in filter class. This 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