Download the PHP package portedcheese/ajax-forms without Composer
On this page you can find all versions of the php package portedcheese/ajax-forms. 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 ajax-forms
Ajax forms
Description
Предоставляет возможность отправлять лубую форму с классом sending-form
(это для webflow-integration) и sending-form-custom
через ajax и сохраняет ее на сайте.
Предварительно на сайте нужно создать форму и поля к ней. Для каждой формы есть страница с сообщениями от этой формы.
Install
Нужно выгрузить js, который отправляет форму с классом sending-form
и sending-form-custom
php artisan vendor:publish --provider="PortedCheese\AjaxForms\AjaxFormsServiceProvider" --tag=public --force
php artisan migrate
php artisan make:ajax-forms
{--all : Run all}
{--controllers : Export controllers}
{--models : Export models}
{--policies : Export and create rules}
{--only-default : Create default rules}
{--js : Include js}
{--sass : Include scss}
{--menu : Config menu}
Config
Выгрузка конфигурации:
php artisan vendor:publish --provider="PortedCheese\AjaxForms\AjaxFormsServiceProvider" --tag=config
All versions of ajax-forms with dependencies
PHP Build Version
Package Version
Requires
portedcheese/base-settings Version
^5.0
The package portedcheese/ajax-forms contains the following files
Loading the files please wait ....