php Laravel Basic ORM #3

Mario tsai
Aug 16, 2021

--

ORM

make a model

php artisan make:model ModelNamecomposer dump-autoload

And Start test

php artisan tinker
>>> ModelName::all()
>>> ModelName::where('id','>',3)->get()

--

--

Mario tsai

Major in physical education. Football referee. And high interest in looking the world through the numbers.