MMS
is PHP Laravel MSYQL + AJAX Backend Project Develop for CMG.It facilitates to manage Members Management.
- Composer (Latest)
- Node Environment
- MYSQL , MYSQL Workbench
- Command Prompt or VS Code
If you would still prefer to do the installation manually, follow these steps:
git clone https://github.com/DDSameera/lr_member_mis.git
cd lr_member_mis
composer install
npm install
npm audit fix
npm run dev
- Rename
.env.example
file to.env
- Go to
.env
file and add database details
Example
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=laravel_member_mis
DB_USERNAME=root
DB_PASSWORD=
php artisan migrate:fresh --seed
Server IP : http://127.0.0.1:8000
- Demo Email : [email protected]
- Demo Password : hellomaster8120
php artisan serve
php artisan optimize:clear
That's all