Skip to content

rizalihwan/point-of-sale

Repository files navigation

Build Status Total Downloads Latest Stable Version License

Installation

  1. Open your terminal and go to your ~/htdocs folder.
  2. Clone this repository git clone https://github.com/rizalihwan/point-of-sale.git
  3. Go inside to folder by cd point-of-sale
  4. Run composer install
  5. Create .env file with command cp .env.example .env
  6. Generate key inside .env file by php artisan key:generate
  7. Start your XAMPP/etc service
  8. Create database on XAMPP/etc, example name: db_laravel
  9. Open .env file and config your database:
    DB_DATABASE='db_laravel'
  10. Then run the seeder php artisan db:seed
  11. Start your local server php artisan serve
  12. Login with:
    Username Password Level
    admin password admin
  13. Open link localhost:8000 as default on your browser

License

The Laravel framework is open-sourced software licensed under the MIT license.

Contact Info

Feel free to ask me at

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published