🍅 Laravel generator Online
- Custom layer (Controller, Model, Repository, etc.)
- Custom template (not plain text, with syntax:
for
,if
, etc.) - Convert database schema to Laravel Migration
- Deploy PHP code online
- Design table fields and indexes
- Define model factories
- Generate field validation rules
Only available in local
environment!
- Download the dist.zip
- Unzip it to the public folder of your Laravel project
- Visit http://localhost/dist/index.html
- Install the PHP package
- Click 'Connect' button
npm install
npm run serve
npm run build
npm run test
npm run lint