ravendb/samples-php-laravel
最新稳定版本:1.1.3
Composer 安装命令:
composer create-project ravendb/samples-php-laravel
包简介
RavenDB Laravel Demo Application.
关键字:
README 文档
README
The "RavenDB Laravel Demo Application" is a reference application created to show how to develop Laravel applications using RavenDB database.
Requirements
- PHP 8.2.0 or higher
- DS PHP extension enabled
- Docker
- usual Laravel application requirements
Installation
Before you begin, you should ensure that your local machine has PHP and Composer installed.
composer create-project ravendb/samples-php-laravel demo-app
Make sure that docker is started and running.
Start application containers with:
./vendor/bin/sail up
Access the application
Access the application in your browser at the given URL http://localhost/.
Note:
- On seeding command default database
Northwindwill be created. - You can access this database and its data directly through RavenDB Studio on address: http://localhost:8080
统计信息
- 总下载量: 21
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-11-23
