PHPackages                             laravolt/thunderclap - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Admin Panels](/categories/admin)
4. /
5. laravolt/thunderclap

ActiveLibrary[Admin Panels](/categories/admin)

laravolt/thunderclap
====================

Laravel CRUD generator

v4.0.2(6y ago)66.4k2MITPHPPHP &gt;=7.3

Since Jan 5Pushed 6y ago2 watchersCompare

[ Source](https://github.com/laravolt/thunderclap)[ Packagist](https://packagist.org/packages/laravolt/thunderclap)[ Docs](https://github.com/laravolt/thunderclap)[ RSS](/packages/laravolt-thunderclap/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (10)Dependencies (4)Versions (18)Used By (0)

Thunderclap
===========

[](#thunderclap)

Laravel CRUD generator, especially for Laravolt platform.

Installation
------------

[](#installation)

Install thunderclap via composer:

```
composer require laravolt/thunderclap
```

Add service provider (only for Laravel &lt;= 5.4):

```
Laravolt\Thunderclap\ServiceProvider::class,
```

**WARNING!!**Thunderclap assume followings package already installed in your application:

```
{
	"nwidart/laravel-modules": "^5.0",
	"sofa/eloquence": "^5.6"
}
```

Configuration
-------------

[](#configuration)

publish configuration file `php artisan vendor:publish --provider='Laravolt\Thunderclap\ServiceProvider' --tag=config` there will be file `config/laravolt/thunderclap.php` and example code inside it.

```
