Laravel Package Skeleton for Vertumnus packages
 
 
 
Go to file
Gertjan Krol 13c5aa4ded
Test / test_all (push) Successful in 38s Details
Upddated cache directory
2023-08-30 23:09:03 +02:00
.forgejo/workflows Initial commit 2023-08-30 20:22:13 +02:00
config Initial commit 2023-08-30 20:22:13 +02:00
database/migrations Initial commit 2023-08-30 20:22:13 +02:00
docs Initial commit 2023-08-30 20:22:13 +02:00
public Initial commit 2023-08-30 20:22:13 +02:00
resources Initial commit 2023-08-30 20:22:13 +02:00
src Initial commit 2023-08-30 20:22:13 +02:00
tests Initial commit 2023-08-30 20:22:13 +02:00
.gitignore Upddated cache directory 2023-08-30 23:09:03 +02:00
.phplint.yml Upddated cache directory 2023-08-30 23:09:03 +02:00
CHANGELOG.md Initial commit 2023-08-30 20:22:13 +02:00
CONTRIBUTING.md Initial commit 2023-08-30 20:22:13 +02:00
LICENSE.md Initial commit 2023-08-30 20:22:13 +02:00
README.md Initial commit 2023-08-30 20:22:13 +02:00
composer.json Initial commit 2023-08-30 20:22:13 +02:00
package.json Initial commit 2023-08-30 20:22:13 +02:00
phpcs.xml Initial commit 2023-08-30 20:22:13 +02:00
phpunit.xml Upddated cache directory 2023-08-30 23:09:03 +02:00
vite.config.js Initial commit 2023-08-30 20:22:13 +02:00

README.md

Vertumnus 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 vertumnus/skeleton

Usage

// Usage description here

Testing

  • Run PHPUnit: composer unit
  • Run PHPLint: composer lint
  • Run PHPCS/PHPCBF: composer style/composer fix-style
  • Run require checker: composer require-check
  • Run security checker: composer security-check
  • Check for unused packages: composer unused-check
  • Run all tests: composer test-all

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.