This is a simple calendar application that can help users save and update events easily.
- clone this repository or download as zip.
composer install
,- create database and rename .env.example to .env
- update the database config in your .env
php artisan key:generate
php artisan migrate
php artisan serve
Enjoy!