PHP code example of nhiepphong / backend

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

    

nhiepphong / backend example snippets


// FOR LARAVEL 5.1 AND ABOVE
Nhiepphong\Backend\Providers\BackendServiceProvider::class,
 
php artisan backend:install
 
php artisan vendor:publish --provider="Nhiepphong\Backend\Providers\BackendServiceProvider"
 
test/Admin to app/Http/Controller/Admin