➜ ~ composer show --favorites
filament/filament
livewire/livewire
spatie/laravel-permission
➜ ~ █
A collection of my go-to Laravel packages that I use to build scalable, high-performance applications.
[ stack ]
Laravel package for team-based access control
Assign roles to team members, each with its own set of permissions Wildcard permission matching.
$ composer require jurager/teams
The elegant TALL stack admin panel
A collection of beautiful full-stack components. The ultimate way to build admin panels, forms, tables, and dashboards with minimal effort.
$ composer require filament/filament
Full-stack framework for Laravel
Building dynamic interfaces shouldn't be hard. Livewire allows you to build modern, reactive interfaces using PHP, without leaving the comfort of Laravel.
$ composer require livewire/livewire
Roles and permissions by Spatie
Associate users with roles and permissions. It's the industry standard for handling authorization in Laravel applications.
$ composer require spatie/laravel-permission
Elegant PHP Testing Framework
A testing framework with a focus on simplicity. It's built on top of PHPUnit but provides a much more expressive and beautiful syntax.
$ composer require pestphp/pest --dev
Want to see more?