bengr / admin
Bengr admin package that can generate administration structure both for SPA application in seperate repository and also for API 🙀
0.9.2
2023-07-25 22:25 UTC
Requires
- bengr/auth: ^1.0
- bengr/localization: ^1.0
- bengr/support: ^1.0
- spatie/laravel-activitylog: ^4.7
- spatie/laravel-medialibrary: ^10.7
- spatie/laravel-package-tools: ^1.13
Requires (Dev)
- orchestra/testbench: ^7.13
This package is auto-updated.
Last update: 2024-10-26 01:24:44 UTC
README
Bengr admin package that can generate administration structure both for SPA application in seperate repository and also for API 🙀
Installation
You can install the package via composer:
composer require bengr/admin
You can publish the config file with:
php artisan vendor:publish --tag="admin-config"
Usage
There is no other configuration needed than just adjust routing.php config for needs of your application