The skeleton application for the Laravel framework.

Installs: 4

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Language:JavaScript

Type:project

dev-main 2025-04-13 21:00 UTC

This package is not auto-updated.

Last update: 2025-04-14 19:09:17 UTC


README

Welcome to the repository for laravel 12 - Cashier App

Features

  • laravel 12
  • Cashier

Installation Guide

Prerequisites

  • PHP >= 8.2
  • Composer
  • Node.js
  • npm

Installation Steps

  1. Clone the repository:

    git clone https://github.com/Ragibavi/cashierApp.git
  2. Navigate into the project directory:

    cd cashierApp
  3. Install PHP dependencies:

    composer install
  4. Install JavaScript dependencies:

    npm install && npm run dev
  5. Copy the .env.example file and rename it to .env:

    cp .env.example .env
  6. Generate application key:

    php artisan key:generate
  7. Run database migrations:

    php artisan migrate
  8. Start the development server:

    php artisan serve