PHP code example of boralp / laravel-vite-apple-container

1. Go to this page and download the library: Download boralp/laravel-vite-apple-container 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/ */

    

boralp / laravel-vite-apple-container example snippets




declare(strict_types=1);

return [
    'container_cli' => env('CONTAINER_CLI', 'container'),

    'node_image' => env(
        'LVAC_NODE_IMAGE',
        'docker.io/library/node:24-alpine@sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f'
    ),

    'memory' => env('LVAC_MEMORY', '2g'),
    'cpus' => env('LVAC_CPUS', '2'),
];
bash
php artisan lvac:build
bash
php artisan lvac:build --allow-network
bash
php artisan lvac:build --build-only
bash
php artisan vendor:publish --tag=lvac-config
text
config/lvac.php
bash
php artisan lvac:build
bash
php artisan lvac:build
bash
php artisan lvac:build --allow-network
bash
php artisan lvac:build --build-only
bash
php artisan lvac:build --ci-only --allow-network
bash
php artisan lvac:build --build-only
bash
php artisan lvac:build --allow-network --allow-scripts
bash
php artisan lvac:build --help
bash
php artisan lvac:build --allow-network --allow-scripts
text
config/lvac.php
bash
php artisan lvac:build
bash
php artisan lvac:build --allow-network --ci-only
bash
php artisan lvac:build --build-only
bash
php artisan lvac:build --allow-network
bash
php artisan lvac:build --build-only
bash
php artisan lvac:build --build-only
bash
php artisan lvac:build --build-only
bash
php artisan lvac:build --full-access