PHP code example of square-bit / laravel-volition

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

    

square-bit / laravel-volition example snippets


return [
];

$volition = new Squarebit\Volition();
echo $volition->echoPhrase('Hello, Squarebit!');
bash
php artisan vendor:publish --tag="laravel-volition-migrations"
php artisan migrate
bash
php artisan vendor:publish --tag="laravel-volition-config"
bash
php artisan vendor:publish --tag="laravel-volition-views"