Project Name: Volgh - Laravel Bootstrap Admin Template Version : V.7 Updated-date: 20-07-2023 Updates :- 1. Updated from Laravel mix -v.8 to Laravel vite -v.10. 2. Updated PHP 7.2 to PHP 8.2 Version. 3. Updated Bootstrap 4 to Bootstrap 5 Version. 4. Header is added and Sidemenu is updated. 5. Some Blade pages are Added while some have been updated. 6. UI issues are fixed and assets updated. 7. Updated Documentation. *********************************************************************************************************************************************************************************************** ----------------------------------------------------------------------------------------------------------------- 1. Updated from Laravel mix -v.8 to Laravel vite -v.10: ----------------------------------------------------------------------------------------------------------------- The Laravel framework has been updated from version 8 to version Laravel 10. For details follow the official documentation of Laravel. ----------------------------------------------------------------------------------------------------------------- 2. Updated PHP 7.2 to PHP 8.2 Version: ----------------------------------------------------------------------------------------------------------------- The PHP version has been updated from 7.2 to 8.2. To ensure compatibility, update PHP to version 8.2 on your system. ----------------------------------------------------------------------------------------------------------------- 3. Updated Bootstrap 4 to Bootstrap 5 Version: ----------------------------------------------------------------------------------------------------------------- Bootstrap has been updated from version 4.6.0 to version 5.3.0. To implement this update, Replace bootstrap folder in plugins folder "(rootpath:resources/assets/plugins/bootstrap/..)". ----------------------------------------------------------------------------------------------------------------- 4. Header and Sidemenu Updates: ----------------------------------------------------------------------------------------------------------------- 1. A new header has been added Open your "master.blade.php" files , below the
tag include the "app-header" path as shown in below.
@include('layouts.components.app-header') 2. sidemenu has been updated. For changes to take effect, replace the entire sidebar.blade.php file "(resources/views/layouts/)". ----------------------------------------------------------------------------------------------------------------- 5. Some Blade pages are Added while some have been updated. ----------------------------------------------------------------------------------------------------------------- Several new .blade.php pages have been added, and some existing ones have been updated. To ensure that all changes are reflected, replace all (.blade.php) pages with the latest versions. New .blade.php pages are added: 1.maps1.blade.php 2.maps2.blade.php 3.treeview.blade.php 4.edit-table.blade.php 5.icons11.blade.php 6.form-validation.blade.php 7.form-layouts.blade.php 8.switcher.blade.php 9.blog-details.blade.php 10.blog-post.blade.php 11.add-product.blade.php 12.wishlist.blade.php 13.checkout.blade.php 14.file-manager.blade.php 15.filemanager-list.blade.php 16.filemanager-details.blade.php 17.file-attachments.blade.php ----------------------------------------------------------------------------------------------------------------- 6. UI Improvements and Assets Updates: ----------------------------------------------------------------------------------------------------------------- The following updates have been made for UI improvements: 1. Some new plugins have been added, and existing ones have been updated. 2. Certain JavaScript files have been added, and others have been updated. 3. A few SCSS files have been added, and some have been updated. 4. To incorporate these changes, replace the complete assets folder (resources/assets). NOTE: You must perform "npm run build" command after replace or modifying the content in assets folder, otherwise those changes you've made will not be applied to your template. ----------------------------------------------------------------------------------------------------------------- 7. Updated Documentation: ----------------------------------------------------------------------------------------------------------------- The documentation has been updated with the latest information. It is essential to review the updated documentation thoroughly to understand. Thanking you, @spruko.