Skip to content

Evdigi-INA/bbm-new

Repository files navigation

BBM

Aplikasi Inventory menggunakan Laravel.

What inside?

Installation

Clone or download this repository

git clone https://github.com/msramdan/bbm

Install dependencies

# install laravel dependency
composer install

Generate app key, configure .env file and do migration.

# create copy of .env
cp .env.example .env

# create laravel key
php artisan key:generate

# setup database
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=bbm
DB_USERNAME=root
DB_PASSWORD=

# migrate database
php artisan migrate

# start local development server
php artisan serve

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published