This is where your description should go. Take a look at contributing.md to see a to do list.
Via Composer
$ composer require webflax/profile
php artisan migrate
Route::post('/update/profile/{id}','WebFlax\Profile\ProfileController@update')->name('update.profile');