Skip to content

lequoclap/DynamicForm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DynamicForm

Laravel Form

Task list

  • create composer.json
  • shorten namespace
  • move Utils function into helper
  • create more fields: Hashtags, Datetime, DatetimeRange
  • ...

How to add DynamicForm into your project:

  • Adding below lines into composer.json

      "repositories": [
        {
            "type": "vcs",
            "url": "https://github.com/lequoclap/DynamicForm.git"
        }
       ],
    
  • Adding below lines into config/app.php

    DynamicFormManager\DynamicFormServiceProvider::class
    

About

Laravel Form

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 89.7%
  • HTML 10.3%