laravel

  1. phpdai

    Laravel Daily — Livewire 3 From Scratch: Practical Course

    About this course Web pages these days require dynamic elements, preferably without page refresh. For many years, developers have used JavaScript for this.But if you are a back-end Laravel developer without front-end skills, now you can achieve the same things without writing JavaScript.Meet...
  2. phpdai

    Laravel Daily — Filament 3 From Scratch: Practical Course

    About this course Filament is one of the most popular admin panel and form builder systems for Laravel.With the new release of Filament 3, it has even more features!In this course, we will start from the very beginning of installing Filament, creating basic CRUDs, and then modifying them for...
  3. phpdai

    Laravel Daily — Laravel Vue Inertia: Food Ordering Project Step-By-Step

    About this course If you want to use Inertia with Vue in your projects, this is a course for you to learn and practice: we will create a real-life project of ordering food from a restaurant, starting from the very beginning of installing Laravel Breeze with Inertia Vue.You will learn things...
  4. phpdai

    Laravel Daily — Laravel Array Validation: All You Need To Know

    About this course While reading Laravel questions on forums, I notice a lot of questions and tricky situations with complex forms containing arrays of data.How to validate the multiple rows of data? How to show error messages? How to validate multi-dimensional arrays? How to perform real-time...
  5. phpdai

    Laravel Daily — Laravel 10: Small Reservation Project Step-By-Step

    About this course This text-based course is a detailed explanation of how I would create a real project taken from Upwork: from analyzing the job description to actually finishing it off.I also include a lesson where I mimic the scenario of a client giving feedback which leads us to refactor...
  6. phpdai

    Laravel Daily — Handling Exceptions and Errors in Laravel

    About this course Quite often, I get questions like these:When do we need to use the try/catch blocks in Laravel? What do we put inside of that "catch"? How to return a friendly error message to a user in that case? etc.Our goal is to avoid this shown to the user:Handling Exceptions and...
  7. phpdai

    Laracasts — Build Shopify Apps With Laravel

    Welcome to the world of Shopify, where I'll show you, step by step, how to build a Shopify app with Laravel from scratch. We'll cover everything you need to know - from the initial setup, all the way to deployment. I hope you're excited!
  8. phpdai

    Laravel Daily — Laravel User Timezones Project: Convert, Display, Send Notifications

    About this course In this course, we will create a demo Laravel project implementing timezones based on the user's choice. The course will be split into 3 parts:Part 1. Timezone in Users Table: RegistrationWe will take the default Laravel Breeze and add a timezone field choice to it...
  9. phpdai

    Laravel Daily — Filament Adminpanel for Booking.com API Project

    About this course Quite recently we released a course on creating Laravel API similar to Booking.com. Now, what if we need to manage its data with the admin panel? Filament to the rescue!In this follow-up course, we will create a simple admin panel for existing API and database, to manage...
  10. 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...
  11. 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...
  12. 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...
  13. 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 -...
  14. 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...
  15. 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...
  16. 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...
  17. 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
  18. 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...
  19. 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...
  20. 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...