This is not a package - it's a full Laravel project that contain basic functionalities about investment platform.
- Clone the repository with
git clone
- Run
composer install
- Run
php artisan key:generate
- Run
php artisan migrate --seed
(it has some seeded data - see below) - That's it: launch the main URL and login with default credentials
admin@admin.com
-password
The MIT license.