PHP code example of ibrahimbougaoua / filament-sound

1. Go to this page and download the library: Download ibrahimbougaoua/filament-sound 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/ */

    

ibrahimbougaoua / filament-sound example snippets


return [
    'navigation' => true,
    'user_menu_item' => true,
    'restore_settings' => false,
    'audio' => true,
    'browse_audio' => true
];
bash
php artisan vendor:publish --tag="filament-sound-migrations"
php artisan migrate
bash
php artisan filament-sound:install
bash
php artisan filament-sound:restore-settings
bash
php artisan vendor:publish --tag="filament-sound-config"
bash
php artisan vendor:publish --tag="filament-sound-views"