v3.0 update: update dependencies, remove unused files, and enhance event management features
- Updated Laravel framework requirement in composer.json to support versions 10.0 and 11.0.
- Removed obsolete files including mix-manifest.json, webpack.mix.js, and various JavaScript files related to event management.
- Introduced new Vite configuration for asset management.
- Added new migration files for translations, cache, jobs, and sessions.
- Updated event seeder to reflect new thumbnail paths and added new settings in the database seeder.
- Enhanced CSS styles for the theme and added new components for better UI/UX.
- Refactored JavaScript imports to use Vue single-file components for improved maintainability.
- Updated various Blade templates to utilize Vite for asset loading, improving performance.
- Add support for S3 storage to deploy on auto-scaling cloud servers
- v3.0 Stable: Enhance installation and update commands, improve database seeding, and update Vite configuration
- Added a method to merge npm dependencies from Eventmie into the host application's package.json during installation and update processes.
- Updated Vite configuration to include the correct path for 'vue-confirm-dialog' and added it to the optimized dependencies.
- Modified the sessions migration to check for existing tables before creation.
- Adjusted the order of database seeding to ensure 'UsersTableSeeder' runs after 'RolesTableSeeder'.
- Updated footer credits in the settings seeder to reflect version 3.0.