I am using the same codebase to spin up different sites which may exist in different timezones. The...
I am using several scope functions in an eloquent model to retrieve data, and in one of the function...
I'm trying to select specific columns from two tables however when I add the ->select() method in...
So I'm doing something like this: $ImageCategory = ImageCategory::where('styles.id', '=', $categ...
I am trying to call Eloquent's save() method on an existing record but getting an error from Illumin...
Call your controller from your route like this: Route::post('credit/update/{id}', 'CreditAppControll...
As a control test, I copied my html form and setup a straight html and php (not using Laravel or any...
Glad I haven't tried 5 yet! If it ain't broke, don't fix it y'all!
I am having the same problem all of a sudden, but only with one form on a site where there are many...
Yes. if (Input::has('columnName')) { ->where('columnName', '=', Input::get('columnName'); }
The Laravel portal for problem solving, knowledge sharing and community building.
The community