just need an example on how to seed records from a different database. do i need to add the connecti...
i have used eloquent in this photo, and i want to remove red underline text
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...
Hi I am trying to use ORM to build a simple query like this Deals::find($id)->city; But I can't!...
I have form with hours (for every weekdays) and want: insert, update or delete row. Is there a bette...
I can't seem to get domain routing to work on my local machine. I created a sub-domain in my hosts f...
Hello everyone, So here, I have not managed to solve a small problem regarding sending email. Let me...
I have projects that each belongs to a user When using Project::with('user') to get all my projects...
I have created a Mysql user defined function "calcVAT" to calculate some complex calculati...
I just setup a new instance of Laravel 4 on my local machine, I've been able to use URL routes succe...
I'm following the posts on the following thread: http://forumsarchive.laravel.io/viewtopic.php?id=15...
I have this code public function login(){ $user = User::find(1); if ($user){ echo "I c...
Hi - I'm an 'old school' developer having spent al my coding life writing raw sql db queries. I'm n...
Hey Guys, I'm trying to do grouped wheres ( like on SQL with the paranthesis) on Eloquent eager load...
If I have the laravel session/cookie, how can I use that to retrieve the appropriate information usi...
I have a problem I want to use Eloquent and paginate, i want SELECT join from 2 table user and role...
Hello, I'm newbie in Laravel, when try to migrate Laravel 4 with table 'user' in database using arti...
Where laravel stands in scalability concept? Is it fast enough for big business projects with more...
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