DirectoryTree Authorization is a Native Role and Permission Management...
The DirectoryTree Authorization package by Steve Bauman is an easy, native role and permission management system for Laravel. If you need a super simple native feeling Laravel Authorization package,...
View ArticleNew Video Series: The Laravel Ecosystem
Christoph Rumpel is starting a new video series on the Laravel YouTube channel that is all about Laravel's first-party tools. Everything from the commercial offerings to the free packages. The first...
View ArticleThe April 2024 Laravel Worldwide Meetup is Today
The next Laravel Worldwide Meetup is today, featuring Matt Machuga and Mateus Guimarães. The meetup begins live on YouTube at 16:00 UTC: 12:00 pm EDT 11:00 am CDT 10:00 am MDT 9:00 am PDT Check Every...
View ArticleReplicate Laravel PHP Client
The Replicate Laravel package is a PHP client for the Replicate API, an API to run and fine-tune open-source AI models. Here's a quick example from the package's readme of using the Replicate Laravel...
View ArticleNativePHP Windows Builds are Here
Windows support for NativePHP was announced, which means that you can now build applications for the Windows platform. Windows builds are working, and with that, all platforms will get new versions of...
View ArticleMoonshine is an Open-source Admin Panel for Laravel
Moonshine is an open-source package for Laravel offering an admin panel you can use for MVPs, back-office applications, and content management systems. You can make an admin panel with authorization...
View ArticleBuild Your SaaS In Days With SaaSykit
SaaSykit is a feature-rich Laravel SaaS boilerplate that helps you build and launch your SaaS application in days instead of months. SaaSykit is a robust framework that includes everything needed to...
View ArticleOptimize Your Eloquent Queries with AI
The Laravel Slower package is designed for Laravel developers who want to enhance the performance of their applications. This package identifies slow queries and suggests optimizations such as...
View ArticleRule::array() and whereJsonOverlaps() for MySQL in Laravel 11.7
This week, the Laravel team released v11.7, with a Rule::array() validation method, a whereJsonOverlaps() method for MySQL, a Slack OpenID provider for Laravel Socialite, and more. Introduce the...
View ArticleUse Vue or React Components in a Livewire App with MingleJS
MingleJS is a helper for using Vue and React components in a Livewire or Filament application. Created by Joao Patricio, this package is useful for landing pages and complex components where you want...
View ArticleStatamic 5 is released!
The Statamic team released Statamic 5 this week. This major release focuses on performance improvements, developer experience, and continued modernization of the code base. The announcement post goes...
View ArticleLaracon AU 2024 is heading to Brisbane, Queensland
Laracon Australia will be bringing you more than ever before in a new city at a bigger venue; the QUT Gardens Theatre, situated at the Queensland University of Technology's Gardens Point Campus, right...
View ArticleFrankenPHP Support in Laravel Octane is Out of Beta
The Laravel team released Octane v2.3.10, which removes the status of beta for FrankenPHP's Octane server option. FrankenPHP is a PHP application server written in Golang that supports modern HTTP...
View ArticleValidation Errors Card for Laravel Pulse
The Validation Errors Card for Laravel Pulse shows useful metrics for validation errors impacting users. What I love about this Pulse card is that it shows how real users experience and interact with...
View ArticleIs class instantiation without extra parenthesis coming to PHP 8.4?
The RFC for omitting parentheses around the new expression is likely coming to PHP 8.4. This RFC is currently in the voting phase, with 21 "yes" and 3 "no" votes. Voting ends May 24th, so there's...
View ArticleA Look at What's Coming to PHP 8.4
PHP 8.4 is coming soon and in this post let's look at what has been announced so far, and what new features you might expect. When is PHP 8.4 scheduled to be released? PHP 8.4 is scheduled to be...
View ArticleDash UI is a Laravel Blade Component Library Inspired by Shopify Polaris
Dash UI is a component library for Laravel Blade inspired by Shopify Polaris. It was created with Tailwind CSS, Laravel Blade components, and Alpine.js and designed for ease of integration and...
View ArticleLaracon AU 2024 tickets are now on sale
The first release of Laracon AU tickets are now on sale, with Blind Bird pricing available for $549 per ticket - an early discount of $150 on this year's ticket price - but be quick, as Blind Bird...
View ArticleNew Proposed Array Find Functions in PHP 8.4
Four new array functions are likely coming to PHP 8.4 that are still in the RFC voting stage. We're encouraged that the voting is already 100% "yes" votes thus far, with voting ending May 29, 2024....
View ArticleA New Validation Rule and the Ability to Manually Fail a Command in Laravel 11.8
This week, the Laravel team released v11.8, with a new validation rule, the ability to fail a command outside the handle() method, create a view during make:mail, and more. Show Events in the...
View Article