PHP code example of polashmahmud / dishari

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

    

polashmahmud / dishari example snippets


return [
    'directory_name' => 'dishari', // The folder name for published Vue files
    'auto_share' => true,          // Automatically share menu data with Inertia
    // ...
];
bash
php artisan dishari:install
bash
php artisan migrate