Skip to content

codinglabsau/laravel-package-skeleton

Repository files navigation

: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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages