PHP code example of symbiotic / packages-loader-filesytem
1. Go to this page and download the library: Download symbiotic/packages-loader-filesytem 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/ */
symbiotic / packages-loader-filesytem example snippets
return [
// Core framework config...
'packages_paths' => [
'/home/path_to_project/vendor',
'/home/path_to_project/modules',
//.....
]
];