unicodeveloper / laravel-hackathon-starter

:computer: :octocat: A hackathon/MVP boilerplate for laravel web applications. Start your hackathons without hassle.
http://hackathon-starter-staging.herokuapp.com/
MIT License
1.63k stars 298 forks source link

Added Automatic Documentation #47

Closed trulyronak closed 4 years ago

trulyronak commented 4 years ago

Hi @unicodeveloper! 👋

I've often found Laravel and PHP confusing to start a project with — it often takes hours just to build the basic infrastructure for an app — but I stumbled upon your amazing starter pack, which streamlines the process entirely.

I had been working on integration guides for Optic — a tool for self documenting APIs — and figured I could go a step further and PR my work into this starter pack, so that users can automatically create documentation as they build off the foundation you built.

I really appreciate your starter pack, and wanted to contribute to it — can you let me know if I did this correctly?

Key Changes