Get in touch: support@brackets-hub.com



Tag: Eloquent

  • The PHP Framework for Web Artisans

    The PHP Framework for Web Artisans

    Laravel is a powerful MVC PHP framework, designed for developers who need a simple and elegant toolkit to create full-featured web applications. Laravel was created by Taylor Otwell. It provides a robust set of tools and an application architecture that incorporates many of the best features of frameworks like CodeIgniter, Yii, and others. With Laravel, […]

    Read more...

  • Mastering Eloquent ORM in Laravel

    Mastering Eloquent ORM in Laravel

    Eloquent ORM is one of the standout features of Laravel. It provides an elegant, active record implementation for working with your database. Each database table has a corresponding “Model” that is used to interact with that table. Models allow you to query for data in your tables, as well as insert new records into the […]

    Read more...