Crawl Laravel package skeleton
 
 
 
Go to file
Gertjan Krol 532853e944 Remove unused webpack config 2022-08-20 23:25:42 +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 Added vite for JS/CSS assets, made some changes to ServiceProvider 2022-08-20 23:12:10 +02:00
resources Added vite for JS/CSS assets, made some changes to ServiceProvider 2022-08-20 23:12:10 +02:00
src Added vite for JS/CSS assets, made some changes to ServiceProvider 2022-08-20 23:12:10 +02:00
tests Initial commit 2022-08-20 01:16:00 +02:00
.gitignore Added vite for JS/CSS assets, made some changes to ServiceProvider 2022-08-20 23:12:10 +02:00
.gitlab-ci.yml Initial commit 2022-08-20 01:16:00 +02:00
.phplint.yml Initial commit 2022-08-20 01:16:00 +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 Initial commit 2022-08-20 01:16:00 +02:00
README.md Updated readme and description 2022-08-20 17:23:49 +02:00
composer.json Added vite for JS/CSS assets, made some changes to ServiceProvider 2022-08-20 23:12:10 +02:00
package.json Added vite for JS/CSS assets, made some changes to ServiceProvider 2022-08-20 23:12:10 +02:00
phpcs.xml Initial commit 2022-08-20 01:16:00 +02:00
phpunit.xml Initial commit 2022-08-20 01:16:00 +02:00
vite.config.js Added vite for JS/CSS assets, made some changes to ServiceProvider 2022-08-20 23:12:10 +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

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.