PHP code example of emgs / admin-emgs-laravel

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

    

emgs / admin-emgs-laravel example snippets

shell
# Run admin base migrations (IMPORTANT)
php artisan migrate

# Publish assets (JS/CSS)
php artisan vendor:publish --tag=public --force