Download the PHP package solution-forest/simple-contact-form without Composer

On this page you can find all versions of the php package solution-forest/simple-contact-form. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package simple-contact-form

Simple-Contact-Form

Simple Contact Form - FilamentPHP Plugin

A lightweight, customizable contact form plugin for FilamentPHP that provides an easy-to-use alternative to Contact Form 7. Build and manage contact forms with a simple, intuitive interface directly from your Filament admin panel.

Latest Version on Packagist GitHub Tests Action Status GitHub Code Style Action Status Total Downloads

Features

Pro Version (Click me)

Try Pro Version Now

 https://checkout.anystack.sh/simple-contact-form-pro

Supported Filament versions

Filament Version Plugin Version
v3 0.0.6
v4/v5 >=2.0.0

Installation

You can install the package via composer:

You can publish and run the migrations with:

Register the plugin in your Panel provider:

Simple Contact Form provides a Filament form that can be used outside the Filament panel, but it requires Filament styles. There are several ways to set this up depending on your environment:

  1. Filament v3 with Tailwind v3:
    Follow the official Filament installation instructions: https://filamentphp.com/docs/3.x/forms/installation.

  2. Filament v3 with Tailwind v4:
    Publish the built-in CSS assets with the following command:

  3. Filament v4/v5 :
    Add the following to your app.css or your stylesheet:

    Then build your assets:

Configuration

You can customize the plugin's resources using the following options:

Customizing Translations

If you need to modify the translations, publish the language files:

This will copy the language files to your application's lang directory where you can edit them.

Email Setting

For the plugin to send emails properly, ensure your Laravel mail configuration is set up correctly in your .env file:

Usage

Creating a Form

  1. Navigate to the "Contact Forms" section in your Filament admin panel
  2. Click "Create Form"
  3. Configure the basic form settings:
    • Form Name
    • Email Content
    • Success Message
    • Error Message
    • Email Subject
  4. Add fields using the form builder:
    • Text Input
    • Email Input
    • Textarea
    • Select Dropdown
    • Radio Buttons
    • Checkboxes

Displaying Forms

Use the Blade component with form id in your views:

Preview

image image image image image

image

Common Issues

Emails not sending:

Testing

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

We welcome contributions! Please see CONTRIBUTING.md for details.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

License

The MIT License (MIT). Please see License File for more information.

About Solution Forest

Solution Forest Web development agency based in Hong Kong. We help customers to solve their problems. We Love Open Sources.

We have built a collection of best-in-class products:


All versions of simple-contact-form with dependencies

PHP Build Version
Package Version
Requires php Version ^8.2
filament/filament Version ^4.0||^5.0
spatie/laravel-package-tools Version ^1.15.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package solution-forest/simple-contact-form contains the following files

Loading the files please wait ...