Laravel this is not only a practical framework, it is also a programming style
i'm trying to query my mysql database with eloquent laravel but it doesn't work.
User::where('id', 1)->first()
however when i try with sql query it works.
DB::table('users')->first()
thanks in advance.
Aucun commentaire:
Enregistrer un commentaire