PHP code example of jhonoryza / laravel-vien

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

    

jhonoryza / laravel-vien example snippets

bash
php artisan vien:install
bash
php artisan vien:update
bash
php artisan vien:generate posts
bash
php artisan vendor:publish --tag='vien-config'
bash
php artisan vendor:publish --tag='vien-stubs'