Clone git repository to local storage
git clone https://github.com/alaminwebdev/Intelli_inventory.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=admin_panel
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
email - admin@gmail.com
password - 123