Download the PHP package phuclh/dklog-form without Composer
On this page you can find all versions of the php package phuclh/dklog-form. 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 dklog-form
DKLog Form
Add ability to create and submit forms for DKLog.
Installation
Compile Form Assets
Blade Directives + Helpers
- Add Form stylesheet file to head tag of current page:
@formStyles('newsletter-form') - Create a link to Form Submission method:
route('plugins.forms.submit', 'newsletter-form') - Include a Form into a view:
{!! \Phuclh\DKLogForm\Form::include('newsletter-form') !!}
Example of Form Class
Todo
- [] Command to generate Form class.
- [] Publishing plugin config/assets.
- [] Add @includeForm directive.
- [] @tailwindcss/form.
- [] Add input error compoenent.
All versions of dklog-form with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.0
The package phuclh/dklog-form contains the following files
Loading the files please wait ...