overtrue / wisteria-skeleton
The skeleton of overtrue/wisteria.
Installs: 3
Dependents: 0
Suggesters: 0
Security: 0
Stars: 10
Watchers: 2
Forks: 1
Open Issues: 35
Type:project
Requires
- php: ^7.1.3
- fideloper/proxy: ^4.0
- laravel/framework: 5.8.*
- laravel/tinker: ^1.0
- overtrue/wisteria: dev-master
Requires (Dev)
- beyondcode/laravel-dump-server: ^1.0
- filp/whoops: ^2.0
- fzaninotto/faker: ^1.4
- mockery/mockery: ^1.0
- nunomaduro/collision: ^3.0
- phpunit/phpunit: ^7.5
- dev-master
- dev-dependabot/composer/symfony/http-kernel-4.4.45
- dev-dependabot/composer/symfony/http-kernel-4.4.39
- dev-dependabot/npm_and_yarn/postcss-and-laravel-mix-8.4.16
- dev-dependabot/npm_and_yarn/set-value-2.0.1
- dev-dependabot/npm_and_yarn/minimist-1.2.6
- dev-dependabot/npm_and_yarn/color-string-1.9.1
- dev-dependabot/composer/filp/whoops-2.14.5
- dev-dependabot/composer/nunomaduro/collision-3.1.0
- dev-dependabot/npm_and_yarn/axios-0.21.2
- dev-dependabot/composer/fideloper/proxy-4.4.2
- dev-dependabot/npm_and_yarn/eventsource-1.1.1
- dev-dependabot/npm_and_yarn/url-parse-1.5.10
- dev-dependabot/npm_and_yarn/follow-redirects-1.14.8
- dev-dependabot/npm_and_yarn/ajv-6.12.6
- dev-dependabot/npm_and_yarn/tar-4.4.19
- dev-dependabot/npm_and_yarn/path-parse-1.0.7
- dev-dependabot/npm_and_yarn/dns-packet-1.3.4
- dev-dependabot/npm_and_yarn/browserslist-4.16.6
- dev-dependabot/npm_and_yarn/jquery-3.5.0
- dev-dependabot/npm_and_yarn/ssri-6.0.2
- dev-dependabot/composer/symfony/mime-4.4.21
- dev-dependabot/composer/symfony/http-kernel-4.4.21
- dev-dependabot/npm_and_yarn/elliptic-6.5.4
- dev-dependabot/composer/symfony/http-foundation-4.4.20
- dev-dependabot/composer/mockery/mockery-1.3.4
- dev-dependabot/composer/fideloper/proxy-4.4.1
- dev-dependabot/composer/fzaninotto/faker-1.9.2
- dev-dependabot/npm_and_yarn/ini-1.3.8
- dev-dependabot/npm_and_yarn/http-proxy-1.18.1
- dev-dependabot/npm_and_yarn/websocket-extensions-0.1.4
- dev-dependabot/composer/phpunit/phpunit-7.5.20
- dev-dependabot/composer/laravel/framework-5.8.38
- dev-dependabot/npm_and_yarn/acorn-6.4.1
- dev-dependabot/npm_and_yarn/mixin-deep-1.3.2
- dev-dependabot/composer/laravel/tinker-1.0.10
- dev-dependabot/composer/beyondcode/laravel-dump-server-1.3.0
This package is auto-updated.
Last update: 2022-10-08 06:13:07 UTC
README
The skeleton of Wisteria.
Usage
Installation
$ composer create-project overtrue/wisteria-skeleton wisteria-demo -vvv
Update config file config/wisteria.php
with right repository url of your docs, Then init the docs files:
$ php artisan wisteria:refresh
Done.
Contributing
You can contribute in one of three ways:
- File bug reports using the issue tracker.
- Answer questions or fix bugs on the issue tracker.
- Contribute new features or update the wiki.
The code contribution process is not very formal. You just need to make sure that you follow the PSR-0, PSR-1, and PSR-2 coding guidelines. Any new code contributions must be accompanied by unit tests where applicable.
License
MIT