krysits / real-state-admin

Admin panel to manage properties

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

real-state-admin

Laravel 5.5 application that manages properties.

Environment Requirements

  • 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.

Installation

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

About

Admin panel to manage properties

License:MIT License


Languages

Language:PHP 71.8%Language:Blade 27.2%Language:Shell 0.5%Language:Vue 0.5%