composed project, added packages, models, controllers, seeders, mirgations etc.
This commit is contained in:
@@ -1,7 +1,11 @@
|
||||
import './bootstrap';
|
||||
|
||||
import Alpine from 'alpinejs';
|
||||
import.meta.glob([
|
||||
'../images/**',
|
||||
]);
|
||||
|
||||
window.Alpine = Alpine;
|
||||
|
||||
Alpine.start();
|
||||
|
||||
|
||||
|
||||
10
resources/js/main.js
Normal file
10
resources/js/main.js
Normal file
@@ -0,0 +1,10 @@
|
||||
/**
|
||||
* @package: events-venues-task
|
||||
* @author: Yevhen Odynets
|
||||
* @date: 2024-07-25
|
||||
* @time: 11:44
|
||||
*/
|
||||
|
||||
import.meta.glob([
|
||||
'../images/**',
|
||||
]);
|
||||
Reference in New Issue
Block a user