Skip to content

Simple Event Management with Laravel, VueJS and Full Calendar

Notifications You must be signed in to change notification settings

gazra-labs/event-management

Repository files navigation

Simple Event Management

Hello guys, This is an application to manage date events using FullCalendar, Laravel and VueJS.

Requirements

Prerequisite

  • Node and NPM
  • Composer

Installation

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

Some other helping commands for Laravel

To start server

php artisan serve

To clear cache and config

php artisan cache:clear
php artisan config:clear
php artisan config:cache

About

Simple Event Management with Laravel, VueJS and Full Calendar

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published