Support the ongoing development of Laravel.io →
Database Eloquent
Last updated 2 years ago.
0

Firstly, this isn't a Laravel problem. This is a PHP issue.

This is a limitation in PHP and it's class implementation.

You're attempting to assign an attribute on the class with another variable before the class has instantiated - as far as PHP's concerned, the $test variable isn't usable until an instance of the User class is created.

What are you attempting to do?

Last updated 2 years ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

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.