Support the ongoing development of Laravel.io →
posted 10 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 10 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 10 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 10 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 10 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 10 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 10 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

Register then Redirect to Intended Issue

I am trying to make it so if a user clicks on a protected link, they get forwarded to a login / regi...

0 Likes
2 Replies

Returning checked checkboxes based on pivot

Fairly new to MVC and Laravel. I am building a form that allows users (players) to be assigned to /...

0 Likes
1 Replies
Solved

Access Validation $errors outside a view?

In any view, $errors is always available and returns the appropriate object. However, I'm trying to...

0 Likes
6 Replies

Routes didn't work for me :(

As I am new to laravel, and studies all of the routing documentation. But still stuck on basic routi...

0 Likes
7 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.

© 2024 Laravel.io - All rights reserved.