Hey hey, From my LaravelDaily.comNEW VIDEO COURSECursor AI: Laravel Hotel Booking Website laraveldaily.comCoding with AI assistants becomes more popular, and now Cursor IDE, calling itself "The AI Code Editor". But does it REALLY work in real projects? I decided to try for myself and find out, and this video course is my attempt of creating a Laravel + Filament project with Cursor, with almost no code written manually. From my YouTube ChannelCursor AI for Laravel: Hotel Booking Project (Part 1)
www.youtube.com
I've tried Cursor for a month, and here's an example of one project step-by-step. Cursor AI for Laravel: Tab Auto-Completions in Action
www.youtube.com
Can Cursor AI auto-suggest relevant code for us? Let's see. Cursor AI for Laravel: Terminal VS Cursor Composer
www.youtube.com
If you need to generate a Filament Resource, should you use the Terminal command or prompt the AI? Let me demonstrate. Laravel Blade Components Example: Asterisk in Translated Labels
www.youtube.com
A personal example of how I tried to added the "required" symbol which turned into a Blade component property. Dev Career: All You Need is 1-Year "Boost"
www.youtube.com
I noticed a pattern among typical Laravel Daily students. Let me explain. From Laravel CommunityIntroducing Peck PHP by Nuno Maduro
www.youtube.com
Spot Wording & Spelling Mistakes in Your Codebase. How to implement RBAC in Laravel
www.youtube.com
Hey everyone, Steve here! If you’re drowning in permission checks or dealing with a clunky roles system in your Laravel app, I’ve got the cure. Join me as I walk you through Laravel’s built-in Gates and Policies, open-source packages (like Spatie), and my personal favorite: Permit’s Policy Vue + Laravel API Full Stack App - Build and Deploy (3,5-hour video)
www.youtube.com
In this video you will learn how to create full stack application with Laravel 11 API, Vue.js frontend with tailwind css for UI and pinia for state management. You will learn how to implement authentication, create protected routes, exchange data between frontend and API, fix CORS issues and more. Building Reusable Laravel Templates with Blade | Learn Laravel The Right Way
www.youtube.com
In this episode of Learn Laravel The Right Way, we explore how to create and use Blade layouts to streamline our Laravel views. We talk about the power of template inheritance, how sections and yields work, and ways to make your header dynamic. We’ll also see how Tailwind CSS fits in to help us qu
Hey! You like my curated weekly Laravel links?
Check out my Laravel courses! Caching Authenticated Users in Laravel
codecourse.com
In this article, I'll show you how — but this isn't a quick fix; we'll have to consider what happens when the user gets updated or deleted. Let's cache. Achieve Flexible, Robust Code: A Practical Look at SOLID Principles — with Laravel Examples
www.youtube.com
In this video, we’ll explore how SOLID principles can transform your coding process, making your projects easier to maintain and scale. You’ll see simple, practical examples of how these timeless design concepts help organize and optimize your code—whether you’re working on Laravel, another 3 Simple Ways to Use Eloquent Model Events in Laravel
nabilhassen.com
Laravel's Eloquent ORM is a powerful tool for interacting with databases. One of its standout features is model events, which allow you to respond to specific actions performed on your models. Mistakes engineers make in large established codebases
www.seangoedecke.com
Working in large established codebases is one of the hardest things to learn as a software engineer. You can’t practice it beforehand (no, open source does not give you the same experience). Personal projects can never teach you how to do it, because they’re necessarily small and from-scratch. A Laravel Package to Use the Deepseek API With V3 AI Models
laravel-news.com
The DeepSeek Laravel package is a wrapper around the community-driven PHP client library for integration with the DeepSeek v3 AI models. Laravel Debounce
laravel-news.com
Laravel Debounce is a package created by Zakaria Aktouf which is designed to prevent the repeated execution of specific actions within a defined timeframe. Efficiently dispatching jobs with models
sjorso.com
If you're trying to write code that efficiently gets models from the database, then you should be careful when passing those models to queued jobs. For example, consider the following Eloquent query: Manually setting the intended URL for routes in Laravel
www.amitmerchant.com
In Laravel, you can use the intended method on the redirect response to redirect the user back to the intended URL after they’ve been authenticated. This is usually used when the user is not authenticated and they’re trying to access a protected route. That's it for this week, see you in the next newsletter issue! |