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

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

This package is not auto-updated.

Last update: 2025-12-16 03:28:51 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');