29.07.2016 Views

laravel-5

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Eloquent: Getting Started 428<br />

.<br />

1 php artisan make:model User --migration<br />

2<br />

3 php artisan make:model User -m<br />

Eloquent Model Conventions<br />

Now, let’s look at an example Flight model class, which we will use to retrieve and store information<br />

from our flights database table:<br />

.<br />

1

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!