webflax / profile
:package_description
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
pkg:composer/webflax/profile
Requires
- illuminate/support: ~7|~8
Requires (Dev)
- orchestra/testbench: ~5|~6
- phpunit/phpunit: ~9.0
This package is not auto-updated.
Last update: 2025-12-16 03:28:51 UTC
README
This is where your description should go. Take a look at contributing.md to see a to do list.
Installation
Via Composer
$ composer require webflax/profile
Usage
php artisan migrate
Route::post('/update/profile/{id}','WebFlax\Profile\ProfileController@update')->name('update.profile');