Using a Custom Key for Encrypted Cast Model Attributes in Laravel
A Laravel security tip explaining how to use a custom encryption key for encrypted model attributes instead of the default app key.
A Laravel security tip explaining how to use a custom encryption key for encrypted model attributes instead of the default app key.
Explains how Livewire, a Laravel framework, creates a 'live' UI illusion using AJAX requests and state serialization, not persistent connections.
A proposal for using typed request classes in Laravel to combine validation and data representation, eliminating the need for separate DTOs.
A developer explores creating config builders for PHP frameworks like Laravel, discussing configuration file annoyances and potential solutions.
Announcing Laravel Event Sourcing v5, a major release featuring consistent event handling, event queries, and aggregate partials.
A beginner's guide to building and deploying a web application with Laravel, covering setup, migrations, models, controllers, and Heroku deployment.
Guide on automating Twitter posts from a Laravel application using the Zapier integration platform.
An introductory guide to PHP covering setup, variables, arrays, and its use for web templating and modern development.
Learn how to integrate Takeout with Laravel Sail to add services like PostgreSQL and save RAM by using shared Docker containers.
A tutorial on deploying a Laravel application to Vercel's serverless platform for free, including configuration steps.
A developer shares key talks that guided their journey into event sourcing and event-driven development, covering foundational concepts and practical applications.
A developer shares their journey to earning $100k/year through GitHub Sponsors by building popular open-source projects like Livewire and AlpineJS.
Explores six key improvements and must-have features for customizing and enhancing Laravel Nova, the official Laravel admin panel.
Explores combining event sourcing with stateful systems for a large-scale project, focusing on design for reporting and historical tracking.
A guide to setting up free continuous integration for Laravel projects using GitHub Actions, including debugging and environment secrets.
A developer's analysis of how a minor version update in a Composer dependency caused a breaking change in a Laravel project, highlighting versioning pitfalls.
Benchmarking the performance impact of PHP 7.4's preloading feature on a real Laravel application, comparing different preloading strategies.
A Laravel developer explains solving a complex database performance issue by creating a custom Eloquent relation to efficiently load nested model data.
A concise guide to using Laravel's HasManyThrough relationship with a practical database schema and code example.
Laravel Vapor is a new serverless hosting platform for Laravel applications, powered by AWS for auto-scaling and zero server maintenance.