PHP code example of acidjazz / larjectus
1. Go to this page and download the library: Download acidjazz/larjectus 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/ */
acidjazz / larjectus example snippets
'providers' => [
...
Larjectus\ServiceProvider::class,
],
$app->register(Larjectus\ServiceProvider::class);