silverchariot/ova
Composer 安装命令:
composer create-project silverchariot/ova
包简介
The skeleton application for the Laravel framework.
关键字:
README 文档
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.examplefile 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
统计信息
- 总下载量: 4
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-04-13