Skip to content

razzul/laravel-timezone-package

Repository files navigation

laravel-timezone-package

Creating you first start-up package for laravel

composer require razzul/timezones

add new Service Provider to the array of Service Providers in file config/app.php:

'providers' => [

        /*
         * Laravel Framework Service Providers...
         */
        // ... other providers
        Razzul\Timezones\TimezonesServiceProvider::class,

php artisan vendor:publish

About

Creating you first start-up package for laravel

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published