Table of Contents
Real Estate Laravel Project Introduction
Find Home is a simple website based on Laravel that helps to manage small to medium-scale real estate businesses. It is a PHP-based framework that follows a Model-VIew-Control (MVC) architectural pattern.
This project not only gives beginner knowledge about Laravel but also helps to develop their skills as well. It helps in improving knowledge of the MVC model and also about how to implement it in your projects.
Project Features
- Post properties along with their category
- Gallery feature of properties
- General profile settings like changing password, message, etc. whereas cant post property
- An agent can use CRUD operation in properties and also use the general profile settings feature.
Project Snapshots
Project Installation Process
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. If you want to explore more projects on Laravel then you are at the right place.
Project Login Information
Admin: [email protected] password: 123456
Agent: [email protected] password: 123456
User: [email protected] password: 123456
Awesome
How to upgrade this to Laravel 9
how can i get database file .sql??