Download the PHP package izniburak/laravel-jotform without Composer
On this page you can find all versions of the php package izniburak/laravel-jotform. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download izniburak/laravel-jotform
More information about izniburak/laravel-jotform
Files in izniburak/laravel-jotform
Package laravel-jotform
Short Description Jotform Laravel Package
License MIT
Homepage https://github.com/izniburak/laravel-jotform
Informations about the package laravel-jotform
Jotform - Laravel Package
This package allows you able to use Jotform API in Laravel.
Installation
Supported Laravel Versions: >= 6.x
Run the following command directly in your Project path:
or directly add following command in your composer.json
file.
The service provider of the Package will be automatically discovered by Laravel.
After that, you should publish the config file via following command:
Greate! You can start to use Jotform API in your Laravel app.
Usage
You can use Jotform API in two different ways with this package.
1- Use jotform()
helper function in order to access Jotform API:
2- Use Facade:
Important: You can find all methods that will be able to use with this package by using this documentation. (The official PHP package of Jotform)
Config
You can change the package configs via config/jotform.php
file or directly using .env
file variables.
You can add the variables below in your .env
file and configure it as you desire.
Licence
Contributing
- Fork it ( https://github.com/izniburak/laravel-jotform/fork )
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create a new Pull Request
Contributors
- izniburak İzni Burak Demirtaş - creator, maintainer