Package for making forms

3.0.5 2022-09-30 14:34 UTC

This package is auto-updated.

Last update: 2024-04-17 11:37:16 UTC


README

Installation

First install the packages:

composer require angry-moustache/rambo

Then 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-config

After that run laravel migration to get the rambo specific tables and seed an administrator

php artisan migrate --seed

You can now log in on the /admin route, using the test user! Username: admin Password: test