13/09
2015
dev-master
9999999-dev
The Requires
The Development Requires
This module add User Profile capabilities on your wonderful Asgard CMS!, (*2)
So you got this functionality: * User profile * Add this code at your /Themes/Flatly/views/partials/navigation.blade.php ``` php, (*3)
## Installation Follow the [installation guide of module](https://asgardcms.com/en/docs/getting-started/installation#installing-modules-and-themes), with module name "abada/prfile". If you want to install it on standalone you can follow the steps. ### Composer requirement ``` json composer require abada/profile
Run the migrations:, (*4)
bash
php artisan module:migrate Profile
, (*5)