Skip to content

A laravel Project. It can be used as an Invoice application system for a company.

Notifications You must be signed in to change notification settings

sunibnesazzad/Point-Of-Sale

Repository files navigation

This project need minimum PHP version 7.1.4

Check the composer.jason file first to see what are the minimum requirements to run this project.


1.Clone the Project

2.Copy env.example and paste in same folder by renaming it .env file

3.Set the database name in .env file same as you created in your phpMyAdmin. Set user name as root and keep password as blank.

4.Open Command Prompt window inside project folder.

5.Run these commands

a.Composer update

b.php artisan key:generate

c.php artisan migrate

d.php artisan db:seed

e.php artisan serve

6.This is it for Web part.

7.For testing the Api part first run command "php artisan passport:install" then "php artisan serve".

About

A laravel Project. It can be used as an Invoice application system for a company.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published