PHP code example of emniis / ng-admin

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

    

emniis / ng-admin example snippets


    php artisan vendor:publish --provider="Emniis\NgAdmin\NgAdminServiceProvider"


    ...
      Route::resource('articles', 'Admin\ArticleController');
      /** crudgen routes dont remove this comment **/
    ...