6 Laravel Eloquent Secrets to improve your code
BRANK

Eloquent is the default ORM that ships with Laravel. It implements the Active-Record pattern and provides an easy way to interact with your database. Every single model represents a table in your database with which you can work. In this post, we’ll show you more or less hidden secrets, methods, and properties you might not know to improve your code.

laravel-news.com
Related Topics: PHP
1 comments
  • 読んだ: "6 Laravel Eloquent Secrets to improve your code"