2025-04-01 18:32:16 - === STARTING PHASE: phase_01_initial === 2025-04-01 18:32:16 - Executing: composer create-project --prefer-dist laravel/laravel "policypilot" 2025-04-01 18:33:16 - Laravel installation completed 2025-04-01 18:33:16 - Laravel core files verified 2025-04-01 18:33:16 - === COMPLETED PHASE: phase_01_initial === 2025-04-01 18:33:16 - === STARTING PHASE: phase_02_environment === 2025-04-01 18:33:16 - Environment configuration completed 2025-04-01 18:33:16 - Executing: php artisan key:generate 2025-04-01 18:33:17 - Application key generation completed 2025-04-01 18:33:17 - === COMPLETED PHASE: phase_02_environment === 2025-04-01 18:33:17 - === STARTING PHASE: phase_03_testing === 2025-04-01 18:33:17 - Executing: composer remove phpunit/phpunit --dev 2025-04-01 18:33:31 - PHPUnit removal completed 2025-04-01 18:33:31 - Executing: composer require pestphp/pest --dev --with-all-dependencies 2025-04-01 18:33:59 - Pest installation completed 2025-04-01 18:33:59 - Executing: echo 'no' | php ./vendor/bin/pest --init 2025-04-01 18:34:00 - Pest initialization completed 2025-04-01 18:34:00 - Testing setup completed 2025-04-01 18:34:00 - === COMPLETED PHASE: phase_03_testing === 2025-04-01 18:34:00 - === STARTING PHASE: phase_04_frontend === 2025-04-01 18:34:00 - Executing: npm install 2025-04-01 18:34:13 - NPM package installation completed 2025-04-01 18:34:13 - Executing: npm install alpinejs 2025-04-01 18:34:15 - AlpineJS installation completed 2025-04-01 18:34:15 - Executing: npm install @alpinejs/persist 2025-04-01 18:34:17 - AlpineJS Persist Plugin installation completed 2025-04-01 18:34:17 - Configured AlpineJS 2025-04-01 18:34:17 - === COMPLETED PHASE: phase_04_frontend === 2025-04-01 18:34:17 - === STARTING PHASE: phase_05_debugbar === 2025-04-01 18:34:17 - Executing: composer require barryvdh/laravel-debugbar --dev 2025-04-01 18:34:34 - Debugbar installation completed 2025-04-01 18:34:34 - === COMPLETED PHASE: phase_05_debugbar === 2025-04-01 18:34:34 - === STARTING PHASE: phase_06_breeze === 2025-04-01 18:34:34 - Breeze and Datatable stubs copied successfully to: C:\laragon\www/policypilot 2025-04-01 18:34:34 - Routes updated successfully. 2025-04-01 18:34:34 - Executing: npm run build 2025-04-01 18:34:39 - Asset build completed 2025-04-01 18:34:39 - Breeze integration with custom Tailwind datatable completed 2025-04-01 18:34:39 - === COMPLETED PHASE: phase_06_breeze === 2025-04-01 18:34:39 - === STARTING PHASE: phase_07_permissions === 2025-04-01 18:34:39 - Permission stubs copied successfully to: C:\laragon\www/policypilot 2025-04-01 18:34:39 - User model updated successfully. 2025-04-01 18:34:39 - Middleware updated successfully. 2025-04-01 18:34:39 - Routes updated successfully. 2025-04-01 18:34:39 - Permissions integration and Datatable stubs completed 2025-04-01 18:34:39 - === COMPLETED PHASE: phase_07_permissions === 2025-04-01 18:34:39 - === STARTING PHASE: phase_08_database === 2025-04-01 18:34:39 - Executing: php artisan migrate:fresh --seed 2025-04-01 18:34:43 - Database migration and seeding completed 2025-04-01 18:34:43 - === COMPLETED PHASE: phase_08_database === 2025-04-01 18:34:43 - === STARTING PHASE: phase_09_backend === 2025-04-01 18:34:59 - Backend stubs copied successfully to: C:\laragon\www/policypilot 2025-04-01 18:34:59 - resources/css/app.css updated successfully. 2025-04-01 18:34:59 - === COMPLETED PHASE: phase_09_backend === 2025-04-01 18:34:59 - === STARTING PHASE: phase_98_final === 2025-04-01 18:34:59 - Executing: npm run build 2025-04-01 18:35:01 - Final asset build completed 2025-04-01 18:35:01 - === COMPLETED PHASE: phase_98_final === 2025-04-01 18:35:01 - === STARTING PHASE: phase_99_documentation === 2025-04-01 18:35:01 - Documentation generated 2025-04-01 18:35:01 - === COMPLETED PHASE: phase_99_documentation === 2025-04-01 18:35:01 - Installation completed successfully