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...
I am using the footable sort table on github (https://github.com/bradvin/FooTable/blob/V2/demos/sort...
How can I do something like this with encryption. [code] if( ! Crypt::decrypt(Input::get('encryptedv...
Hi, I use a controller function to insert datas in database and get some others datas : public funct...
My app often needs data about different categories on different places of the application, so I put...
Anybody know how create this SQL with Query builder: SELECT * FROM (SELECT * FROM 005_056_cola_envio...
I have created an artisan command that calls on a custom class. My custom class uses reflection to i...
Hi, I have update the composer.phar today, and since that, all the methods in the model files don't...
Hi guys, I successfully installed Laravel4 on apache webserver using composer. It generated set the...
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