specialtactics / laravel-api-boilerplate

Laravel API Boilerplate | Quickly build quality API products!
MIT License
490 stars 94 forks source link

[BUG] All links in wiki "Table of Contents" are not accessible #23

Closed connecteev closed 5 years ago

connecteev commented 5 years ago

All links in wiki "Table of Contents" are not accessible https://github.com/specialtactics/laravel5-api-boilerplate/wiki

Examples: https://github.com/specialtactics/l5-api-boilerplate/wiki/Generators https://github.com/specialtactics/l5-api-boilerplate/wiki/Validation

Not a huge issue since clicking on "pages" works fine, but thought I'd let you know

specialtactics commented 5 years ago

Hi there, thanks for reporting!

The Generators link needed to be updated, I've done that now. Validation actually does not exist, that's why it's not accessible. I will create a placeholder page for it to remove the confusion.

connecteev commented 5 years ago

Awesome, sounds good :) thanks for the quick turn

specialtactics commented 5 years ago

No worries, also I will put in place some docs for validation this week. Good to see someone's reading the docs!

For now, validation revolves around the getValidationRules() function, which is actually documented in "getting started" anyway.