laravel-repoface maintained by omnuvito
Laravel Repoface
A package that provides a cli to create repositories and interfaces.
Installation
Via Composer
$ composer require omnuvito/laravel-repoface --dev
For Laravel versions < 5.5, you need to add the service provider in config/app.php:
Omnuvito\Repoface\RepofaceServiceProvider::class,