Code

Discussion on Botble - Laravel CMS, CRUD generator, Modular & Theme system, Role permissions, Multilingual blog

Discussion on Botble - Laravel CMS, CRUD generator, Modular & Theme system, Role permissions, Multilingual blog

By
Cart 1,063 sales
Recently Updated

botble supports this item

Supported

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

804 comments found.

Hi, nice CMS

I need to create my own plugin by this command

php artisan cms:plugin:create search

display this error Could not open input file: artisant

Hi,

Maybe it’s wrong typo. It’s “artisan”, not “artisant”. And make sure you are in the root folder, you must see artisan file in the root folder.

Thanks, its work

Good time of day. I have a number of questions before buying the platform. I’ve seen you wordpress importer, can you detail what it does?

Hi,

Wordpress Importer is used to import data from Wordpress xml file.

You can see demo video here: https://www.youtube.com/watch?v=RAnfFj4g5qY&feature=youtu.be

Note: this is a free plugin so we won’t support it. If you need to help on that plugin, you need to contact the author on Github.

Thanks!

Hi, 1) How to set for different pages Theme::content()? 2) How to set widget on the page inside Theme::content?

Hi,

I really don’t understand your question.

1. Theme::content() is the place to load content from view.

Ex: when you use Theme::scope(‘page1’)->render(). It will use content from platform/themes/[your-theme]/views/page1.blade.php and append to Theme::content() location.

2. You can use {!! dynamic_sidebar(‘primary_sidebar’) !!} to display widgets in Primary sidebar.

Hi, i have tested Digital Ocean S3 for Media upload and find some problem, i cant set in admin panel url for cdn, look at docs https://www.digitalocean.com/docs/spaces/how-to/enable-cdn/ when i set cdn enable at do custom url, can you extend DO provider?

i will wait thanks, and also, for cdn, we can also use a custom domain, for example images.mydomain.com now this is also impossible. With endpoint for cdn by DO like https://mydomain.ams3.cdn.digitaloceanspaces.com...

Yes, looks like a big feature. We don’t see this option before.

Hi,

Please create a ticket on our support center https://botble.ticksy.com, I will send you updated files for testing.

Thanks!

Hi, Nice CMS and good job, but what about google AMP for posts? 2020, its must be by google recommendations and this affects the ranking of the site. What do you think about it?

Hi,

Sorry, we don’t have experience on AMP so we won’t add it now.

... but this must user google recommendation for news website….

hai , is there any way to make the installation more simple like , wordpress installaton

Hi,

It’s Laravel script so it’s not easy to make installation like Wordpress.

is there an easier way to reset the licence?

Hi,

To deactivate license, you just need go to Admin -> Settings -> General and click on “Deactivate license” button.

Screenshot: https://prnt.sc/v9ravv

If you can’t access to admin panel anymore, please send us your purchase code and domain to email contact@botble.com, we will deactivate your license on that domain.

Hi,

I’ve just deactivated your license on domain cms.com.

Now you can use your license on a new domain.

Hi, where is the best place to report bugs, security issues etc? Do you guys have a Slack channel or similar I can contact you through?

Hi,

Please create a ticket on https://botble.ticksy.com or contact us via email contact@botble.com

I wasn’t able to create a ticket on your support system due to my item support being expired, so it wouldn’t let me submit one.

I’m not after support though, just wanted to report a bug so I’ll just drop you guys an email thanks.

Why payment method options in the admin demo is hidden ?while shopwise is visible ?? I am interested

You need to purchase the CMS version then copy those modules into Shopwise.

Okay thank you last question. When I already have shopiwise then I want to buy the CMS version, will the price still the same with shopiwise ? because I see in the description of shopiwise indicated “to reduce the price” what it means ?

Hi,

The price of items on Codecanyon is the final price.

Each product has its price and the price won’t change if you already purchase another product.

Envato doesn’t have that option.

are there plans to get this laravel 8?

Hi,

We won’t update to Laravel 8 this year.

It requires PHP >= 7.3 so it can’t work on many hosting.

If you need want to update to Laravel 8, just need to change in composer.json

“laravel/framework”: “^8.0”

Then run composer update.

Download the latest code from https://github.com/laravel/laravel then replace folder /app with the latest code.

Then it should work fine.

Our code is compatible with Laravel 8.

can I add external table structure ?

Yes, you can. You can add more tables if you’re a developer.

Hi, Documentation site is down. Theme create command not working. Running latest update.

Hi,

Documentation site is still alive.

You need to run command “composer install” first to install dev packages.

Then you can use php artisan cms:theme:create [theme-name] to create a new theme.

stylesheets for the documentation website are down

Can you please reply to ticket #2544795

Hi,

I have replied it. Please check.

thank you but what I mean is to add a new font which is not listed in the admin

`php artisan cms:theme:create` command was removed?

EDIT: No worries, I forgot to run composer install

Hi,

It’s not removed. It’s disabled by default.

You need to run “composer install” to bring it back.

https://docs.botble.com/cms/5.8#install-locally-or-in-vps

“cms:plugin:create” command is missing after the update. I know my support is expired, but please update the script for those who are already on support.

Hi,

You need to run “composer install” then that command will back.

https://docs.botble.com/cms/5.8#install-locally-or-in-vps

Dear botble,

Hi, how are you doing. I want thank you for the amazing service that you offer.

I love your admin panel. I need to use your admin panel as a backed, and I will build the front-end using angular framework. I am wondering if there are a full restfull api for your services. Also can I edit in the api so I can build what I need.

please response me as soon as possible.

Best Regards,

Hi,

We just provide some APIs by default. You can see API docs here: https://cms.botble.com/docs

We’re using Laravel Passport to build API https://laravel.com/docs/7.x/passport

You can write your own API if you have experience in Laravel.

Thanks!

People who know how to do this: Disable for the administrator to edit his role.,And also disable viewing control of some plugins?

can i use my own existing data tables

Hi,

No, you can’t. You have to use our tables, our database structure.

Thanks!

I love your services, it contain everything I need. I am wondering if you provide API service ? please reply me so I submit my sale.

Hi,

We have added some basic APIs by default, you can see the list here https://cms.botble.com/docs/#info

Thanks!

Hi guys,

I would like to use your engine with some other template than yours and here goes the question for it.. Is my understanding correct that I have to harcode the new theme first (/platform/themes/[theme]/config.php), then select it in the Appearance/Themes? If so, if i want to use some bought theme (not my own), it has to be Laravel/PHP or I can somehow import HTTP/other theme?

Thank you in the advance for the answer,

z.

Hi,

If you’re a Laravel developer, you can develop your own theme to use.

Just themes for Botble CMS can work on our CMS. It can’t import from other theme.

If you have a HTML template, you need to convert to Botble CMS theme.

You can start to develop a new theme using command: php artisan cms:theme:create [theme-name]

Or custom our existed themes.

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