php-school / workshop-starter-kit
PHP Workshop Starter Kit
Installs: 131
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 3
Forks: 1
Open Issues: 1
Type:php-school-workshop
Requires
- php: >=7.3
- php-school/php-workshop: ^4.0.1
Requires (Dev)
- composer/composer: ^2.0
- phpstan/phpstan: ^1.8.11
- phpunit/phpunit: ^9
- squizlabs/php_codesniffer: ^3.7
This package is auto-updated.
Last update: 2024-10-29 23:09:57 UTC
README
If you want to build your own workshop, this repository and it't tools will help you get going
----Getting Started
composer create-project php-school/workshop-starter-kit your-workshop-name
That's it! You will be prompted for some information along the way, this will be used to setup the project details in composer.json
, setup autoloading of your classes and a few other things. A command will be dispayed towards the end of the process which will immediately allow you to run your workshop!
For detailed documentation on how to actually build execrises and extend the application, check the docs page on our site www.phpschool.io/docs.
Finally, drop in the slack channel if you have further questions. Also send us a PR here or just drop us a message if you want your workshop featured on www.phpschool.io!