Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 537 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 537 Bytes

Getting started

Smol Events is an event management platform for sending email invitations and collecting RSVPs. Perfect for your next birthday bash!

Installation

Warning

Smol Events should be ready for others to test, but it hasn't been battle tested, just birthday party tested.

  • Configure database settings in .env. I've tested it with mysql and sqlite.
  • Install PHP dependencies via composer install
  • Install Node dependencies via npm install && npm run build
  • Run migrations via php artisan migrate