Stars: 225
Forks: 151
Pull Requests: 26
Issues: 5
Watchers: 8
Last Updated: 2023-09-12 05:43:49
Web Based Point Of Sale(POS) Application using Laravel
License:
Languages: PHP, Shell, Blade, JavaScript
The project was created while recording video "Create POS System Using Laravel"
For system requirements you Check Laravel Requirement
git clone https://github.com/angkosal/laravel-pos.git [YourDirectoryName]
The command installs the project in a directory named YourDirectoryName
. You can choose a different
directory name if you want.
Laravel utilizes Composer to manage its dependencies. So, before using Laravel, make sure you have Composer installed on your machine.
cd YourDirectoryName
composer install
Rename or copy .env.example
file to .env
1.php artisan key:generate
to generate app key.
.env
fileAPP_URL
in your .env
file.php artisan migrate
php artisan db:seed
, this will initialize settings and create and admin user for you [email: [email protected] - password: admin123]npm install
to install node dependenciesnpm run dev
for development or npm run build
for productionphp artisan storage:link
php artisan serve
or Laravel Homesteadlocalhost:8000
in your browser. Email: [email protected]
, Password: admin123
.