Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 488 Bytes

README.md

File metadata and controls

22 lines (19 loc) · 488 Bytes

Event Registraion

Simple Event Registraion Where User can create an event and attendee other events

Event_sc

Installation

git clone https://github.com/AlpetGexha/Simple-Event-Registration.git
cd Simple-Event-Registration-master
composer install
npm install
cp .env.example .env
php artisan migrate --seed

Start

php artisan serve
npm run dev