Eloquent 101 - 02 First Things First

Use Artisan to generate a model and execute some very basic Eloquent calls without really writing a line of code. We look at the first() method, an...
Back to Top