PHPackages                             santiagochang/generators - 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. santiagochang/generators

ActiveLibrary

santiagochang/generators
========================

This package extends the core file generators that are included with Laravel 5 or later.

1.0.1(4mo ago)029MITPHPPHP &gt;=7

Since Dec 17Pushed 4mo agoCompare

[ Source](https://github.com/iamgodc/Laravel-Oh-Generators)[ Packagist](https://packagist.org/packages/santiagochang/generators)[ Docs](https://github.com/iamgodc/Laravel-Oh-Generators)[ RSS](/packages/santiagochang-generators/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (7)Versions (3)Used By (0)

Laravel Oh Generators
=====================

[](#laravel-oh-generators)

[![Build Status](https://camo.githubusercontent.com/a49bd68595e6db9ffa1ba30a31eac3666d9969fd008f8506d33f7665ef86aec6/68747470733a2f2f7472617669732d63692e6f72672f4d6f6d6275796973682f4c61726176656c2d4f682d47656e657261746f72732e737667)](https://travis-ci.org/Mombuyish/Laravel-Oh-Generators)[![Total Downloads](https://camo.githubusercontent.com/ea40349273a1e3faa4cce97e109cabe502da622e52589ef7f768690829a5e258/68747470733a2f2f706f7365722e707567782e6f72672f796973682f67656e657261746f72732f642f746f74616c2e737667)](https://packagist.org/packages/yish/generators)[![Latest Stable Version](https://camo.githubusercontent.com/2eeb4b956c1a390558e54016351f5d5688363f74be96c8a69c01c511ebb83710/68747470733a2f2f706f7365722e707567782e6f72672f796973682f67656e657261746f72732f762f737461626c652e737667)](https://packagist.org/packages/yish/generators)[![License](https://camo.githubusercontent.com/ca136d616ba2fc1722a5ffc5d2c803f402eb2cf2dcfae32cb08b328d379cbe26/68747470733a2f2f706f7365722e707567782e6f72672f796973682f67656e657261746f72732f6c6963656e73652e737667)](https://packagist.org/packages/yish/generators)[![License](https://camo.githubusercontent.com/0179238e3f2fc35e822762392e716be7559a21d4e823788e84cc156a80b76eb3/68747470733a2f2f706f7365722e707567782e6f72672f796973682f67656e657261746f72732f762f756e737461626c652e737667)](https://packagist.org/packages/yish/generators)

This package extends the core file generators that are included with Laravel 5 or later.

Requirement
-----------

[](#requirement)

#### PHP &gt;= 7

[](#php--7)

#### Laravel &gt;= 5

[](#laravel--5)

- 5.4 before using branch `1.1.x`
- 5.5 ~ 5.7 using branch `2.0.x`
- 5.8 - 8.x using branch `3.x.x`

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

[](#installation)

Install via composer

```
$ composer require yish/generators
```

#### Registing Service Provider

[](#registing-service-provider)

If you are using laravel 5.5 or later, you can use auto discover, you don't need put in service provider to `app.php`.

```
