PHP code example of kettasoft / scaffolding

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

    

kettasoft / scaffolding example snippets

bash
php artisan install
bash
php artisan install --db-name="scaffolding" --db-username="root" --db-password="" --admin-name="admin" --admin-email="[email protected]" --admin-phone="987654321" --admin-password="password"
bash
php artisan sample-data:seed
bash
php artisan sample-data:seed --count="your count here"