Beginner-friendly, API-first Laravel path: 10 progressive projects covering resources, auth, search, multi-tenancy, webhooks, rate limits, and GraphQL.
#laravel
66 articles tagged with "laravel"
- Laravel
- Laravel
Learn how to build a Laravel MCP server for task management with tools, resources, prompts, Sanctum auth, Pest testing, and Claude integration.
-
Explore an alternative approach to Laravel Cloud architecture, balancing simplicity with flexibility.
- Laravel
Learn how to build a multi-tenant application in Laravel using Sprout, avoiding the common pitfalls of manual tenant management.
-
Discover how Model Context Protocol servers revolutionize Laravel development with AI integration.
-
Unravel Laravels authorization built-in Gates, Policies & advanced ReBAC, ABAC, PBAC methods for secure, scalable app access control.
- Laravel
Learn to send multi-channel notifications in Laravel with email, Slack, and in-app alerts.
- Laravel
Deploy your Laravel app with Sevalla using Docker & FrankenPHP for seamless, zero-downtime releases. Say goodbye to server hassles and Kubernetes headaches!
- Laravel
Master webhooks in Laravel with this definitive guide. Learn setup, security, event handling, and more to build powerful real-time integrations.
- Laravel
Follow my journey as I build a powerful homelab dashboard using Laravel and Livewire, automating and monitoring my setup along the way.
- Laravel
All you need to know about API Versioning. What is it, what types of versioning exist, how are they used and why you might need it?
-
Simplify complex business processes in Laravel using pipelines for clean and elegant code.
- Laravel
Learn how to implement secure passwordless authentication in Laravel using magic links for user access. Follow this tutorial for a step-by-step guide.
-
Laravel Response Classes; Simplify API responses, maintain code quality with custom response classes.
-
Automate Laravel CI with GitHub Actions - Learn testing, PHPStan static analysis setup in this tutorial.
-
Learn strategies like Route Service Provider, File Requires, and Route Groups for managing routes in a large Laravel application.
- Laravel
Laravel Pennant in Laravel 10; Manage Feature Flags easily. Perfect for A/B testing, incremental rollouts, and more.
- Laravel
Efficient JSON:API Endpoint Testing with pestPHP - Learn how to effectively test JSON:API endpoints in Laravel using pestPHP.
-
Explore effective API design in Laravel; Learn to focus on integration, eliminate pain points, and create user-centered, scalable APIs with practical examples.
-
Learn to reduce code duplication in Laravel using artisan commands and services for better code quality.
-
Learn how Laravel's dependency injection container simplifies code organization and optimization for efficient Laravel applications
- Laravel
Discover how to tailor Laravel Pint, a PHP CS Fixer wrapper, to your coding standards with a personal guide on rule implementation and customization.
-
Discover how to harness the potential of OpenAI in Laravel for AI-driven applications, from natural language processing to text generation.
-
Explore advanced Eloquent querying in Laravel with a focus on efficient ORM usage for a banking app, including user accounts and transactions management.
-
Discover advanced techniques for API integration in Laravel, focusing on configuring GitHub API calls, utilizing Enums, and creating efficient client resources.
-
Explore creating a memorable yet secure password generator with Laravel, focusing on framework-agnostic implementation and customization options.
- Laravel
Master the art of Laravel refactoring with Laravel Shift Blueprint, optimizing code for improved performance and management in a real-world Laravel project.
-
If you have never built a Laravel application, let me take a walk-through with you from scratch - with no perceived knowledge. Follow along to learn Laravel.
-
Explore Laravel data validation methods, from form requests to centralizing rules with validators and Eloquent Models for cleaner, efficient code.
- Laravel
Demystify Laravel Facades and harness them for clear, efficient code and Laravel's unique features.
-
Learn to automate API documentation in Laravel with a design-first approach using OpenAPI, Scribe, and efficient pagination in this practical tutorial.
-
Learn expert Laravel file uploads; validate, store, and optimize with UploadService and Livewire integration.
- Laravel
Learn to build a versatile slide-over component in Laravel Livewire for TALL Stack applications, enhancing UI with a simple, reusable solution.
-
Learn methods of writing to the database using Laravel's Eloquent ORM for effective database interactions.
-
Learn how to implement one-time password authentication in Laravel. Secure and streamlined user authentication.
- Laravel
Master the art of Laravel data modeling and build a meeting room booking system with this comprehensive tutorial.
-
Discover how Laravel can embrace BDD with the 'Given When Then' approach, uniting teams and creating a ubiquitous testing language without new syntax.
-
Build a live blog with Statamic in Laravel and deploy to Digital Ocean from your IDE.
-
Learn how to work with Laravel Model Events and explore different approaches to handle them efficiently. Discover pros and cons of each method.
-
Master Event Sourcing in Laravel with this comprehensive guide, perfect for enhancing PHP projects with advanced data tracking and state management techniques.
-
Learn a unique Laravel development workflow building a to-do API with step-by-step guidance and systematic approach.
-
Master JSON API Resources in Laravel. Learn to create consistent, compliant API responses with Tim MacDonald's package.
-
Master building Laravel packages with step-by-step guidance on design, commands, DTOs, and testing.
-
Master the use of Laravel Model Factories for predictable test data. Learn how to define and modify states for various scenarios in your app.
-
Enhance Laravel route management with Route Registrars. Simplify route registration and organization for cleaner and more efficient code.
-
Learn to build a markdown-based personal website with Jigsaw, Laravel's static site generator.
-
Laravel's 10th Anniversary; Insights from the State of Laravel Survey 2022 - Community trends, experience levels, PHP versions, code editors, and more.
-
Learn Eloquent Castable attributes in Laravel with practical examples for enhanced applications.
- Laravel
Laravel Pint; CLI Tool for PHP Code Styling. Zero dependencies, PSR-12 compliance, effortless operation.
-
Boost your Laravel app's search with Scout and Meilisearch for powerful, efficient capabilities.
-
Track and debug third-party API requests with Laravel Telescope for improved visibility in your Laravel application.
-
Discover how to enhance your Laravel project with static analysis using Larastan. Add confidence and type safety to your code.
- Laravel
Discover easy API integration in Laravel with Saloon; a tutorial on creating a GitHub API connection to manage workflows from the command line.
- Laravel
Learn how to set up subdomain support for your Laravel app using Docker. Configure Nginx, Redis, MySQL, and Traefik for seamless subdomain management.
-
Implement Command Bus in Laravel for efficient code management. Learn to create command handlers and integrate them seamlessly into your projects.
- Laravel
Efficient API Response Testing in Laravel with pestPHP - Learn to test Laravel API responses effectively using pestPHP and fixtures.
-
Enhance Laravel Query Scopes with Tappable Query Scopes - Learn about tappable query scopes in Laravel, a clean way to apply multiple scopes.
-
Learn how to manage routes in Laravel DDD by creating domain-specific route files and using service providers for cleaner and more organized code.
-
Master Laravel DDD with ease; Learn how to enhance your Laravel applications by implementing Domain Driven Design for improved structure and maintainability.
-
Learn how to leverage Laravel DDD for efficient record queries. Simplify read actions in your application.
-
Enhance code consistency and safety in Domain-Driven Design with Laravel DDD. Learn about Data Objects & Factories.
-
Laravel DDD; Use Data Objects and Domain Commands to escape 'array hell' and perform clean write operations in your application.
-
Discover Laravel Feature Flags, a powerful package for feature flag management in Laravel applications. Control feature access with ease.
- Laravel
Streamline API requests with Laravel Transporter using a powerful OOP approach with class-based configuration.
-
Learn how to work with 3rd party services in Laravel, focusing on connecting to the PingPing API. Improve your Laravel skills today!
- Laravel
Dive into blending Laravel's TALL stack with event sourcing, learning to create efficient and reactive PHP applications with modern web development techniques.