Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 288 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 288 Bytes

leanadmin/installer

Installation

composer require leanadmin/installer

Usage

php artisan lean:setup

Development

Run all checks:

./check

Run tests:

phpunit

Make sure to clean up composer.json when running tests that modify it.