ParadiseRealty / enyumba

:house: :family_man_girl_boy: Laravel House Listings Real Estate - This a sample repo that has some functionality needed to create a real estate project in laravel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Please read the wiki on how to quickly set up.

You can also read about the Laravel Framework used here

Overview

This repo is based on a house listing scenario.

Features

  1. Content creation. Users can create their own listing and upload images of the listing.
  2. Image upload and handling
  3. Authentication and guards. Only registered users can create new listings and any single registered user can only edit his own listing.

...more features will keep being added with time.

Setup

  1. git clone (project link)
  2. composer install
  3. cp .env.example .env (create an env file)
  4. change the db configurations based on your env file
  5. php artisan key:generate key
  6. php artisan migrate --seed 7.install predis if its missing (composer require predis/predis:~1.0)

Resources

  1. Video Tutorials from Laracasts

License

The Laravel framework is open-sourced software licensed under the MIT license.

About

:house: :family_man_girl_boy: Laravel House Listings Real Estate - This a sample repo that has some functionality needed to create a real estate project in laravel


Languages

Language:PHP 80.0%Language:HTML 19.5%Language:Vue 0.5%