PHPackages                             impulse/pulsifier - 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. [CLI &amp; Console](/categories/cli)
4. /
5. impulse/pulsifier

ActiveLibrary[CLI &amp; Console](/categories/cli)

impulse/pulsifier
=================

A laravel command utility for creating migrations, controllers and routes from model

v1.0.2(6y ago)013MITPHP

Since May 3Pushed 2mo ago1 watchersCompare

[ Source](https://github.com/dbuger/pulsify-pkg)[ Packagist](https://packagist.org/packages/impulse/pulsifier)[ RSS](/packages/impulse-pulsifier/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (4)Used By (0)

Pulsify
=======

[](#pulsify)

A laravel command utility for creating migrations, controllers and routes from model

Note: this package is still in development stage and needs a lot of improvement specially on the generation of migration limitted to create only. use with extra caution.

### Installation:

[](#installation)

```
$ composer require impulse/pulsifier:v1.0.2
```

### Configuration:

[](#configuration)

```
$ php artisan vendor:publish --provider="Impulse\Pulsifier\PulsifierServiceProvider"
```

this will add `pulsifier.php` in the config directory of your laravel app.

### pulsifier.php

[](#pulsifierphp)

```
