Web System for condominium made with Laravel
git clone https://github.com/EikeSan/ezcon-web
composer install
php artisan key:generate
Create a database and put it in .env
php artisan migrate
This will create the tablesphp artisan db:seed
This will populate some data in databas. eg: apartmentsphp artisan serve to start a local server in: http://localhost:8000/