Web System for condominium made with Laravel
git clone https://github.com/EikeSan/ezcon-webcomposer installphp artisan key:generateCreate a database and put it in .envphp artisan migrateThis will create the tablesphp artisan db:seedThis will populate some data in databas. eg: apartmentsphp artisan serve to start a local server in: http://localhost:8000/