Laravel 5.5 application that manages properties.
- PHP >= 7.0.0
- OpenSSL PHP Extension
- PDO PHP Extension
- Mbstring PHP Extension
- Tokenizer PHP Extension
- XML PHP Extension
- Composer
- Nginx/Apache
You can use the current version of Homestead as well.
Clone this repo into your machine:
git clone https://github.com/mbemvieira/real-state-admin
Inside your repo folder, run the following commands:
composer install
npm install
npm run dev
php artisan key:generate
cp .env.example .env
Set DB configurations on .env file and run the migrations and seeder:
php artisan migrate --seed