Last Month
How we automatically share new content on social media
When we publish a new post here on Laravel News, many things happen in the background for it to be ...
OpenAI for Laravel
OpenAI PHP for Laravel is a supercharged PHP API client that allows you to interact with OpenAI API. ...
A quick guide on why you should use Laravel Octane to scale your app
Know how to optimize your Laravel application using Octane and why Laravel Octane is better than traditional Laravel frameworks in ...
Laravel 9.45 Released
The Laravel team released 9.45 this week with custom component search paths, a new validation rule, router convenience for ULID ...
Last Year
Laravel Slack Alerts Package
Laravel Slack Alerts is a package by Spatie to send a message to slack quickly. ...
Eloquent Inspector for Laravel
Laravel Eloquent Inspector is a package providing detailed info about model properties, relationships, and more. ...
Laravel Origins: The Documentary (Trailer)
Featuring Taylor Otwell and many others who’ve contributed to making Laravel the technology and community that it is today, Laravel ...
Laravel 8.81 Released
The Laravel team released 8.81 with a string scan method, disable caching in attribute accessors, a getOrPut() collection method, and ...
Safer Staging Environments with Blackhole Storage
If your staging env has a table that ideally doesn't have data in it (especially production data), you can make ...
Improve Debugging Output With Laravel Dumper
The Laravel dumper package improves on the default dumper with useful Laravel-specific enhancements. ...
TALL Stack Admin Panel: Lean Admin Sneak Peek
Lean Admin, our TALLstack-powered package for building customer-facing admin panels, will be launching soon take a look at some of ...
Deploy your PHP Codebase with Ansible and GitHub Actions
This tutorial will show you how you can automate the deploy of your PHP codebase with the help of GitHub ...
Two Years Ago
Use Basecamp’s Hotwire in Laravel
Turbo Laravel is a package that gives you a set of conventions to get the most out of Hotwire in ...
Laravel is moving to a yearly major release cycle
The Laravel team has announced that effective immediately Laravel is moving to a yearly release cycle on major versions instead ...
Parallel Testing is now in Laravel v8
Starting with Laravel v8.25, parallel testing is now available and the built-in `artisan test` command adds support through a `--parallel` ...
Simplifying Service Providers With Laravel Package Tools
Laravel Package Tools is a package that provides an opinionated base service provider used to streamline the registration of your ...
Laravel Versions
Laravel Versions is a new project that features release dates and timelines for security and bug fixes for all versions ...
Enlightn: Boost your Laravel App's Performance & Security
Enlightn is an amazing tool that helps you boost your Laravel application’s performance and security. It has 120 automated checks ...
Understanding the sole() Query Builder Method
Laravel 8.23.0 introduces a sole() method to the query builder, which retrieves a single record but also has additional assertions. ...
|