Code

Discussion on LaraMag - Laravel News & Magazine Multilingual System

Discussion on LaraMag - Laravel News & Magazine Multilingual System

By
Cart 148 sales
Recently Updated

botble supports this item

Supported

This author's response time can be up to 2 business days.

103 comments found.

is this script has bulk image upload

can i define my one routes ( url structure)?

Hi,

It just has bulk upload images in Admin -> Media http://lara-mag.botble.com/admin/media

You can define your routes if you need, it’s a Laravel project so you can add many routes as you want.

Thanks!

Hi, for Ads, can appear in home section categories, https://ibb.co/d68gzmc and can input date to expire ads

Config for menu: platform/packages/menu/config/general.php Config for route admin: platform/core/dashboard/routes/web.php

Hi, please help, TICKET #2417339

We’ve replied that ticket.

Hi, I want to buy this theme but i need to know if is it include CRUD generator, theme/widget generator and can i customize the frontend? support it arabic version RTL? Thank you in advance

Thank you

Hello, can i add new theme support RTL version in frontend ?

You can change HTML and CSS to support RTL. You can add a theme by yourself if you have experience on Laravel framework.

Hi, I bought this app a long before you remove CRUD and theme generator with its price before, and now downloaded your latest version of this app you remove the generator, how about that? How can I get the generator back?

Hi,

Please contact us via email contact@botble.com, we will give you those packages for dev.

Hi Author, Menu navigation no have sub menu

Hi,

This is release notes: https://docs.botble.com/lara-mag/5.x/releases#version_5_3

To add sub menu, you need to go to Admin > Appearance> Menus, edit a menu.

should add button post to facebook page next feature.

We don’t have plan to add that feature. Sorry about that.

I have tried to upgrade Lara Mag to version 4.2 from 4.1 by copy and pasting platform folder.

After upgrading I’m receiving this error message when trying to edit any post/page/menu:

Facade\Ignition\Exceptions\ViewException Too few arguments to function Botble\SeoHelper\Providers\HookServiceProvider::addMetaBox(), 2 passed and exactly 3 expected (View: /var/www/html/platform/core/base/resources/views/forms/form-tabs.blade.php)

Another thing. When click “View website” from dashboard, it takes me to [site-url]/public/. Is it possible to redirect me to just my site-url ?

I think their something wrong in your configuration, do you have public in .env

We just use url(‘/‘) in that link.

thanks, fixed it.

Hello, my site has 2 languages. How can I configure it so that if, for example, a user enters from Russia, show him the Russian version of the site?

Hi,

You can configure it in Admin -> Settings -> Languages. If your users are from Russia, they just need to select Russian language in the top bar of website.

Thanks!

Thanks for reply. I know about language switcher, but I just wanted automatically load Russian content for Russian visitors)

Ah, we don’t have that feature now.

My license:d804ad34-2ee8-4698-91d7-158379c447c1

Hello, every day my site goes down. Finally, I have found out the reason: the problem is the “settings” table. when the site goes down, there is only 1 record(row) in settings table, but there has to be a lot. Backing up and manually restoring “settings” table helps, but every time I cant do it. How can we solve that problem?

Hi,

What’s your Botble’s version?

It’s so weird. This the first time I heard about that.

Can you show me more details?

Thank you!

Botble version: 5.8.19

when site is down, the “settings” table looks like this https://prnt.sc/py5iea

so each time I’m manually fixing table

Hi,

Please remove the line 70 in /platform/packages/theme/src/Http/Controllers/PublicController.php https://prnt.sc/pyaykc

It should be fixed, please do it and let me know if it still happens.

Thanks!

hi , after updating botble cms , i faced problem in media ( media not work correctly , the existing media work good , when i upload new media not work or the upload manger cant read the uploaded image )

how can i solve this issues?

the images and files uploaded successfully and exist in storage folder but not loaded in botble image uploader and the frontend theme . i mean this method cant load the image ( get_object_image($post->image) )

What is your config for APP_URL in .env? I think it’s not correct. It should be your web domain.

Please check it.

yes , its work fine, thank you

Hi, I put my project on git, with all my custom module.
but if I clone it for new installation and follow your installation process, my custom plugin is not active, and after I activate it from menu Plugin or from artisan it will show error https://prnt.sc/plefuc
how to solve that?thank you.

I deactivate the plugin that makes error and activate again from terminal, and is solved. can you tell why?

I think it’s cache issue. I doesn’t happen to me.

Hi, I copy my existing app to another pc, not fresh install from codecanyon and I got this
Failed to find a valid digest in the ‘integrity’ attribute for resource ‘http://localhost:8000/vendor/core/libraries/font-awesome/css/fontawesome.min.css' with computed SHA-256 integrity ‘RtMfPvtdjkEbERLgZ70Z5f8rCHbsou/DcqEZCXiM8ME=’. The resource has been blocked
how to solve that?I installed as usual like in your guide.

Hi,

You can remove “attributes” from platform/core/base/config/assets.php line 406

https://prnt.sc/ot35nr

Regards,

1. Hi, I have some plugin that its crud not saved in activities logs. but some plugin saved, and it is the same -> create plugin,activate and no edit. what should I check for this?
2. is there any way to deactivate your artisan command?if I put this on production, I want to make this app like compiled, no one can modify it.

Hi,

1. You need to fire an event for each CRUD action https://prnt.sc/oqan6v

2. You can run command “composer install—no-dev” to remove some dev commands. You can’t deactivate all commands from our CMS because there is no option to do that.

