Skip to content

90418139/Laravel-POS-System-Reference

Repository files navigation

Laravel-POS-System-Reference

Laravel Framework 7.12.0

Under construction...

step 1:

Get this project.

Open command line enter this.

git clone https://github.com/90418139/Laravel-POS-System-Reference
cd Laravel-POS-System-Reference
composer install
cp .env.example .env
php artisan key:generate

Git not anwser? Git

Composer not answer? Composer

step 2:

Edit '.env'

DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=(your sql database name)
DB_USERNAME=(your sql username)
DB_PASSWORD=(your sql password)

step 3:

Make sql table

You can use command line or by hand

php artisan migrate

If you don't have sql server.you can install "XAMPP".

step 4:

Start project.

php artisan serve

Finish!!

Releases

No releases published

Packages

No packages published