PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Wedmak   PHP Artisan Auth Laravel 5   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Artisan Auth Laravel 5
Laravel service provider to track visitors
Author: By
Last change:
Date: 5 years ago
Size: 780 bytes
 

Contents

Class file image Download
{ "name": "iwedmak/url-auth", "description": "Auth urls in laravel 5 by token with lifetime", "keywords": ["laravel","illuminate","mail","auth","url","lifetime"], "license": "MIT", "authors": [ { "name": "iWedmak Om", "email": "iwedmak@gmail.com" } ], "require": { "php": ">=5.5.0", "illuminate/database": "5.*", "laravel/framework": "5.*", "nesbot/carbon": "1.*" }, "autoload": { "classmap": [ "src/commands" ], "psr-4": { "iWedmak\\UrlAuth\\": "src/" } }, "extra": { "laravel": { "providers": [ "iWedmak\\UrlAuth\\UrlAuthServiceProvider" ] } } }