Download the PHP package portedcheese/webflow-integration without Composer
On this page you can find all versions of the php package portedcheese/webflow-integration. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package webflow-integration
WebFlow integration
Установка
composer require portedcheese/webflow-integration
Настройка
Пройтись по процессу установки Base | Seo | Ajax forms | Contact
php artisan migrate
php artisan make:webflow
Описание
Добавляет на страницы с шаблоном WebFlow меню сайта (main)
Что бы сделать вывод главной, можно в контроллер главной страницы дописать:
if (class_exists(WebflowPage::class)) {
$page = WebflowPage::getHomePage();
if (!empty($page)) {
return $page;
}
}
Меню для админки
@includeIf("webflow-integration::admin.webflow.menu")
На странице должен быть блок с аттрибутом main-section="main-section"
Что бы заработало меню сайта, нужен элемент nav с атрибутом navigation-menu='navigation-menu'
.
All versions of webflow-integration with dependencies
PHP Build Version
Package Version
Requires
paquettg/php-html-parser Version
^2.0
zanysoft/laravel-zip Version ^1.0
portedcheese/base-settings Version ^v2.0
portedcheese/seo-integration Version ^v1.3
portedcheese/ajax-forms Version ^v1.4
portedcheese/contact-page Version ^v1.3
zanysoft/laravel-zip Version ^1.0
portedcheese/base-settings Version ^v2.0
portedcheese/seo-integration Version ^v1.3
portedcheese/ajax-forms Version ^v1.4
portedcheese/contact-page Version ^v1.3
The package portedcheese/webflow-integration contains the following files
Loading the files please wait ....