The "RavenDB Laravel Demo Application" is a reference application created to show how to develop Laravel applications using RavenDB database.
- PHP 8.2.0 or higher
- DS PHP extension enabled
- Docker
- usual Laravel application requirements
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:
- 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