jeudi 15 décembre 2016

Is it possible to create a model from mysql database table in laravel

I know that in Laravel we can create a model and migrate them into database.

model ----> migrate ----> table to SQL server.

But my question is there any way to inverse this operation.

i.e

SQL server ---> table_name ----> class table_name extends Model { // }



via Chebli Mohamed

Aucun commentaire:

Enregistrer un commentaire