PHP code example of mezcalito / ux-filemanager
1. Go to this page and download the library: Download mezcalito/ux-filemanager 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/ */
mezcalito / ux-filemanager example snippets
// config/bundles.php
return [
// ...
Mezcalito\FileManagerBundle\MezcalitoFileManagerBundle::class => ['all' => true],
];
yaml
# config/routes/mezcalito_file_manager.yaml
mezcalito_file_manager:
resource: '@MezcalitoFileManagerBundle/config/routes.php'
prefix: '/filemanager'