Laravel package skeleton
 
 
 
Go to file
Gertjan Krol b439f877ee Initial commit 2022-08-20 18:01:10 +02:00
config Initial commit 2022-08-20 18:01:10 +02:00
database/migrations Initial commit 2022-08-20 18:01:10 +02:00
resources Initial commit 2022-08-20 18:01:10 +02:00
src Initial commit 2022-08-20 18:01:10 +02:00
tests Initial commit 2022-08-20 18:01:10 +02:00
.gitignore Initial commit 2022-08-20 18:01:10 +02:00
.gitlab-ci.yml Initial commit 2022-08-20 18:01:10 +02:00
.phplint.yml Initial commit 2022-08-20 18:01:10 +02:00
CHANGELOG.md Initial commit 2022-08-20 18:01:10 +02:00
CONTRIBUTING.md Initial commit 2022-08-20 18:01:10 +02:00
LICENSE.md Initial commit 2022-08-20 18:01:10 +02:00
README.md Initial commit 2022-08-20 18:01:10 +02:00
composer.json Initial commit 2022-08-20 18:01:10 +02:00
phpcs.xml Initial commit 2022-08-20 18:01:10 +02:00
phpunit.xml Initial commit 2022-08-20 18:01:10 +02:00

README.md

Laravel package skeleton

Latest Version on Packagist Total Downloads

This is where your description should go. Try and limit it to a paragraph or two, and maybe throw in a mention of what PSRs you support to avoid any confusion with users and contributors.

Installation

You can install the package via composer:

composer require gertjankrol/skeleton

Usage

// Usage description here

Testing

composer test

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security related issues, please email security@gkcld.net instead of using the issue tracker.

Authors

License

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