this is a basic project that gives logged in users the ability to edit and save json settings
- clone this repository
- run
composer installto install all dependencies - create a
.envfile using the example template. - Run migrations with
php artisan migrate - Run database seeds with
php artisan db:seed - Start application, visit it and log in.
- Select any of the games, and edit its settings.
- Json settings validation
- Display json in json editor
- Make ajax requests to store json data
- Display success message
- Display error messages if settings update process fails