Support the ongoing development of Laravel.io →
posted 11 years ago

Domain routing

I can't seem to get domain routing to work on my local machine. I created a sub-domain in my hosts f...

0 Likes
2 Replies
Solved
posted 11 years ago

Sending email

Hello everyone, So here, I have not managed to solve a small problem regarding sending email. Let me...

0 Likes
2 Replies
posted 11 years ago

How optimise Model Qeury with large "where in (?, ?, ? .....)" statement

I have projects that each belongs to a user When using Project::with('user') to get all my projects...

0 Likes
2 Replies

Unable to call MySQL user defined function for laravel package bllim datatables

I have created a Mysql user defined function "calcVAT" to calculate some complex calculati...

0 Likes
0 Replies
posted 11 years ago

Laravel 4 Routing Issue

I just setup a new instance of Laravel 4 on my local machine, I've been able to use URL routes succe...

0 Likes
5 Replies

Missing Class

I'm following the posts on the following thread: http://forumsarchive.laravel.io/viewtopic.php?id=15...

0 Likes
1 Replies
posted 11 years ago

Can't login by Auth::attempt method

I have this code public function login(){ $user = User::find(1); if ($user){ echo "I c...

0 Likes
2 Replies
Solved
posted 11 years ago

Collections: When / Why do you use them ?

Hi - I'm an 'old school' developer having spent al my coding life writing raw sql db queries. I'm n...

0 Likes
3 Replies

Eloquent - Advanced Wheres on Relations

Hey Guys, I'm trying to do grouped wheres ( like on SQL with the paranthesis) on Eloquent eager load...

0 Likes
1 Replies
Solved
posted 11 years ago

How do you: Access Session data from command line php?

If I have the laravel session/cookie, how can I use that to retrieve the appropriate information usi...

0 Likes
0 Replies
posted 11 years ago

I have a problem with Eloquent select join table

I have a problem I want to use Eloquent and paginate, i want SELECT join from 2 table user and role...

0 Likes
1 Replies

laravel4 ucenter

how to use the laravel4 ucenter? I can't connect to ucenter!

0 Likes
3 Replies

run migrate Database using artisan (error)

Hello, I'm newbie in Laravel, when try to migrate Laravel 4 with table 'user' in database using arti...

0 Likes
0 Replies

Scalibilty??

Where laravel stands in scalability concept? Is it fast enough for big business projects with more...

0 Likes
4 Replies

Dividing Laravel 4 application into packages - to autoload or not

I am relatively new to Laravel and my project is expanding, I need to separate it into different pac...

0 Likes
0 Replies

Running artisan or composer causes error "mkdir(): No such file or directory","file"

I wanted the Laravel 4.1 package to be at the root of a particular web server so I took it out of it...

0 Likes
1 Replies
Solved
posted 11 years ago

Group by multiple columns in Laravel

Hi all how to group by multiple column in Laravel? I tried this code $routes = DB::table('ro...

0 Likes
1 Replies

hasMany relationship not setting parent id and timestamp data when using insert

The author_id keeps coming up empty along with the timestramp data. How can I fix this? mysql posts...

0 Likes
1 Replies
Solved
posted 11 years ago

User Messaging System Package

Hello friends I created a new package for user messaging, with multipile conversations, multipile us...

0 Likes
3 Replies

Proper implementation for multiple validation

//Contact.php class Contact extends \Eloquent { protected $fillable = array('email', 'name', 'subje...

0 Likes
0 Replies

Thanks to our community

Solutions given in the past year. Excluding solutions from thread authors.

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2025 Laravel.io - All rights reserved.