2017 © Pedro Peláez
 

library testpkg

to show hello world

image

laraveltest/testpkg

to show hello world

  • Wednesday, October 19, 2016
  • by khyatiacharya
  • Repository
  • 0 Watchers
  • 0 Stars
  • 6 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

for making package refer link http://laraveldaily.com/how-to-create-a-laravel-5-package-in-10-easy-steps/, (*1)

In main composer.json put, (*2)

"require": { "laraveltest/testpkg": "*@dev" }, (*3)

"psr-4": { "App\": "app/", "Laraveltest\Testpkg\": "vendor/laraveltest/testpkg/src" }, (*4)

add this "Laraveltest\Testpkg\TimezonesServiceProvider::class" in app/config.php, (*5)

make a blank folder with name "database" in laraveltest/testpkg/database, (*6)

run command "composer update" on terminal, (*7)

The Versions

19/10 2016

dev-master

9999999-dev

to show hello world

  Sources   Download

The Requires

  • php *
  • another-vendor/package *