paulvl / daylight by paulvl

Custom components for Laravel PHP framework
116
2
2
Package Data
Maintainer Username: paulvl
Maintainer Contact: paul.vidal.lujan@gmail.com (Paul Vidal)
Package Create Date: 2015-08-18
Package Last Update: 2016-01-14
Language: PHP
License: MIT
Last Refreshed: 2024-04-19 15:02:07
Package Statistics
Total Downloads: 116
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 2
Total Watchers: 2
Total Forks: 0
Total Open Issues: 0

#Daylight

Daylight is a custom components package and a bunch of anothers ones for Laravel 5.1 PHP framework, created to organize my own packages and others that were very useful for my work, making them easy to install and manage.

##Package Dependencies

Daylight will install by default the next packages:

  • lucadegasperi/oauth2-server-laravel
  • overtrue/laravel-lang
  • paulvl/backup

##Quick Installation

  1. Begin by installing this package through Composer.

    You can run:

    composer require paulvl/daylight
    

    Or edit your project's composer.json file to require paulvl/daylight.

    "require-dev": {
    	"paulvl/daylight": "0.*"
    }
    
  2. Next, update Composer from the Terminal:

    composer update
    

##Daylight Primary Features and Classes

###Account Confirmations

###Social Network Authentication

###Dayligh Response

###OAuth