spsoni/htmlform

Generate HTML Form Elements using php

Installs: 50

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

pkg:composer/spsoni/htmlform

1.0 2024-02-17 18:17 UTC

This package is auto-updated.

Last update: 2025-12-17 22:09:15 UTC


README

Features

  • Generate HTML Form Tags in Laravel Project

Usage

{!! SPS\Form::label(__('message.address'), 'address', true,['class' => 'form-label']) !!}
{!! SPS\Form::input('address', old('address'), ['class' => 'form-control']) !!}
{!! SPS\Form::error($errors, 'address') !!}