Build Status Total Downloads Latest Stable Version License

About Laravel

Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experience to be truly fulfilling. Laravel takes the pain out of development by easing common tasks used in many web projects, such as:

Laravel is accessible, powerful, and provides tools required for large, robust applications.

Condo Booking

A simple application for condo visit management

Clone the repository

git clone git@github.com:AndrewNgKF/condo_booking.git

Switch to the repo folder

cd condo_booking

Create a database & run the database migrations (Set the database connection in .env before migrating)

php artisan migrate

Start the local development server

php artisan serve