PHP code example of conquest / command

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

    

conquest / command example snippets


return [
    'extension' => 'vue',
    'paths' => [
        'page' => 'js/Pages',
        'modal' => 'js/Modals',
        'component' => 'js/Components',
    ],
    'base_route' => 'dashboard',
];

bash
php artisan vendor:publish --provider="Conquest\Command\ConquestCommandServiceProvider" --tag="config"
bash
php artisan vendor:publish --provider="Conquest\Command\ConquestCommandServiceProvider" --tag="stubs"
bash
php artisan make:page
php artisan make:modal
php artisan make:conquest
php artisan make:js-component
php artisan user:make
php artisan add:route