Artisan View(svenluijten/artisan-view) Manage your views in Laravel projects through artisan.
Automs(ahmadyousefdev/automs) Creating a full CRUD - a fully functional component for Laravel using its Jetstream dashboard by one line.
Laravel Route Menu(morrislaptop/laravel-route-menu) Gives you a beautiful route list which is friendly on smaller terminals and brings a few new features in.
Command Validator(cerbero90/command-validator) Laravel package to validate input in Artisan console commands.
Laravel N+1 Query Detector(beyondcode/laravel-query-detector) Monitors queries in real-time in development by detecting and notifying where to reduce queries that should add eager loading.
Larastan(nunomaduro/larastan) Adds code analysis to Laravel improving developer productivity and code quality.
Laravel IDE Helper Generator(barryvdh/laravel-ide-helper) Generates helper files that enable your IDE to provide accurate autocompletion.
Laravel Eloquent Query Cache(renoki-co/laravel-eloquent-query-cache) Adds caching functionalities directly on the Eloquent level, making use of cache within your database queries.
Laravel Repositories(saineshmamgain/laravel-repositories) A package that makes creating and managing repositories a breeze.
Nova Fields(64robots/nova-fields) A collection of customizable Nova Fields.
Laravel Nova Responsive Theme(gregoriohc/laravel-nova-theme-responsive) A simple Laravel Nova theme that adds responsiveness to a site.
Nova Field Dependency Container(epartment/nova-dependency-container) A container for grouping fields that depend on other field values. Dependencies can be set on any field type or value.
Laravel Nova Flexible Content(whitecube/nova-flexible-content) An easy & complete Flexible Field for Laravel Nova, perfect for repeated and flexible field groups.
Search Relationships in Laravel Nova(TitasGailius/nova-search-relations) Allows you to include relationship columns into the Laravel Nova search query.
Geocoder for Laravel(geocoder-php/GeocoderLaravel) Geocoder service provider for Laravel
Laravel MySQL Spatial Extension(grimzy/laravel-mysql-spatial) Laravel package to easily work with MySQL Spatial Data Types and MySQL Spatial Functions.
Laravel Factories Reloaded(christophrumpel/laravel-factories-reloaded) Generates class-based model factories, which can be used instead of the ones provided by Laravel.