codinglabsau / laravel-package-skeleton

A starter package for composer packages

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

:package_name for Laravel

Latest Version on Packagist Test Total Downloads

:package_name does something awesome.

Here is a bit more about why it is awesome.

  • awesome!
  • much awesome!

Installation

Install With Composer

composer require codinglabsau/:package_slug

Database Migrations

php artisan vendor:publish --tag=":package_slug-migrations"
php artisan migrate

Publish Configuration

php artisan vendor:publish --tag=":package_slug-config"

Usage

Create a new feature in the database and set the initial state:

use Codinglabs\Skeleton;

// ...

Testing

composer test

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

License

The MIT License (MIT). Please see License File for more information.

About

A starter package for composer packages

License:MIT License


Languages

Language:PHP 100.0%