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...
The author_id keeps coming up empty along with the timestramp data. How can I fix this? mysql posts...
Fairly new to MVC and Laravel. I am building a form that allows users (players) to be assigned to /...
I have created about 25 database tables in the migrations folder by first creating the files with ph...
I think Laravel can mangle character entities when storing into database. Has anyone else noticed th...
Hey everyone, I'm having trouble with auth::attempt() and I'm not quite sure what to google. In chr...
My url is like domain.com/p/{id} when I insert a wrong ID i get error 500, how do i show error 404 n...
I have the following tables users id email teams id teamlist id team_id email The reason there...
Something was causing multiple calls to the User table. I found the solution on some blog that reco...
Hi, I'm new in Laravel and I'm thinking about Laravel for my project. Laravel is great, but for data...
if this is $items '$items = Item::with('brand', 'images')->get();', and i have this foreach @fore...
Hopefully someone can help me, I've been trying to find out why for the last few hours. I'm trying t...
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