PHP code example of safan-lab / assets
1. Go to this page and download the library: Download safan-lab/assets 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/ */
safan-lab / assets example snippets
return [
// Safan Framework default modules route
'Safan' => 'vendor/safan-lab/safan/Safan',
'SafanResponse' => 'vendor/safan-lab/safan/SafanResponse',
// Write created or installed modules route here...
'Assets' => 'vendor/safan-lab/assets/Assets'
];
'init' => [
'assets' => [
'class' => 'Assets\Assets',
'method' => 'init',
'params' => [
'path' => 'assets'
]
]
]