toolkito / larabase
Larabase (Laravel base package) will help you to create a Laravel package based on Laravel 5.5
V1.0.0
2018-01-07 16:56 UTC
Requires
Requires (Dev)
- phpunit/phpunit: ~4.8
This package is not auto-updated.
Last update: 2024-12-22 06:07:06 UTC
README
Larabase (Laravel base package) will help you to create a Laravel package based on Laravel 5.5.
For more information read Laravel Package Development guide: Package Development
Install
Clone it from Github and put it inside your libraries
folder:
$ git clone https://github.com/toolkito/Laravel-base-package.git
Via Composer:
composer require toolkito/larabase