PHP code example of shipwelldev / cornerstone

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

    

shipwelldev / cornerstone example snippets

shell
php -r "is_file('database/database.sqlite') || touch('database/database.sqlite');"
shell
php artisan migrate
shell
php artisan cornerstone:stubs --force