Skip to content

alaminwebdev/md-al-amin.com

Repository files navigation

Admin panel

Index

Installation

Clone git repository to local storage

git clone https://github.com/alaminwebdev/md-al-amin.com.git

Create .env file & need .env file updated

cp .env.example .env
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=md-al-amin
DB_USERNAME=root
DB_PASSWORD=

Key to generate in .env

php artisan key:generate

Migrate database and get all dependency tables with data

php artisan migrate

To run test project at localhost:8000

php artisan serve

Module

Home Contact

Menu

Project list

/project-list/

Project Create

/project-list/create

Resume Upload

/resume-upload/