Download the PHP package aimeos/ai-cms-grapesjs without Composer
On this page you can find all versions of the php package aimeos/ai-cms-grapesjs. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package ai-cms-grapesjs
Aimeos GrapesJS CMS
The Aimeos GrapesJS CMS extension provides a simple to use but powerful page editor for creating content pages based on extensible components.
Installation
As every Aimeos extension, the easiest way is to install it via composer. If you don't have composer installed yet, you can execute this string on the command line to download it:
To add the extionsion to your composer-based installation, execute:
These command will install the Aimeos extension into the extension directory and it will be available after you execute the database migration:
Integration
Laravel
First, you have to create the new tables required for the pages by executing this command in the root directory of your Laravel application:
Then, you need to uncomment the page
section in your config/shop.php
and add cms/page
to the list of components if it's not already there. Add cms/page
to all pages where you want to display CMS content, e.g.:
To show the content for the CMS page URLs, you have to add this at the end of the ./routes/web.php
file in your Laravel application:
In multi-language setups, you should add the locale
as parameter to the route:
When using a multi-vendor setup, then use one of these alternatives:
This will add a "catch all" route for every URL that hasn't been matched before so don't put routes after that line because they won't be used any more!
ReCAPTCHA integration
Use use Google reCAPTCHA v3 (invisible CAPTCHA) for all forms in CMS pages, you need to merge this configuration into your ./config/shop.php
(Laravel):
The secretkey
and sitekey
are generated in your Google account. Make sure, you also add all your domains to the list of allowed domains!
Potential problems
Page with contact form expired
Due to potential security risks, you must not be logged into the admin backend when using the contact form. Otherwise, you will get a "419 page expired" error page. Thus, make sure you are logged out of the admin backend before sending a contact request.
All versions of ai-cms-grapesjs with dependencies
aimeos/aimeos-core Version 2024.10.*
aimeos/ai-admin-jqadm Version 2024.10.*
aimeos/ai-admin-jsonadm Version 2024.10.*
aimeos/ai-client-html Version 2024.10.*
aimeos/ai-client-jsonapi Version 2024.10.*
aimeos/ai-controller-frontend Version 2024.10.*