PHP code example of dedermus / open-admin-core

1. Go to this page and download the library: Download dedermus/open-admin-core 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/ */

    

dedermus / open-admin-core example snippets


php artisan storage:link

php artisan vendor:publish --provider="OpenAdminCore\Admin\AdminServiceProvider"

php artisan admin:install

php artisan vendor:publish --tag=open-admin-assets --force