ipub/form-slug

This package is abandoned and no longer maintained. No replacement package was suggested.

Forms control for adding slug filed for Nette Framework

v1.1.2 2019-05-24 18:54 UTC

This package is auto-updated.

Last update: 2020-02-14 11:16:04 UTC


README

Build Status Scrutinizer Code Coverage Scrutinizer Code Quality Latest Stable Version Composer Downloads License

Forms control for adding slug filed for Nette Framework

Installation

The best way to install ipub/form-slug is using Composer:

$ composer require ipub/form-slug:@dev

After that you have to register extension in config.neon.

extensions:
	formSlug: IPub\FormSlug\DI\FormSlugExtension

And you also need to include static files into your page:

	<script src="{$basePath}/libs/ipub.formSlug.js"></script>
</body>

note: You have to upload static files from client-site folder to your project.

Documentation

Learn how to extend your forms with phone field in documentation. For JavaScript part of this extension please checkout JS documentation

Homepage http://www.ipublikuj.eu and repository http://github.com/iPublikuj/form-slug.