1. Go to this page and download the library: Download allenkhoury/al-make 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/ */
allenkhoury / al-make example snippets
'RepositoryName\\PackageName' => [
'dir' => 'myrepository\\mypackage', // location to your package
'root' => 'src', // Your package root directory
'migrations' => 'src\\Database\\Migrations', // Migrations path
],