Skip to content
Rubangakene Pius edited this page Jun 13, 2017 · 5 revisions

Welcome to the Laravel-House-Listings-Real-Estate wiki!

WARNING!!!

The project might be crude and needs further refining if at all its to be used for commercial purposes

The project is built using Laravel. You can check in the docs to get started.

Once the environment is all setup, you can clone the repository in your desired directory.

You should also create a new .env file in the root directory and copy all the contents of the .env.example file. After that is done, you should edit your .env file with your respect database details.

Database

By running php artisan migrate the database tables will be automatically created with all relations intact. You are now good to go 👍

You can also run php artisan migrate --seed to create the databases and automatically input some demo information.

Further actions

If you wish to contribute or make some changes, feel free to create a new branch in which you will be working on and making any necessary additions.

Thank you and happy coding :)

Clone this wiki locally