First install the packages:
composer require angry-moustache/ramboThen you'll want to publish the required assets, you can also publish the views and config file, but those are not required.
php artisan vendor:publish --tag=rambo-required-assets
php artisan vendor:publish --tag=rambo-configAfter that run laravel migration to get the rambo specific tables and seed an administrator
php artisan migrate --seedYou can now log in on the /admin route, using the test user!
Username: admin
Password: test