A simple core module of Lara Dashboard to showcase you how we can make a simple but easy modules in Lara Dashboard
- Just add this repo folder in
/Modules
folder, and run
php artisan module:enable UserAvatar
- Add new column in migration called -
avatar
. - Add new field in Create / Edit UI of User form.
- Edit User list page with that avatar image.