PHP code example of ucan-lab / laravel-dacapo

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

    

ucan-lab / laravel-dacapo example snippets


$ php artisan dacapo:init

$ php artisan dacapo

# Execute migrate and seeding
$ php artisan dacapo --seed

# Do not execute migrate
$ php artisan dacapo --no-migrate

$ php artisan dacapo:stub:publish