ISSUE
v2.0.1
2023-09-18
2. The Google Analytics Global site tag script does not appear
<!-- Global site tag (gtag.js) - Google Analytics --> <script async src="https://www.googletagmanager.com/gtag/js?id=xxx-xxx"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'xxx-xxx'); </script>
2023-08-30
The language item caanot be activated/deactivated
Download LanguageController.zip. Put the downloaded file in the directory as follows:
π laramagz π app π Http π Controllers π Admin π LanguageController.php
v2.0.0
2023-08-25
Cannot change Display language options
Download route-admin.zip. Put the downloaded file in the directory as follows:
π laramagz π routes π admin.php
2023-08-24
The DataTables 'Attempt to read property "name" on null' error appears after deleting the parent category

Download app.zip. Put the downloaded file in the directory as follows:
π laramagz π app π Models π Term.php π Services π TermService.php
2023-08-21
Problem with Logo header on mobile view

Download style.zip. Put the downloaded file in the directory as follows:
π laramagz π public π themes π magz π css π style.css π style.css.map
Disqus missing in Laramagz v2.0.0
If you download the application but donβt find disqus in settings.

Please download the following file patch-disqus. Put the downloaded file in the directory as follows:
π laramagz π app π Http π Controllers π Admin π SettingController.php π database π seeders π SettingSeeder.php π resources π views π admin π settings π _web-config.blade.php π routes π admin.php
v1.3.2-3
The post image in the post details does not appear
Please download the following file single.blade.php. Put the downloaded file in the directory as follows:
π resources π views π frontend π magz π page π single.blade.php