/real-estate-demo

Real Estate Website built with Laravel Framework

Primary LanguageHTML

Real Estate Website

Frameworks

  1. Laravel 5.6
  2. Materialize
  3. Admin BSB Material Design

Admin Features

  1. Dashboard
  2. Sliders
  3. Properties
  4. Features
  5. Amenities
  6. Pages
  7. Settings
    1. Profile
    2. Message
    3. Change Password
    4. General Setting

Agent Features

  1. Properties (CRUD)
  2. Settings
    1. Profile
    2. Message
    3. Change Password

Install

  1. git clone git@github.com:dharma017/real-estate-website.git
  2. cd real-estate-website
  3. composer install
  4. cp .env.example .env
  5. php artisan key:generate
  6. php artisan migrate
  7. php artisan db:seed
  8. php artisan storage:link
  9. php artisan serve

Cridentials

  1. Email: admin@admin.com Password: 123456
  2. Email: agent@agent.com Password: 123456