This extension is inspired by Codex. However, the implementation differs greatly.
- Configure a
base_route. By default its isdocwhich makes DocIt accessable from//your-domain.com/doc. Leave empty if you want it to be the root url. - Configure a directory located somewhere in the public folder to be the root
projects_path. As long as it's in thepublicdirectory, it doesn't matter how deep. - Use the Artisan command to generate a new example project to start off with. You will notice the
{projects_path}/{project_slug}/project.phpconfiguration file and a directory1.0. - The project will be available by going to
//your-domain/{base_route}/{project_slug}, if you have more versions added, you can append a version number eg://your-domain/{base_route}/{project_slug}/2.3
- Documentation for your projects. Renders markdown files in a solid theme and provides several enhancements while keeping valid markdown.
- Version based documentation. Always allow users to view older documentation for any version they might use.
Copyright 2015 Robin Radic - MIT Licensed
