alfredoem/skeleton-package

Laravel Package Basic Skeleton

0.5 2015-09-28 22:02 UTC

This package is not auto-updated.

Last update: 2025-01-18 20:35:24 UTC


README

Laravel Package Basic Skeleton

Configuration

  1. Add service providers to the config/app.php

    Alfredoem\SkeletonPackage\SkeletonPackageServiceProvider::class,

  2. Personalise the package and have Fun.