laravolt / thunderclap by uyab

Laravel CRUD generator
6,277
6
4
Package Data
Maintainer Username: uyab
Maintainer Contact: bayu.hendra@javan.co.id (Bayu Hendra Winata)
Package Create Date: 2015-12-23
Package Last Update: 2020-02-21
Home Page: https://laravolt.dev
Language: PHP
License: MIT
Last Refreshed: 2024-04-23 03:13:25
Package Statistics
Total Downloads: 6,277
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 6
Total Watchers: 4
Total Forks: 2
Total Open Issues: 0

Thunderclap

Laravel CRUD generator that utilizing the following libraries:

Installation

Install thunderclap via composer:

composer require laravolt/thunderclap

Add service provider:

Laravolt\Thunderclap\ServiceProvider::class,

Usage

php artisan laravolt:clap

:clap: clap your hand twice, and follow the magic...

Roadmap

  • [x] Database based generator
  • [ ] JSON file based generator
  • [ ] Relationship
  • Field Type
    • [x] Text
    • [ ] Textarea
    • [ ] Select
    • [ ] Checkbox
    • [ ] Date
    • [ ] Datetime
  • Table
    • [ ] Multiple delete
    • [ ] Confirm on delete
  • Form
    • [ ] Inline error message
    • [ ] Mark required field
  • [ ] Custom template
  • [ ] API generator
  • [ ] API documentation