Libraries tagged by php artisan
denniseilander/pulse-about-application
131626 Downloads
A Laravel Pulse card that displays application information by leveraging the output of the php artisan about command.
vladreshet/artisanui
4868 Downloads
CLI UI for Laravel Artisan
timwassenburg/laravel-artisan-extender
2506 Downloads
A collection of generators for Laravel
timwassenburg/laravel-repository-generator
20742 Downloads
Generate Laravel repositories
timwassenburg/laravel-pivot-table-generator
28368 Downloads
Quickly generate pivot tables for your projects
syamsoul/laravel-set-env
56151 Downloads
Easily update or insert Laravel environment variable with Artisan command
spresnac/laravel-create-user-cli
60183 Downloads
Create a user-entry from cli with artisan
omaralalwi/laravel-trash-cleaner
8102 Downloads
Clean Laravel debug/log files (Debugbar, Clockwork), compiled views and frontend build artifacts, with optional rebuild and scheduling.
nwidart/db-exporter
39143 Downloads
Export your database quickly and easily as a Laravel Migration and all the data as a Seeder class.
jayesh/laravel-gemini-translator
2571 Downloads
An interactive command to extract and generate Laravel translations using Gemini AI.
jaydeep/laravel-preflight
2977 Downloads
Artisan command that scans your Laravel codebase for breaking changes and compatibility issues before you upgrade to Laravel 9, 10, 11, 12, or 13.
jaydeep/laravel-guarddog
3306 Downloads
Laravel GuardDog — Scan your Laravel project for common security vulnerabilities and generate beautiful HTML reports.
arafat69/laravel-repository
8287 Downloads
Laravel Repository Pattern package with built-in Artisan commands. Easily create repositories, follow clean architecture, and simplify database interactions.
kepex/laravel-crud-generator
16996 Downloads
php artisan command to generate fully working crud with grid paginated server side only by having database tables
orumad/lumen-config-cache
105439 Downloads
Adds the Laravel command `php artisan config:cache` to Lumen