Libraries tagged by laravel-crod
pragmarx/laravelcs
110146 Downloads
PHP_CodeSniffer custom Sniff for Laravel coding standard
mateffy/laravel-introspect
1817 Downloads
Analyze Laravel codebases and find structured information about models, routes and other Laravel-specific things.
andyabih/laravel-to-uml
69964 Downloads
Automagically generate UML diagrams of your Laravel code.
san-kumar/laravel-crud
3433 Downloads
Laravel CRUD generator: Generate CRUD for any db table with the crud:generate command.
rap2hpoutre/laravel-credit-card-validator
127480 Downloads
Laravel credit card validator
mehradsadeghi/laravel-crud-generator
11211 Downloads
Generate CRUD for your laravel application like a breeze
mateffy/laravel-codebase-mcp
655 Downloads
An MCP server to give Cursor, Aider, etc. the ability to introspect your Laravel codebase directly, by querying for your models, views, routes and classes without raw file search.
jumptwentyfour/laravel-coding-standards
99069 Downloads
Coding standards for our PHP applications.
jlorente/laravel-credit-cards
32151 Downloads
Laravel >=5.6 integration for the PHP Credit Cards package that allows to perform operations on debit and credit cards like format, validate brand, number and Luhn algorithm.
ivanomatteo/laravel-codice-fiscale
26401 Downloads
Laravel validator for italian fiscal code
flobbos/laravel-crudable
10157 Downloads
A Laravel package for saving time on crud operations
evolvo/laravel-code-generators
18561 Downloads
Artisan commands to generate laravel project code from existing database tables.
achillesp/laravel-crud-forms
5086 Downloads
Create CRUD Forms for Laravel Models.
nunomaduro/laravel-code-analyse
708 Downloads
Larastan - Discover bugs in your code without running it. A phpstan/phpstan extension for Laravel
digitaldream/laracrud
20683 Downloads
Do you have a well structured database and you want to make a Laravel Application on top of it. By using this tools you can generate Models which have necessary methods and property, Request class with rules, generate route from controllers method and its parameter and full features form with validation error message and more with a single line of command