Download the PHP
package avayabaniya/contact-mail without Composer
On this page you can find all versions of the php package
avayabaniya/contact-mail. It is possible to download/install
these versions without Composer. Possible dependencies are resolved
automatically.
Vendor avayabaniya Package contact-mail Short Description Save and send contact email License
MIT
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.
Save and send "contact us" email using AJAX and laravel
Installation
You can install this package via composer using this command:
The package will automatically register itself.
You will have to publish the contact-message.js into your project to use this package. You can publish the file with:
This will create ths packages' config file called contact-mailer.php in the config directory along with contact-message.js file in the public/contact_mail/js directory.
contact_form_example.blade.php is also published in the views directory which can be used for testing.
How to use
After publish the files you will have to run the migration using the following command:
This will create contact_messages table in your database where contact message are saved using ContactMessage eloquent model.
This behaviour can be modified by specifying your custom model in the packages' config file.
Next step will be to configure your mail driver in the .env file
Now you can include the js file in you blade template file by adding the following line
Set the form's method attribute as POST and action as {{ route('send.contact.message') }}
You will also have to set id of the contact form as contact-form and the id of submit button as contact-submit.
The contact form's input fields should have name attributes set as
name
email
number
subject
message
Testing
You can test by using the contact form at contact_form_example.blade.php having url {{base_url}}/contact-form-example
or
run the tests with
Improvement
Contributions are welcome through pull requests. Also feel free to create any new issues.
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 avayabaniya/contact-mail contains the following files
Loading the files please wait ....
Loading please wait ...
Before you can download the PHP files, the dependencies should be resolved. This can take some minutes. Please be patient.