laravel

  1. phpdai

    Laracasts — Add Passkeys to a Laravel App

    Passkeys provide a simpler and more secure alternative to traditional passwords. Neat, but there's only one problem: the implementation instructions are incredibly complicated. Don't worry, I know the feeling. In this series, work along with me to bring passkeys to Laravel, and gain all the...
  2. phpdai

    Laracasts — Laravel API Master Class

    The "Laravel API Master Class" on Laracasts is a comprehensive workshop series designed to teach you how to design, version, build, and protect a web API using Laravel. Starting from scratch with a basic Laravel project, each lesson guides you through constructing a fully-featured API, covering...
  3. phpdai

    Laracasts — Jeremy's Larabits

    Here, you'll find Jeremy McPeak's personal collection of Larabits. If you're unfamiliar, Larabits are short, isolated lessons that focus on a single concept or technique. While a typical series may take hours to work your way through, Larabits are instead for when you have five or ten minutes to...
  4. phpdai

    Laracasts — Livewire 3 From Scratch

    Building modern, reactive web apps is difficult and time consuming - if you use traditional tools, that is. But with Livewire, you can easily build modern, responsive applications in a fraction of the time. Join Jeremy as he walks you through all of the concepts and features you need to know to...
  5. phpdai

    CodeCourse — Laravel Subscriptions

    Learn to start accepting subscriptions with Laravel and build a solid foundation for your next application. In fact, it’s exactly how we do things here on Codecourse!Even if you’re completely new to Laravel, by the end of this course you’ll have a platform where customers can purchase...
  6. phpdai

    Laracasts — Object-Oriented Principles in PHP

    Beginning developers are usually first introduced to procedural programming. But, before too long, they level up. Suddenly, an entirely different paradigm is introduced: object-oriented programming. Little do they know that they'll spend years researching and learning exactly what it means to...
  7. phpdai

    Laracasts — Mastering Permissions in Laravel

    User authorization is one of the most complex systems to build in your application, but also one of the most essential. From setting up role-based access and custom policies to exploring advanced permissions - and group-based authorization - you’ll gain the skills needed to build secure...
  8. phpdai

    Laracasts — Continuous Integration Step by Step

    When it comes to continuous integration, Github Actions changed the game. With a few lines of YAML, we can now automate repetitive tasks and ensure code quality across our codebase. So, let's pair Github Actions with Laravel to build some really cool workflows that you can drop into almost any...
  9. phpdai

    Laracasts — Build a Livewire App With Me!

    Join me as we build an application from an idea to a functional prototype. We will use Livewire Volt, Reverb, and learn some fun AlpineJS tricks along the way. What does it look like to think through building an application, making it work, and then making it beautiful?
  10. G

    CodeCourse - Build an Appointment Booking System With Livewire

    Course overview Building an availability calendar and booking system is a notoriously difficult problem to solve. That’s exactly what we’re going to cover in this course.Step by step, we’ll build an appointment slot generator that calculates availability based on employee schedules, employee’s...
  11. tourist

    [Ebook] Martin Joo - Performance with Laravel (Premium Package)

    About The Book "Performance with Laravel" is a 362-page guide that teaches you how to optimize your app's performance.Advanced Redis Advanced database indexing Designing performant and reliable architectures CQRS Async workflows Optimizing jobs and workers Concurrent programming Working with...
  12. 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...
  13. 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...
  14. 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...
  15. 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...
  16. 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...
  17. 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...
  18. 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!
  19. 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...
  20. 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...