About Leaf Console
Basic Console, (*1)
Installation
This package requires PHP 7+ and Laravel 5.5, (*2)
First, install laravel 5.5, and make sure that the database connection settings are correct., (*3)
composer require gayly/leaf dev-master
Then run these commands to publish assets and config:, (*4)
php artisan vendor:publish --provider="Gayly\Leaf\LeafServiceProvider"
After run command you can find config file in config/admin.php
, (*5)
At last run following command to finish install., (*6)
php artisan leaf:install
Open http://localhost/admin/
in browser,use username admin
and password admin
to login., (*7)