dimanche 22 mai 2016

Models in laravel

I'm developing an app in laravel, specifically a social network. After wasting some time stuck on an issue I found out I had two files wich responded to the user model.

My files

One is namespaced under "appname" and the other under "appname\Models", Adding the posts() method in the one under "appname" gave me an error where the method couldn't be found, so I assumed the one under "appname\Models" was the correct one. Although deleting the "User.php" under "appname" gives me a

Fatal error: Class 'Instyle\User' not found

error.

I'm sure I've misunderstood something along the lines I just can't point out where.



via Chebli Mohamed

Aucun commentaire:

Enregistrer un commentaire