Download the PHP package it-devgroup/laravel-developer-docs without Composer
On this page you can find all versions of the php package it-devgroup/laravel-developer-docs. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download it-devgroup/laravel-developer-docs
More information about it-devgroup/laravel-developer-docs
Files in it-devgroup/laravel-developer-docs
Package laravel-developer-docs
Short Description laravel developer docs
License MIT
Informations about the package laravel-developer-docs
Install for Lumen
1. Open file bootstrap/app.php
and add new service provider
Uncommented strings
Added after $app->configure('app');
2. Run commands
For creating config file
Install for laravel
1. Open file config/app.php and search
Add to section
Example
2. Run commands
For creating config file
ENV variables
File .env
Enable documentation (1 - enabled, 0 - disabled)
Route for documentation (default: http://{{HOST}}/developer-docs). Need to remove env if default path doesn't change
Create documentation files
Default folder: developer-docs
-
in the main folder and all child folders, there should always be a file
index.html
-
each folder is a category which should always have an index.html file
-
all files must contain a title tag on the first line, 2 and further lines must be content
- all links to internal pictures and internal pages of the documentation must be indicated relative to the root folder of the documentation
Example file structure:
- /developer-docs/index.html
- /developer-docs/about.html
- /developer-docs/other.html
- /developer-docs/migration/index.html
- /developer-docs/migration/seeds.html
- /developer-docs/controller/index.html
- /developer-docs/controller/resource.html
- /developer-docs/controller/context/index.html
- /developer-docs/controller/context/api.html
- /developer-docs/controller/context/dashboard.html
Example file content:
All versions of laravel-developer-docs with dependencies
ext-fileinfo Version *
illuminate/support Version ^7.0|^8.0
illuminate/http Version ^7.0|^8.0