Thanks!

Hi, I’m updating to 3.6 from 3.5 but in point 2
Remove folder public/vendor/core and run command php artisan vendor:publish—tag=cms-public—force
I got error
In helpers.php line 21: Class ‘WidgetGroup’ not found
I have checked in platform/packages/widget/src and found WidgetGroup.php
please help. thank you.

I’ve just tested on demo site and it’s working well http://prntscr.com/oj0167

Yes sir, but try click that Menu link, it will show the others https://prnt.sc/oj02xl

Please change in platform/core/base/src/Supports/DashboardMenu.php:163

$link['children'][$sub_key]['active'] = true;
$link['active'] = true;
https://prnt.sc/oj5yip (Removed “break”)

It should works now.

Hi.. how to custom table view and input form? I created a module/plugin, but I need to add some button/action instead of just data table and in input form too. how to do it manually, not using form builder. thank you.

Hi,

You can add in your form class.

\Assets::addScriptDirectly('js file path');
\Assets::addScript('js key in assets.php');

We’re using Assets class to manage css/js files: https://github.com/botble/laravel-assets

You also can add js in blade view.

@push('footer')
<script src="..."></script>
@endpush

Example to use datepicker in platform/core/acl/src/Forms/ProfileForm.php.

Thanks!

Hi,
how to make parent menu in backend?like Appearance and Settings, I want to create parent menu, and some of my plugin as child menu.

Hi,

You need to set “parent_id”. Ex: “parent_id” => “cms-core-appearance” then that menu will be appeared inside Appearance. You need to add parent menu then set “parent_id” of child menu is parent ID.

My online support expired June 15, but as of this date I am now getting this error in my website logs:

“production.INFO: Error when authorizing this website!”

I don’t need further product support so I don’t wish to renew the support, but why the website start getting authorization errors when support ended?

And we’ve removed it since v3.4

but I installed the website online in March but I only get the message starting 10 days ago. And its every day in the logs now. I dont understand how to make it stop going into the logs

You can remove it in platform/core/base/src/Supports/MembershipAuthorization.php:65

info(__('Error when authorizing this website!'));

Hi, I just received email that laramag updated, how to update this app?can you give notes what file to copy/remove or something like that?

Hi,

I’ve just changed 1 file. You can see the change here: https://docs.botble.com/lara-mag/3.5/releases#botble-351

Thanks!

My bad, didn’t check the release notes. thank you.

You’re welcome!

Hi, I’ve bought LaraMag CMS, and have found a problem. Delete Language functionality is not working. And one question. I can’t find search box, how to find and activate it?

I’ve just downloaded the new uploaded version, but… now I can’t login. It throws an error: “Call to undefined method DateTimeZone::getName()”

The problem was solved when I switched from php 7.1.3 to 7.2

Okay, thanks!

Hi, what is the different between this laramag with botble cms (https://codecanyon.net/item/botble-cms-php-platform-based-on-laravel-framework/16928182) ?

bootstrap.min.css.map is not an important file, we don’t use it. And we’ve removed user.js, I think we forgot to delete it from source code.

I think you can delete it from platform/core/acl/src/Http/Controllers/UserController.php

Or we will remove it and you will not see that error in the next version.

Thanks!

Nice. It’d be better if you remove it in the next version. Thank you.

Thanks!

Hi,

How can I check the database structure you guys are using?

Hi,

You can’t check it before purchasing it.

Thanks!

is it one license / domain?

No, you just need to purchase one time and use it in multiple domain.

Thanks!

I’m at the following step of the install process, “Run php artisan cms:theme:assets:publish ripple”

After running the command (from the root folder) I get the following response, “Theme “ripple” is not exists.”

I’ve looked in this folder but only see “js” and “sass” folders ”\platform\themes\lara-mag\assets”

Please help

Can you run “npm run dev” again? I think it will fix the issue.

You can also download the latest version from Codecanyon. I’ve fixed that issue.

Thanks!

Was this an error in the code you just recently fixed (like yesterday)? Do I need to download the latest code and run through the setup again?

I ran the “npm run dev” command and got this:

> @ dev /home/vagrant/code > npm run development

> @ development /home/vagrant/code > cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js—progress—hide-modules—config=node_modules/laravel-mix/setup/webpack.config.js

sh: 1: cross-env: not found npm ERR! file sh npm ERR! code ELIFECYCLE npm ERR! errno ENOENT npm ERR! syscall spawn npm ERR! @ development: `cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js—progress—hide-modules—config=node_modules/laravel-mix/setup/webpack.config.js` npm ERR! spawn ENOENT npm ERR! npm ERR! Failed at the @ development script. npm ERR! This is probably not a problem with npm. There is likely additional logging output above. npm WARN Local package.json exists, but node_modules missing, did you mean to install?

npm ERR! A complete log of this run can be found in: npm ERR! /home/vagrant/.npm/_logs/2019-05-06T18_42_27_775Z-debug.log npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! @ dev: `npm run development` npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the @ dev script. npm ERR! This is probably not a problem with npm. There is likely additional logging output above. npm WARN Local package.json exists, but node_modules missing, did you mean to install?

npm ERR! A complete log of this run can be found in: npm ERR! /home/vagrant/.npm/_logs/2019-05-06T18_42_27_789Z-debug.log

You need to run “npm install cross-env” to install cross-env package.

Don’t forget to run “npm install” before running “npm run dev” :D

Thanks!

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve CodeCanyon.

Sure, take me to the survey