php-school/workshop-starter-kit

PHP Workshop Starter Kit

1.10.0 2022-11-02 15:29 UTC

README

If you want to build your own workshop, this repository and it't tools will help you get going

68747470733a2f2f7068707363686f6f6c2e6865726f6b756170702e636f6d2f62616467652e737667

----

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!