LaravelPackages.net
Acme Inc.
Toggle sidebar
ravendb/samples-php-laravel

RavenDB Laravel Demo Application.

21
0
1.1.3
About ravendb/samples-php-laravel

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

RavenDB Laravel Demo Application

The "RavenDB Laravel Demo Application" is a reference application created to show how to develop Laravel applications using RavenDB database.

RavenDB Laravel Demo Application

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 Northwind will be created.
  • You can access this database and its data directly through RavenDB Studio on address: http://localhost:8080

Star History Chart