Support the ongoing development of Laravel.io →
davidlanier

davidlanier

Joined 11 Apr 2014

Statistics

Threads 7
Replies 9
Solutions 0
Articles 0

Query fails in Laravel but works in MySQL

I have some query scope methods defined in an Eloquent model and am calling them in the controller t...

0 Likes
0 Replies

Setting the DocRoot

I am wanting to host multiple laravel projects as subfolders within a domain, so for one project the...

0 Likes
1 Replies
replied 10 years ago

Edit without form model binding

Call your controller from your route like this: Route::post('credit/update/{id}', 'CreditAppControll...

0 Likes
replied 10 years ago

Route doesn't work for POST method

As a control test, I copied my html form and setup a straight html and php (not using Laravel or any...

0 Likes
replied 10 years ago

Dear God, I think Laravel 5 was a mistake.

Glad I haven't tried 5 yet! If it ain't broke, don't fix it y'all!

0 Likes
replied 10 years ago

Route doesn't work for POST method

I am having the same problem all of a sudden, but only with one form on a site where there are many...

0 Likes
replied 11 years ago

possible to create dinamic sql query

Yes. if (Input::has('columnName')) { ->where('columnName', '=', Input::get('columnName'); }

0 Likes

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2026 Laravel.io - All rights reserved.