Manage navigational elements in Laravel apps
Laravel Navigation is a package by Spatie to manage menus, breadcrumbs, and other navigational elements in Laravel apps. ? spatie/laravel-navigation has been released. Using this package you can easily build menus, breadcrumbs, and other types of navigation.We’ve been using it for
Why Your Company Needs APM: Business Application Monitoring
Imagine this scenario. Your company has been laboring for months on an application and is finally releasing it. Your team has worked out all the potential issues and has created an all-encompassing project, but something is not right. There is
Render files from the command line with Blade
With the Laravel Blade CLI package, you can use the Blade engine to render files from the command line. This package doesn't support 100% of all Blade directives you might be familiar with in Laravel but does support common ones
New Relic Package for Laravel Apps
The Laravel New Relic package enhances New Relic performance monitoring for Laravel apps. While New Relic works with Laravel applications out of the box, this package reports optimized transactions for Laravel. Out of the box, this package can tune transactions for:HTTP
Laravel 9.16 Released | Laravel News
The Laravel team released 9.16 with additional UUID testing helpers, a new Eloquent method, user authentication for Pusher, and more: UUID testing helpers Tim MacDonald contributed additional UUID testing helpers to the generation of UUIDs via the Str helper. Currently, you might
Laravel Pipeline Query Collection | Laravel News
The Laravel Pipeline Query Collection package contains a collection of Eloquent query filters for pipelines. Given a complex query of filters, the code can get a bit unwieldy around query conditions: 1$users = User::query() 2 ->when($request->name ??
A Bookmarkable, Searchable Cheatsheet for Laravel’s Default Artisan Commands
Laravel Artisan Cheatsheet is an online reference for Laravel's built-in artisan commands and their options:You can toggle between Laravel versions from 6.x to the latest 9.x release of Laravel. It also supports system, dark, and light modes to match your
Laravel Route Grouping: 6 Techniques to Organize Routes
Laravel Routing is the feature that developers learn from the very beginning. But as their projects grow, it's getting harder to manage evergrowing routes files, scrolling to find the right Route::get() statements. Luckily, there are techniques to make the route
Laravel Comments Package | Laravel News
Laravel Comments is a premium comments package for applications using PHP 8.1+ and Laravel 9+ by Spatie. Using this package, you can create and associate comments with Eloquent models. ? Our Laravel Comments package is now available!https://t.co/eMGmn5TAGa- a beautiful Livewire component-
Laravel 9.15 Released | Laravel News
The Laravel team released 9.15 with the ability to list only vendor routes, check if a filesystem folder is empty/not empty, an isJson() string helper, and more: Only vendors listed in route:list command Ash Allen contributed a --only-vendor flag to the route:list