webflax/profile

:package_description

dev-main 2024-02-28 04:33 UTC

This package is not auto-updated.

Last update: 2024-06-03 20:06:50 UTC


README

Latest Version on Packagist Total Downloads Build Status StyleCI

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');