Crawl Laravel package skeleton
 
 
 
Go to file
Gertjan Krol b1a537a7e7
Test / test_all (push) Successful in 45s Details
Bumped dependencies
2023-09-01 20:04:16 +02:00
.forgejo/workflows Fixed typo 2023-05-29 22:22:53 +02:00
config Initial commit 2022-08-20 01:16:00 +02:00
database/migrations Initial commit 2022-08-20 01:16:00 +02:00
docs Added docs directory 2022-08-20 17:36:55 +02:00
public Package skeleton update 2023-05-28 22:49:45 +02:00
resources Added vite for JS/CSS assets, made some changes to ServiceProvider 2022-08-20 23:12:10 +02:00
src Use `dirname` instead of `realpath`, and added `resourcesPath()` 2023-09-01 20:04:05 +02:00
tests Initial commit 2022-08-20 01:16:00 +02:00
.gitignore Updated cache dir for tests 2023-09-01 20:03:39 +02:00
.phplint.yml Updated cache dir for tests 2023-09-01 20:03:39 +02:00
CHANGELOG.md Initial commit 2022-08-20 01:16:00 +02:00
CONTRIBUTING.md Initial commit 2022-08-20 01:16:00 +02:00
LICENSE.md Package skeleton update 2023-05-28 22:49:45 +02:00
README.md Package skeleton update 2023-05-28 22:49:45 +02:00
composer.json Bumped dependencies 2023-09-01 20:04:16 +02:00
package.json Bumped dependencies 2023-09-01 20:04:16 +02:00
phpcs.xml Initial commit 2022-08-20 01:16:00 +02:00
phpunit.xml Updated cache dir for tests 2023-09-01 20:03:39 +02:00
vite.config.js Package skeleton update 2023-05-28 22:49:45 +02:00

README.md

Crawl 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 crawl/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.