laravel Event
PHP
2025-12-25
1564
0
Laravel Event Event::fire('foo.bar', array($bar));
// 注册一个事件监听器.
// void lis...