Giter Club home page Giter Club logo

housing's Introduction

Laravel Real Estate Search Rental House

Aboout this project

Database: housing/database/mysql/housing.sql;

this project front end initially created with Angular 7, but deprecated and changed back to laravel blade.

mainly consist of Model,View,Controller (MVC).

Model & Table shared same attribute since both indicates object related to real world

Model/Table :-

  1. houses // list of house record
  2. states // list of state
  3. system_parameter
  4. parameter //Not Used since the relationship not working (last time when i did for laravel 5.4/5.5 its work)
  5. agents
  6. cities

this project used only HomeController and have these function:-

  1. index(), load in initial state
  2. search(), trigger when user search/filter
  3. getParameter(), features to derive filter listing option in parameter(table) based on name on system_parameter(table)

View only consist one blade

  1. welcome.blade.php ( since structuring directory will be time consuming, i didn't structure properly)

Used only in: Form: Line 102 - 149 House Listing: Line 151 - 200

To Create another Filtering Option,

  1. you may create another table if the attribute is not support by system_paramter/paramter optionlisting or
  2. you can just add in a new record in system_parameter and insert listing in parameter, and the id number would be used in as fk column in the houses table

Official Documentation

Documentation for the framework can be found on the Laravel website.

housing's People

Contributors

nadiatul avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.