laravel

  1. phpdai

    Laravel Daily — Practical Laravel Queues on Live Server

    About this course The topic of Laravel queues consists of two sub-topics: writing code and setting up the queue on the server. Over the years, I've seen too many courses focused on the first part and too few on the second part.So, in this course, we will show how to set up the queue mechanism...
  2. phpdai

    Laracasts — Build Advanced Components for Filament

    Once you're confidently building interfaces with all the components that are included with Filament, you'll likely want to begin building your own custom ones.Hi, I'm Dan: the co-founder of Filament. This series will teach you how to build components, like custom form fields and table columns...
  3. phpdai

    Laracasts — Rapid Laravel Development with Filament

    In this Laracasts series, I will teach you how to rapidly build applications using Filament and Laravel. By episode two, we will have a nearly fully functioning application.Beyond that, we will dive into the six different Filament packages (Forms, Tables, Notifications, Actions, Infolists, and...
  4. phpdai

    Laravel Daily — Vue.js 3 + Laravel 10 + Vite SPA CRUD

    About this course This is a text-based version of a previous video course on the same subject, updated to Laravel 10 with Vite.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 -...
  5. phpdai

    Laracasts — Modular Laravel

    In this course, we'll discuss the modular monolith, or - if you want to sound fancy - a module-oriented architecture. A modular monolith provides a fantastic middle-ground between the simplicity of a traditional monolithic architecture, and some of the benefits you might encounter within a...
  6. phpdai

    Laravel Daily - Multi-Language Laravel All You Need to Know

    Localizing your application means adapting it to different languages or regions, which can be difficult. Dealing with translating the text, routes, and content while keeping your code organized and easy to manage. Additionally, the need to make quick text changes can be overwhelming.In each...
  7. phpdai

    Laravel Daily — Creating a Quiz System with Laravel + Livewire Step-by-Step

    About this course The best way to learn new things in coding is to code something step-by-step. This is exactly what this course is about.We will create a simple quiz/testing system with Laravel, adding a lot of Livewire components for dynamic behavior, like:Managing quiz questions/options...
  8. phpdai

    The Codeholic - Build and Deploy Laravel Ecommerce Website with Vue.js Admin Panel

    Course Details ✔ - Built with latest Stack ✔ - About 20 unique pages. ✔ - 33+ hours of content ✔ - 200+ videos ✔ - Fully functional project source code ✔ - Customer UI + Admin UI ✔ - Deploy on custom domain ✔ - Lifetime access ✔ - Private Discord Group ✔ - Subtitles in English and Spanish
  9. phpdai

    Laravel Daily — Re-creating Booking.com API with Laravel and PHPUnit

    About this course The best way to learn to code is to create real projects. In this long course, I decided to simulate the creation of a well-known web application: Booking.com with LaravelOf course, I won't create ALL of it, that would take years, I lowered the scope to this:We will...
  10. J

    [EBOOK] Microservices with Laravel

    About The Book "Microservices with Laravel" is the complete guide to mastering building microservices. The book covers topics like:Writing small services with one responsibility Communicating between services in a synchronous way Communicating between services in an asynchronous way Using...
  11. J

    Spatie - Laravel Beyond Crud

    What's inside? The knowledge in this course is built from the years of experience our team has building large, robust applications.EBOOK The ebook is your guide for building large maintainable Laravel applications. Along the way, you'll be introduced to concepts like DDD and hexagonal design...
  12. phpdai

    Laravel Daily — Larastan - Catch Bugs with Static Analysis

    Whether you are starting a new project or taking over an existing project - one question will always come up: "How do I improve code quality?".This question is as old as time itself. The answer could be as simple as "write better code" but in reality - it's not that simple. That's why you...
  13. phpdai

    CodeCourse — Build A Static File Blog with Laravel

    Let's build a ridiculously fast blog from scratch in Laravel, entirely driven by markdown files. No database required!Your blog will feature everything you're used to, like syntax highlighting, post tagging and pagination. Plus, it'll render in record time (20ms or less).Once you're done...
  14. phpdai

    Laravel Daily — React.js Client Parking App - Step-by-Step

    This is a step-by-step course on how to create a React.js application for the existing separate Laravel-based API. The example Parking API is taken from the course Build Laravel API for Car Parking App: Step-By-Step, in this follow-up course we're creating a front-end React app.Notice: This is...
  15. phpdai

    CodeCourse — Eloquent Relationships By Example

    Eloquent is Laravel's ORM (Object Relational Mapper). In simple terms, it's how your models work with the database. The good news? There's a bunch of powerful relationship types available. Our task is to learn when and where to use each one.In this course, we'll cover each basic relationship...
  16. phpdai

    Laravel Daily — [Mini-Course] Laravel Pennant Overview

    Laravel Pennant is a new package released with Laravel 10, to manage so-called feature flags.In this short video course, I will show you what are those flags, how Pennant works, what are its use-cases, and what features it has.All with practical examples, and the repository is available on...
  17. phpdai

    CodeCourse — Translations with Laravel and Inertia

    Localization is a breeze in Laravel applications, but what happens when you need to bring this to the client-side? Turns out in Inertia, it's pretty simple.In this course, we'll build a language switcher, share translations with the client, and build a simple translation helper for Vue to use...
  18. phpdai

    Laracasts — Demystify Laravel's Magic

    In this series, we'll demystify much of Laravel's magic for developers who may not understand how all the pieces fit together behind the scenes. We'll cover a variety of confusing topics, like providers, facades, contracts, and more.
  19. phpdai

    CodeCourse — Learn Inertia

    Single-page applications are great, but they come with the challenge of maintaining two separate projects — the client and the API.Inertia serves as the solution, seamlessly connecting these two components and enabling you to build everything in one application (a monolith) while achieving the...
  20. phpdai

    Laravel Daily — Practical Livewire - Order Management System Step-by-Step

    In this text-based course, we will create a real project to manage orders/products/categories with Laravel and add a lot of dynamic features with Laravel Livewire.Step by step, we will create three menu items: Categories, Products, and then Orders. Here are a few screenshots from the...