PHP code example of pdaleramirez / laravel-neo4j-starter
1. Go to this page and download the library: Download pdaleramirez/laravel-neo4j-starter library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
pdaleramirez / laravel-neo4j-starter example snippets
pdaleramirez\LaravelNeo4jStarter\Providers\Neo4jServiceProvider::class,
'Neo4jQuery' => pdaleramirez\LaravelNeo4jStarter\Facades\Neo4jQueryFacade::class
public function broker()
{
return \App::make('auth.password.neo4j');
}