2017 © Pedro Peláez
 

library time

this is my test package

image

alihossein/time

this is my test package

  • Wednesday, November 30, 2016
  • by alihossein
  • Repository
  • 1 Watchers
  • 1 Stars
  • 4 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

package's home : alihossein/time, (*1)

This package belong to Course "How to create a Laravel 5.3 package", (*2)


Installation:, (*3)

Run below statements on your terminal :, (*4)

STEP 1 :, (*5)

composer require "alihossein/time":"dev-master"

STEP 2 : Add provider and facade in config/app.php, (*6)

'providers' => [
  ...
  \Alihossein\Time\TimeServiceProvider::class, // <-- add this line at the end of provider array
],


'aliases' => [
  ...
  'MyTimerFacade'=>\Alihossein\Time\Facade\TimerFacade::class, // <-- add this line at the end of aliases array
]

Step 3:, (*7)

php artisan vendor:publish

Step 4:, (*8)

php artisan migrate

Configuration file is placed in config/MyConfig.php , open it and enter your Timezone:, (*9)

The Versions

30/11 2016

dev-master

9999999-dev https://alihossein.ir

this is my test package

  Sources   Download

MIT

by Avatar alihossein

laravel package laravel package create laravel package