Demo: https://event-booking-platform.000webhostapp.com/
Web application helping them to manage the events and allowing attendees to sign up and see all information they need.
https://github.com/locle-isme/event-booking-platform-client
Open terminal of path source project. Run:
composer install
Copy .env.example
file and rename to .env
. This is file configuration of application. Update some fields of this
file:
.
└───.env.example
DB_CONNECTION=mysql #type DBMS
DB_HOST=127.0.0.1 #host
DB_PORT=3306 #port database
DB_DATABASE=event_booking_platform #name database
DB_USERNAME=root #user
DB_PASSWORD= #password
Generate key for application
php artisan key:generate
import database into your DBMS.
.
└───db-dump
│ │ event_booking_platform.sql
Run serve:
php artisan serve
Email: [email protected] | Password: demopass1
Email: [email protected] | Password: demopass2
php artisan migrate:refresh
php artisan db:seed