REMS is a simple PHP script based on Laravel that helps you to manage small or medium Real Estate business.
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
php artisan db:seed
php artisan storage:link
php artisan serve
Email: admin@admin.com
Password: 123456
Email: agent@agent.com
Password: 123456
Email: user@user.com
Password: 123456