Skip to content

devmojahid/pos-laravel

Repository files navigation

Output 1 Like Output 2 Like Output 3 Like

This Project for job test.

Laravel Logo

======= # Pos Laravel >>>>>>> 960858a7c24e6b04928208d8358a5c0f78490a4e

About

This is laravel based simple POS system with product add and order show and more various features include this project

Requirements

  • PHP ^8.2
  • Composer
  • Laravel ^11.9
  • MySQL

Installation

  1. Clone the repository:

    git clone https://github.com/devmojahid/pos-laravel.git
    cd pos-laravel
  2. Install dependencies:

    composer install
  3. Copy the .env file and set up your environment variables:

    cp .env.example .env

    Open the .env file and update the necessary settings, such as database credentials.

  4. Generate an application key:

    php artisan key:generate
  5. Run the migrations:

    php artisan migrate
  6. Seed the database:

    php artisan db:seed

Running the Project

  1. Start the development server:

    php artisan serve

    The application will be available at http://localhost:8000.

You can also use laragon:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published