ravendb / samples-php-laravel
RavenDB Laravel Demo Application.
Installs: 16
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 6
Forks: 1
Open Issues: 0
Type:project
Requires
- php: ^8.0.2
- guzzlehttp/guzzle: ^7.2
- laravel/framework: ^9.19
- laravel/sanctum: ^3.0
- laravel/tinker: ^2.7
- ravendb/ravendb-php-client: ^5.2
Requires (Dev)
- fakerphp/faker: ^1.9.1
- laravel/pint: ^1.0
- laravel/sail: ^1.0.1
- mockery/mockery: ^1.4.4
- nunomaduro/collision: ^6.1
- phpunit/phpunit: ^9.5.10
- spatie/laravel-ignition: ^1.0
This package is not auto-updated.
Last update: 2024-11-07 17:47:54 UTC
README
The "RavenDB Laravel Demo Application" is a reference application created to show how to develop Laravel applications using RavenDB database.
Requirements
- PHP 8.1.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
Northwind
will be created. - You can access this database and its data directly through RavenDB Studio on address: http://localhost:8080