PHP code example of capell-app / frontend

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

    

capell-app / frontend example snippets

bash
composer capell:frontend-install
php artisan capell:frontend-after-install
bash
php artisan capell:frontend-upgrade
bash
vendor/bin/pest tests/Feature/StaticBladeRenderingTest.php tests/Feature/MediaComponentMetadataTest.php --configuration=phpunit.xml