jenssegers / model

This model provides an eloquent-like base class that can be used to build custom models in Laravel and other frameworks
379 stars 55 forks source link

More documentation? #6

Open woodywould opened 8 years ago

woodywould commented 8 years ago

Could you give an example of more real-world usage, i.e how you would use a Model in a Controller?

Thanks

Cederman commented 8 years ago

You have plenty information on how to use Models in Controllers on Laravel.com: https://laravel.com/docs/5.2/controllers

Then I would also suggest looking the the tutorials over at Laracasts.com :)