ISSUE

v2.1.0

2023-10-22

This error appears because a new language has been added but titles in that new language are not available.

undefined array key lang

2. Sidebar Image Ads cannot be changed.

ads sidebar cannot changed

v2.0.2

2023-09-27

1. The POST method is not supported for route subscribe. Supported methods: GET, HEAD.

failed sent email subscription

2. SQLSTATE[HY0000]: General error: 1364 Field 'post_source' doesn’t have a default value

post source null

v2.0.1

2023-09-24

The language code directory does not exist

the lang directory does not exist

Solution:

Create a language code folder in the laramagz/lang directory, for example: kk. Copy all the contents of the files in the en folder into the kk folder. Copy the en.json file, rename it to ka.json.

2023-09-21

1. An error appears on the site page when selecting a new language option

error language

2. Error when importing file data and backup storage

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