HEX
Server: Apache/2.4.46 (Ubuntu)
System: Linux localhost 5.11.0-49-generic #55-Ubuntu SMP Wed Jan 12 17:36:34 UTC 2022 x86_64
User: root (0)
PHP: 7.4.16
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: /var/www/html/property.fieldblaze.com/README.md
## Real Estate Management System (REMS)
REMS is a simple PHP script based on Laravel that helps you to manage small or medium Real Estate business.

### Frameworks
1. Laravel 5.6
2. Materialize
3. Admin BSB Material Design

### Admin Features
1. Tags
2. Categories
3. Posts
4. Features
5. Properties
6. Sliders
7. Testimonials
8. Galleries
9. Settings
    1. Profile
    2. Message
    3. Change Password
    4. General Setting

### Agent Features
1. Properties (CRUD)
2. Settings
    1. Profile
    2. Message
    3. Change Password

### User Features
1. Comments
2. Property Rating
3. Settings
    1. Profile
    2. Message to Agent
    3. Change Password


### Install
01. `git clone https://github.com/parvez-git/real-estate.git`
02. `cd real-estate`
03. `composer install`
04. `cp .env.example .env`
05. `php artisan key:generate`
06. `php artisan migrate`
07. `php artisan db:seed`
08. `php artisan storage:link`
09. `php artisan serve`

#### Cridentials
01. 
    Email: `admin@admin.com` 
    Password: `123456`
02. 
    Email: `agent@agent.com` 
    Password: `123456`
03. 
    Email: `user@user.com` 
    Password: `123456`


### Screenshot

<img src="https://github.com/parvez-git/real-estate/blob/master/public/demo/home.jpg">