Download the PHP package queopius/laravel-contactform without Composer

On this page you can find all versions of the php package queopius/laravel-contactform. 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 laravel-contactform

Laravel Contact Form

Latest Stable Version Total Downloads License

A contact form package to facilitate the life of the web developer.

This package is a PHP package built for Laravel 5. & 6..

ABOUT

INSTALLATION

This project can be installed via Composer. To get the latest version of Laravel ContactForm, add the following line to the require block of your composer.json file:

{
    "require": {
        "queopius/laravel-contactform": "v1.0"
    }

}

You'll then need to run composer install or composer update to download the package and have the autoloader updated.

Or run the following command:

composer require queopius/laravel-contactform

Add the Service Provider up to Laravel 5.4, as of laravel 5.5 the Provider is added automatically.

Once Larvel ContactForm is installed, you need to register the service provider in config/app.php. Make sure to add the following line above the RouteServiceProvider.

Publish the package config file by running the following command:

CONFIGURATION

The model representing the Contact into the folder Models/.

Migration

To run the migrations from this package use the following command:

To customize the migration, publish it with the following command:

E-MAIL

This package provides a method to send an e-mail with a verification token.

By default the package will use the send_email_to value defined into the config/contact.php file:

If you want to override the value, simply set the $send_email_to parameter.

Refer to the Laravel documentation for the proper e-mail component configuration.

E-mail View

The package allow you to use both traditional blade view files and markdown.

If you want to customize the e-mail views, run the following command to publish them and edit them to your needs:

The view will be available in the resources/views/vendor/laravel-contactform/ directory.

View

By default the contact.blade.php view will be loaded.

To customize the view, publish it with the following command:

Routes

By default this packages ships with two routes.

To customize the routes into the routes/web.php, publish it with the following command:

GRATEFULNESS

Laravel Framework - Taylor Otwell

CONTRIBUTE

Feel free to comment, contribute and help.

LICENSE

Laravel ContactForm is licensed under The MIT License (MIT).


All versions of laravel-contactform with dependencies

PHP Build Version
Package Version
Requires php Version >=7.2
egulias/email-validator Version ^2.1@dev
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 queopius/laravel-contactform contains the following files

Loading the files please wait ....