laravel 9

  1. phpdai

    Laravel Daily — Vue.js 3 + Laravel 9 SPA - CRUD with Auth

    About this course Vue.js is by far the most popular JavaScript framework in the Laravel community, and the newest Vue.js 3 version with the Composition API is a new way to create SPAs - Single Page Applications.In this course, I will create such an application in almost live-coding mode, with...
  2. phpdai

    Laravel Daily — Laravel Testing For Beginners: PHPUnit, Pest, TDD

    About this course If you want to get a serious developer job, you are usually required to write automated tests.So if you haven't started yet, this course is for you: I will give you practical examples, and explain the theory along the way.We will talk about:How to setup and run tests in...
  3. phpdai

    Laravel Daily — Laravel Multi-Tenancy: All You Need To Know

    Multi-tenancy is needed in almost all Laravel projects, in various forms. Some projects limit records by users, others divide users into teams, companies, or tenants. More complex projects separate the data into databases, subdomains, and filesystems.In this course, I want to talk about ALL of...
  4. phpdai

    Laravel Daily — React.js + Laravel: SPA CRUD with Auth

    React.js is by far the most popular JavaScript framework in the world.Maybe not so much in the Laravel community, and that's specifically why I've published this course.In this 3-hour course, I will create a Single Page Application (SPA) in almost live-coding mode, with a Github repository...