Files
php-flasher/demo/laravel/resources/js/app.js
T
2026-03-01 23:21:50 +00:00

12 lines
262 B
JavaScript

/**
* PHPFlasher Laravel Demo
*
* Main JavaScript entry point.
* Note: PHPFlasher and other libraries are loaded via CDN in the layout.
*/
import './bootstrap';
// Custom demo functionality can be added here
console.log('PHPFlasher Laravel Demo loaded');