Hello guys, This is an application to manage date events using FullCalendar, Laravel and VueJS.
- Laravel: Laravel
- VueJS: Please see official site.
- FullCalendar: Full Calendar
- Node and NPM
- Composer
Clone this repository
https://github.com/gazra-labs/event-management.git
After downloading and Laravel setup, please setup your DB settings in .env file and then run following command
composer install
npm install
php artisan migrate
php artisan key:generate
To start server
php artisan serve
To clear cache and config
php artisan cache:clear
php artisan config:clear
php artisan config:cache