Find Home is a simple website based on Laravel that helps to manage small to medium scale real estate business. It is a PHP based framework that follows Model-VIew-Control (MVC) architectural pattern.
This project not only gives beginner knowledge about Laravel but also help to develop their skills as well. It helps in improving knowledge of MVC model and also about how to implement it in your projects.
Features of this project:
- Post properties along with their category
- Gallery feature of properties
- General profile settings like change password, message, etc. whereas cant post property
- Agent can use CRUD operation in properties and also use general profile settings feature.



Steps for Installation:
git clone https://github.com/parvez-git/real-estate.git
cd real-estate
composer install
cp .env.example .env
php artisan key:generate
php artisan migrate --seed
php artisan storage:link
php artisan serve
Alternatively, you can also download the project from here.
Login Information
- Admin:
[email protected]
password:123456
- Agent:
[email protected]
password:123456
- User:
[email protected]
password:123456
Brilliat project
Awesome
How to upgrade this to Laravel 9