PHP code example of acoustep / component-generator

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

    

acoustep / component-generator example snippets


php artisan component:generate navbar

php artisan component:generate navbar --path="app/views"

php artisan config:publish acoustep/component-generator

php artisan component:setup

'postfix' => '.blade.php',
'syntax' => 'blade',

'postfix' => '.php',
'syntax' => 'php',

php artisan component:list

php artisan component:list --framework=bootstrap3