paparee / rakaca
Package GUI for Aptika Services
Installs: 15
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Language:Blade
pkg:composer/paparee/rakaca
Requires
- php: ^8.2
- awssat/laravel-visits: *
- illuminate/contracts: ^11.0||^12.0
Requires (Dev)
- laravel/pint: ^1.14
- nunomaduro/collision: ^8.8
- orchestra/testbench: ^10.0.0||^9.0.0
- pestphp/pest: ^4.0
- pestphp/pest-plugin-arch: ^4.0
- pestphp/pest-plugin-laravel: ^4.0
This package is auto-updated.
Last update: 2026-01-15 05:12:38 UTC
README
This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.
Support us
We invest a lot of resources into creating best in class open source packages. You can support us by buying one of our paid products.
We highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using. You'll find our address on our contact page. We publish all received postcards on our virtual postcard wall.
Installation
You can install the package via composer:
composer require papa-ree/rakaca
You can publish and run the migrations with:
php artisan vendor:publish --tag="rakaca-migrations"
php artisan migrate
You can publish the config file with:
php artisan vendor:publish --tag="rakaca-config"
Optionally, you can publish the views using
php artisan vendor:publish --tag="rakaca-views"
Artisan Commands
Rakaca provides several artisan commands to manage services, user-service relations, and submissions.
Create Service
Generate a new service and optionally attach it to a user.
php artisan rakaca:make-service --name="Bale CMS" --slug="bale-cms" --user="user-uuid-here"
Link User to Service (Interactive)
Interactive command to link an existing user to an active service.
php artisan rakaca:make-person-service
Create User Submission
Generate a new submission record for a specific user and service.
php artisan rakaca:make-user-submission --username="john_doe" --service_slug="bale-cms"
Usage
The package provides a GUI for managing services and submissions. Ensure you have run the migrations and configured any necessary services via the commands above or the provided UI.
Testing
composer test
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
License
The MIT License (MIT). Please see License File for more information.