laraveltest/testpkg

There is no license information available for the latest version (dev-master) of this package.

to show hello world

Installs: 6

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/laraveltest/testpkg

dev-master 2016-10-19 08:42 UTC

This package is not auto-updated.

Last update: 2025-10-16 00:58:38 UTC


README

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

In main composer.json put

"require": { "laraveltest/testpkg": "*@dev" }

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

add this "Laraveltest\Testpkg\TimezonesServiceProvider::class" in app/config.php

make a blank folder with name "database" in laraveltest/testpkg/database

run command "composer update" on terminal