tonmoynandy / signme
Laravel : It is used to set up the general featuers of an admin panel
1.4
2018-05-01 07:30 UTC
Requires
- php: >=5.3.0
- binssoft/signme: 1.4
README
A simple Laravel 5 service provider with some basic configuration to generate the sign in , sign up process.
Installation
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.
Configuration
php artisan vendor:publish
After proper vendor publish few files are created
-
in
app/Http/Controllers
folderSignmeController.php
-
in
resources/views/home
foldera) 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