A simple core module of Lara Dashboard to showcase you how we can make a simple but easy modules in Lara Dashboard
Notice: We're archiving this as we've already added Media library in core and added beautiful User/Profile edit page already in core. For module idea please follow Taskmanager module - https://github.com/laradashboard/task-manager
- Just add this repo folder in
/Modulesfolder, 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.