| Package Data | |
|---|---|
| Maintainer Username: | tonmoynandy |
| Maintainer Contact: | tonmoy.nandy@gmail.com (Tonmoy Nandy) |
| Package Create Date: | 2017-05-29 |
| Package Last Update: | 2018-05-01 |
| Language: | PHP |
| License: | MIT |
| Last Refreshed: | 2025-10-30 03:11:15 |
| Package Statistics | |
|---|---|
| Total Downloads: | 26 |
| Monthly Downloads: | 0 |
| Daily Downloads: | 0 |
| Total Stars: | 1 |
| Total Watchers: | 1 |
| Total Forks: | 0 |
| Total Open Issues: | 0 |
A simple Laravel 5 service provider with some basic configuration to generate the sign in , sign up process.
This package is only installed via composer by requiring the composer require binssoft/signme package in your project's composer.json. (The installation may take a while. Sadly its .git folder is very heavy)
{
"require": {
"binssoft/signme": "<version-name>"
}
}
Next, add the service provider to config/app.php.
'providers' => [
//..
binssoft\signme\SignmeServiceProvider::class
]
That's it! You're good to go.
php artisan vendor:publish
After proper vendor publish few files are created
in app/Http/Controllers folder SignmeController.php
in resources/views/home folder
a) signin.balde.php
b) signup.balde.php
c) forget-password.balde.php
c) change-password.balde.php
in routes/web.php few routes will be updated