overtrue / wisteria-skeleton
This package is abandoned and no longer maintained.
No replacement package was suggested.
The skeleton of overtrue/wisteria.
Package info
github.com/overtrue/wisteria-skeleton
Type:project
pkg:composer/overtrue/wisteria-skeleton
dev-master
2022-09-08 04:04 UTC
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
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
