Support the ongoing development of Laravel.io →

Custom ServiceProvider not loading via web, but loads via phpunit? (L4.2)

I'm using Laravel 4.2. I have a custom ServiceProvider that is registered in app.php. My code wasn't...

0 Likes
2 Replies
Solved
posted 10 years ago

How to access the Model Class(like User,Post) from outside the controller

When I try to access the Model Class from a custom Class I get Class not found Exception. I also use...

0 Likes
0 Replies

Error during upload project on web server

I have created laravel project on my local server. Now I have uploaded my project on web server. I h...

0 Likes
1 Replies
Solved
posted 10 years ago

how can i fire event in pivot model

i implement custom pivot like this http://laravel.com/docs/master/eloquent#working-with-pivot-tables...

0 Likes
0 Replies

Laravel session resets after reload

My laravel session doesn't seem to be working. When I reload the page all session data seems to be l...

0 Likes
1 Replies
posted 10 years ago

How do you promote meetups?

With your local meetups, how do you invite people? And how do you spread the word?

0 Likes
1 Replies

How to extend Builder to add custom where function

Hi. I'm trying to add some postgresql functionality to Eloquent. I've already made it so I can migra...

0 Likes
0 Replies

Laravel + Cashier + Stripe

Hello guys, i am new in laravel. i implemented new site using this frame work and now want to add...

0 Likes
3 Replies

LeftJoin and Hydrated Relations

I have this models: class Users extends \Illuminate\Database\Eloquent\Model { protected $table =...

0 Likes
0 Replies

Eloquent: hydrate a native JOIN query

Hi all, i'm evaluating Eloquent ORM in a project. The DBA won't allow me to do the 1+1 select querie...

0 Likes
1 Replies

"Error in exception handler." directly after installation

Error in exception handler. This is the message, when I open http://localhost:8000 after installing...

0 Likes
3 Replies

Table seeder works individually but not as the last seeder called in the DatabaseSeeder seed sequence?

I have a seeder that ended up working when I added protected $guarded = ['id'] to the model class of...

0 Likes
6 Replies

How to use database session to persisting data (payload field)

Hi, I want to save the user data in a database session and access to these later. The app has a reme...

0 Likes
0 Replies

Pretty URL purgatory

I've never had this issue before, setting up on a new work machine and getting some odd issues. Firs...

0 Likes
1 Replies
posted 10 years ago

Laravel 5 Cannot redeclare class App\Http\Controllers\Auth\AuthController

http://laravel.io/bin/9b59O -> 2 days old install of Laravel 5 i run to this error, after prepari...

0 Likes
4 Replies

Using Packages as available services for users

I wanted to use packages to isolate different services used in a saas application, only enabling eac...

0 Likes
2 Replies

Array Undefined offset 0

I keep getting the error "Undefined offset: 0", and i don't understand why. When i debug $...

0 Likes
5 Replies
posted 10 years ago

Laravel 4 - Many to Many relationships help

I don't understand how i can use my many to many relationship. I'm using a older laravel version (4....

0 Likes
10 Replies
Solved

eager loading (don't know how to call my problem exactly)

Hi, I have three tables: resources, locations and location_supplies The resources table contains the...

0 Likes
7 Replies
Solved

Debug not working

In my new Laravel 4.2.11 installation I'm getting the "Whoops...." error when loading a pa...

0 Likes
2 Replies
Solved

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.