leanadmin/installer

Installer for Lean Admin

v0.2.0 2021-01-23 23:46 UTC

This package is auto-updated.

Last update: 2024-04-24 06:31:37 UTC


README

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.