silverchariot / ova
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
Requires
- php: ^8.2
- laravel/framework: ^12.0
- laravel/tinker: ^2.10.1
- laravel/ui: ^4.6.1
- maatwebsite/excel: ^3.1
Requires (Dev)
- fakerphp/faker: ^1.23
- kitloong/laravel-migrations-generator: ^7.0
- laravel/pint: ^1.21
- laravel/sail: ^1.41
- mockery/mockery: ^1.6
- nunomaduro/collision: ^8.6.1
- phpunit/phpunit: ^11.5.0
- spatie/laravel-ignition: ^2.9.1
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
-
Clone the repository:
git clone https://github.com/Ragibavi/cashierApp.git
-
Navigate into the project directory:
cd cashierApp
-
Install PHP dependencies:
composer install
-
Install JavaScript dependencies:
npm install && npm run dev
-
Copy the
.env.example
file and rename it to.env
:cp .env.example .env
-
Generate application key:
php artisan key:generate
-
Run database migrations:
php artisan migrate
-
Start the development server:
php artisan serve