'Eloquent' tutorials

All 'Eloquent' tutorials:

  1. New Course: Build an App With GraphQL, Laravel, and Vue

    New Course: Build an App With GraphQL, Laravel, and Vue

    Tutorial Beginner

    If you want to learn all about the GraphQL web API in depth, try our new course, Build an App With GraphQL, Laravel, and Vue.

  2. Testing in Laravel

    Testing in Laravel

    Tutorial Beginner

    Irrespective of the application you're dealing with, testing is an important and often overlooked aspect that you should give the attention it deserves....

  3. New Course: 3 Practical Examples to Learn Laravel

    New Course: 3 Practical Examples to Learn Laravel

    Tutorial Beginner

    Our new course, 3 Practical Examples to Learn Laravel, helps you master the Laravel PHP framework by building a series of practical applications.

  4. 11 Courses to Help You Master PHP Frameworks

    11 Courses to Help You Master PHP Frameworks

    Tutorial Beginner

    In this article, you'll learn about 11 courses that will get you up to speed with Laravel, Lumen, Phalcon, Symfony, and a range of other PHP frameworks.

  5. New Features in Laravel 5.2

    New Features in Laravel 5.2

    Tutorial Advanced

    In this article, I will take a look at the new features of Laravel 5.2 and describe them one by one.

  6. The Repository Pattern in Laravel 5

    The Repository Pattern in Laravel 5

    Tutorial Advanced

    In this tutorial, you'll learn how you can easily create a repository based on Doctrine in Laravel 5.0, which will result in many benefits.

  7. Writing Blazing Fast MySQL Queries

    Writing Blazing Fast MySQL Queries

    Tutorial Intermediate

    Get the most out of your MySQL server and keep your website running fast by mastering the art of writing fast queries and auditing your app.

  8. What Are Laravel Packages?

    What Are Laravel Packages?

    Tutorial Intermediate

    This is a short overview of how to create a Laravel 5 package. As you will see, creating the package is easy, and can be an important tool for simplifying...

  9. Doctrine ORM and Laravel 5

    Doctrine ORM and Laravel 5

    Tutorial Beginner

    Doctrine 2 is an ORM for PHP that provides transparent persistence for PHP objects. In this tutorial, you'll learn how to set up Doctrine ORM with Laravel 5.

  10. Build a Real-Time Chat Application With Modulus and Laravel 5

    Build a Real-Time Chat Application With Modulus and Laravel 5

    Tutorial Intermediate

    In this tutorial, I will show you how to implement a real-time chat application with Laravel 5, PostgreSQL, and Pusher. Then we will deploy this application...

  11. Using Laravel 5's Authentication Facade

    Using Laravel 5's Authentication Facade

    Tutorial Beginner

    In this quick tip, I am going to show you how to use Laravel 5's authentication facade to implement sessions, user registration, remember me, and password...

  12. Introduction to Lumen

    Introduction to Lumen

    Tutorial Beginner

    Have you heard of Lumen yet? If you answered yes, that's great. If you answered no, let me explain to you just what Lumen actually is.