ISSUE

v2.0.1

2023-09-18

1. Category images are deleted when category data is updated

attempt ro read property name on null

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

attempt ro read property name on null

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

logo header

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.

disqus not available

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