mirror of
https://github.com/php-flasher/php-flasher.git
synced 2026-03-31 15:07:47 +01:00
12 lines
262 B
JavaScript
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');
|