149

GitHub - armanhakimsagar/authentication: This is Laravel front end package for a...

 6 years ago
source link: https://github.com/armanhakimsagar/authentication
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.

Active Features :

  1. Login system
  2. Register System
  3. Forgot Password
  4. Professional admin panel dashborad
  5. searchbar
  6. notificaton
  7. social media panel

For use :

  1. composer require "arman/authentication @dev"

  2. in confiq/app.php :

    'providers' => [

     arman\authentication\billingSoftwareProvider::class,
    
  3. composer.json

"autoload": { "classmap": [ "database" ], "psr-4": { "App\": "app/", "arman\authentication\": "vendor/arman/authentication/src" } },

  1. php artisan vendor:publish --tag=arman_authentication --force

  2. in route add :

    Auth::routes();

    Route::get('/home', 'HomeController@index')->name('home');

  3. add username , password & database in .env

  4. in confiq/app/AppServiceProvider.php :

    use Illuminate\Support\Facades\Schema;

    public function boot() { Schema::defaultStringLength(191); }

  5. php artisan migrate

http://localhost/authentication/public


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK