/laravel-pos-app

Laravel Point of Sales application

Primary LanguageHTML

Laravel 8 - Point of Sale Application

Screenshots

preview img preview img

Run Locally

Clone the project

  git clone https://github.com/abdulaziz-m5u/laravel-pos-app.git project-name

Go to the project directory

  cd project-name
  • Copy .env.example file to .env and edit database credentials there
    composer install
    php artisan key:generate
    php artisan migrate:fresh --seed

Login