laravel

  1. phpdai

    CodeCourse — Build a Forum with Inertia and Laravel

    About this course Ready to build a forum with Inertia and Laravel? Why a forum? A forum touches a whole load of concepts that you'll use throughout your development career – particularly on the client-side, where we'll be doing most of the heavy lifting. So, let's build a clean, modern forum...
  2. phpdai

    Laravel Daily — How to Create Laravel Package - Step-by-Step Example

    About this courseCreating a Laravel package may be a good option if you want to re-use some functionality in a few of your own projects, and also share that with the world, for other developers to benefit. For example, you've created a visual Permission Editor adminpanel as an extension of a...
  3. phpdai

    Laracasts — Servers for Laravel

    In this series, we'll learn, from scratch, how to provision servers to run Laravel applications. We'll begin with the core elements for any VPS, and then work our way up to installing and configuring the necessary software to securely run your Laravel applications.
  4. phpdai

    Laravel Daily — Build Laravel API for Car Parking App - Step-By-Step

    These days, Laravel is widely used for API projects, every developer needs to know how to create this type of project, with no visual layer, for usage by a front-end client or a mobile app.In this text-form course, we will create a real-life API for a car parking application.Step by step, we...
  5. phpdai

    Laravel Daily — Deploy Laravel Project to AWS EC2 - Step-By-Step

    Many of Laravel jobs will mention AWS (Amazon Web Services) as a requirement. In my research, this number was at about 40-50%.Of course, the whole AWS ecosystem is huge, with a lot of tools, but the very foundation for beginners, in my opinion, is to set up a server and deploy a Laravel...
  6. phpdai

    CodeCourse — Installing Inertia from Scratch

    The Laravel ecosystem gives us packages like Laravel Breeze and Jetstream which come ready set up with Inertia installed. But what if you want to install Inertia from scratch and build your own features on top of it?In this course, whether you're new to Inertia or not, we'll be covering...
  7. phpdai

    CodeCourse — Passwordless Authentication with Laravel 2023

    Say goodbye to the traditional email/password flow and implement passwordless authentication with Laravel! In this course, we'll cover sending a secure link via email to allow users to sign in seamlessly. Oh, and we'll cover the entire registration process too.Use it on its own, or combine it...
  8. phpdai

    Laravel Daily — Advanced Laravel Testing

    This course is a follow-up to the previous Laravel Testing for Beginners, but this one is for more experienced developers.If you have written some Feature/Unit tests successfully, but want to get deeper into specific situations and how to test it, this course will cover:20+ various useful...
  9. phpdai

    Udemy Code With Dary - Mastering Laravel 10 Query Builder, Eloquent & Relationships

    This guide covers Laravel's database configuration, Migrations, Seeders, Factories, and the Query Builder. It teaches how to use the Query Builder for CRUD operations, construct SQL queries, and build complex queries with conditional logic and dynamic filters. Additionally, it covers Eloquent...
  10. phpdai

    CodeCourse — Build a File Marketplace with Laravel 2023

    Build a marketplace where sellers can list and sell files, while we take a cut of each sale using Stripe Connect.We'll cover onboarding users with Stripe Connect, creating products and uploading files, payments, and delivering purchased files to your customers.Here's everything we'll cover...
  11. phpdai

    Laravel Daily — Laravel Collections Chains - 15 Real Examples

    About this course Collections in Laravel are "hidden gems": everyone has heard of them, but not everyone is using them or even knows how to use them.Especially they are effective when performing multiple operations with data - so-called "chains", and this course is specifically about that...
  12. phpdai

    Laravel Daily — Vue Inertia + Laravel - From Scratch

    About this course So, you want to create web-projects as SPAs, but you feel it's too complicated? Meet Inertia.js.Single Page Applications (SPAs) have been quite complicated: you need to create the front-end with Vue/React or another framework, then back-end API with Laravel/Ruby or another...
  13. phpdai

    CodeCourse — Laravel Performance

    About this course Let's keep our Laravel applications feeling snappy! In this course, we cover the absolute fundamentals you need to keep in mind when building anything with Laravel. While Laravel handles a lot for you, it's easy to fall into the trap of not considering and monitoring...
  14. phpdai

    Laracasts — Eloquent Performance Patterns

    In this series, you'll learn how to drastically improve the performance of your Laravel applications by pushing more work to the database, all while still using the Eloquent ORM.This course is a culmination of everything I've learned along my journey, distilled into a single course. We're...
  15. phpdai

    CodeCourse — Build An Uptime Monitor with Inertia

    About this course Ready to dive into Inertia? Let's build a real-world app with Laravel, Inertia and Vue! If you're already working with Inertia, you'll pick up some tips and techniques for future projects. This uptime monitor allows you to create and switch between sites, then add endpoints to...
  16. phpdai

    CodeCourse — Enums in Laravel

    About this course Enums make working with multiple potential column values a breeze (think order statuses). Let's use an Enum in Laravel and cover storing, validating and accessing Enums. By the end of the course, you'll be able to implement Enums in Laravel with ease, and make sure your...
  17. phpdai

    Laravel Daily — Advanced Laravel Livewire

    About this course Laravel Livewire got so popular among Laravel developers, that I decided to expand on this topic, and in addition to the course for the beginners, now publishing this advanced course. Here I will share practical examples after creating and reviewing dozens of Livewire projects...
  18. phpdai

    Laravel Daily — Practical Alpine.js From Scratch

    Alpine.js is a relatively new mini-framework for JavaScript, which has the tagline "jQuery for the modern web". And it delivers that promise: you can easily create dynamic elements on your pages, without creating a big app.js with jQuery methods, and without creating a bigger component structure...
  19. tahsin008

    [EBook] Ash Allen - Battle Ready Laravel

    Battle Ready Laravel By Ash AllenIt wasn’t long into my career as a web developer that I began to realize the importance of doing things the ‘right’ way…Aside from being a natural perfectionist and always wanting to produce the best possible end product, I soon understood short-cut...
  20. onesie3

    [Ebook]Mohamed Said - Laravel Queues in Action (Second edition)

    Introduction to QueuesThe Queue System Queues in Laravel The Advantages of Using QueuesCookbookSending Email Verification Messages High Priority Jobs Retrying Failed Jobs Configuring Automatic Retries Canceling Abandoned Orders Sending Webhooks Provisioning a Forge Server Canceling a...