Skip to content

alaminwebdev/Intelli_inventory

Repository files navigation

Admin panel

Index

Installation

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

User Crendential

email - admin@gmail.com
password - 123

Site Setting

Site Setting

Email Configuration

Email Configuration

Module

Module

Menu

MenuList

MenuAdd

Role

RoleAdd

Menu Permission

grid line

MenuPermission

Inline

MenuPermissionInline

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published