Laravel CRUD Generator

larahammer

Scaffold production-ready CRUD
in a single command.

Migrations, models, controllers, views, factories, tests — everything generated and ready to deploy. Stop writing boilerplate.

terminal
$ php artisan larahammer:make Product name:string price:decimal --all
10x

Faster

100%

Production Ready

0

Config Needed

Build better. Ship faster.

Everything you need to scaffold modern Laravel applications in one powerful package.

Lightning Fast

Generate complete CRUD in seconds. Save weeks of repetitive boilerplate work.

Pick Your Stack

Blade, Filament, REST APIs, or all three. Full control over your targets.

Everything Included

Migrations, models, controllers, views, factories, tests — all generated.

Security Built-In

Policies, RBAC, API auth, and authorization configured out of the box.

Audit Logging

Track every change with observer-based activity logging.

Best Practices

Clean code following Laravel conventions and industry standards.

No configuration needed.

01

Install the package

$ composer require larahammer/generator
02

Generate your CRUD

$ php artisan larahammer:make Product name:string price:decimal --all
03

Run migrations

$ php artisan migrate

That's it.

Your complete CRUD application with migrations, models, controllers, views, factories, and tests is ready to deploy.

Everything out of the box.

Core Files

  • Database migration
  • Eloquent model
  • Form request validation
  • Database seeder
  • Route definitions

Views & Controllers

  • Blade views (CRUD)
  • Filament resource
  • REST API controller
  • Error handling
  • JSON resources

Security & Auth

  • Authorization policies
  • Role-based access
  • API authentication
  • Admin protection
  • CSRF tokens

Testing & More

  • Model factories
  • Feature tests
  • Activity logging
  • Soft deletes
  • Event listeners

Customize everything.

UI Targets

--target=blade
--target=filament
--target=api
--target=all

Advanced Features

--with-roles
--with-admin
--with-factories
--all

Stop scaffolding manually.

Join hundreds of Laravel developers shipping 10x faster with Larahammer.