angry-moustache / rambo
Package for making forms
Installs: 104
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/angry-moustache/rambo
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-09-17 15:05:41 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