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...
I am relatively new to Laravel and my project is expanding, I need to separate it into different pac...
I wanted the Laravel 4.1 package to be at the root of a particular web server so I took it out of it...
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...
Hello friends I created a new package for user messaging, with multipile conversations, multipile us...
//Contact.php class Contact extends \Eloquent { protected $fillable = array('email', 'name', 'subje...
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