How would I implement this with laravel? INSERT INTO table (a,b) VALUES (1,2), (2,3), (3,4); thanks
Hello Guys, I just Worried for my Codes, And I dont know what to do. Cuz, iam new in Laravel, My Pro...
i want to build a function call fixdelete to define a new softdelete. as you see: DB::update('update...
why this route wont work ? its just refreshed the page. data wont fill in database routes.php <?p...
Hello, I am building a scheduler app that find candidates with free timeslots that fits into an empl...
Route File:- Route::get('/',function(){ $menuitem = Menuitem::all(); return VIEW::make('index',$menu...
Hi, I'm looking for advise on how to group results from a query, the laravel way, I've tried looking...
This Fluent statement: DB::table('plans') ->where('creator_id', '=', '0') ->leftJoin('...
Is this even a possibility? Need it for a legacy project to transfer some data daily to my MySQL dat...
I'm trying to use a mysql function in the column list. But i get an error column not found?... selec...
Does anyone know if you need to still maintain foreign key constraints in services? Say I have a use...
just need an example on how to seed records from a different database. do i need to add the connecti...
i need to insert bulk data into tables and defer foreign key constraint checking until transaction c...
I have a need to search the database of my site based on a URL. Since i am not near my local server...
I have form with hours (for every weekdays) and want: insert, update or delete row. Is there a bette...
I have created a Mysql user defined function "calcVAT" to calculate some complex calculati...
I'm following the posts on the following thread: http://forumsarchive.laravel.io/viewtopic.php?id=15...
Hey Guys, I'm trying to do grouped wheres ( like on SQL with the paranthesis) on Eloquent eager load...
Hello, I'm newbie in Laravel, when try to migrate Laravel 4 with table 'user' in database using arti...
Hi all how to group by multiple column in Laravel? I tried this code $routes = DB::table('ro...
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