PHP code example of angel / testimonials

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

    

angel / testimonials example snippets


'Angel\Testimonials\TestimonialsServiceProvider'

'menu' => array(
	'Pages' => 'pages',
	'Menus' => 'menus',
	'Testimonials' => 'testimonials',  // <--- Add this line
	'Users' => 'users',
	'Settings' => 'settings'
),
bash
php artisan migrate --package="angel/testimonials"  # Run the migrations