ravendb/samples-php-laravel is a Laravel package for ravendb laravel demo application..
It currently has 0 GitHub stars and 21 downloads on Packagist (latest version 1.1.3).
Install it with composer require ravendb/samples-php-laravel.
Discover more Laravel packages by ravendb
or browse all Laravel packages to compare alternatives.
Last updated
The "RavenDB Laravel Demo Application" is a reference application created to show how to develop Laravel applications using RavenDB database.

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 in your browser at the given URL http://localhost/.
Note:
Northwind will be created.