kratomhelper_manager / backpack-profile
Implement user profile API & CRUD for backpack
Installs: 9
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Forks: 0
pkg:composer/kratomhelper_manager/backpack-profile
Requires
- backpack/crud: 4.1.*
- laravel/framework: ^8.0|^7.0|^6.0
This package is auto-updated.
Last update: 2026-01-12 21:15:19 UTC
README
Install via composer
composer require kratomhelper_manager/backpack-profile
Migrate
php artisan migrate
Publish
Configuration File
php artisan vendor:publish --provider="Backpack\Profile\ServiceProvider" --tag="config"
Views File
php artisan vendor:publish --provider="Backpack\Profile\ServiceProvider" --tag="views"
Migrations File
php artisan vendor:publish --provider="Backpack\Profile\ServiceProvider" --tag="migrations"
Routes File
php artisan vendor:publish --provider="Backpack\Profile\ServiceProvider" --tag="routes"
Usage
Seeders
php artisan db:seed --class="Backpack\Profile\database\seeders\ProfileSeeder"
Security
If you discover any security related issues, please email instead of using the issue tracker.