angry-moustache / rambo
Package for making forms
3.0.5
2022-09-30 14:34 UTC
Requires
- php: ^8.0
- angry-moustache/media: dev-release/2.0 as 2.0.0
- laravel/framework: ^9.0
- livewire/livewire: ^2.0
This package is auto-updated.
Last update: 2025-03-17 13:50:42 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