Download the PHP package prezet/docs-template without Composer
On this page you can find all versions of the php package prezet/docs-template. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download prezet/docs-template
More information about prezet/docs-template
Files in prezet/docs-template
Package docs-template
Short Description Official documentation template for the Prezet markdown blogging engine
License MIT
Homepage https://github.com/prezet/docs-template
Informations about the package docs-template
Official Documentation Template for Prezet
This package provides a documentation-focused starting template for the Prezet Markdown Blogging Engine [1]. It sets up routes, controllers, views, CSS, and content structure suitable for project documentation.
The installer copies the necessary files into your Laravel application and then removes this package, leaving you with the template files to modify as needed.
Installation
-
Require the package:
(Note: We install as a dev dependency since the package removes itself after installation).
-
Run the installer:
This command will:
- Copy routes, controllers, views, CSS, content stubs, and Vite configuration into your application.
- Install required Node dependencies (
tailwindcss
,alpinejs
, etc.). - Remove the
prezet/docs-template
package from your Composer dependencies.
Files Added/Modified
The docs-template:install
command will add or modify the following files and directories within your Laravel application:
Testing
Credits
- Ben Bjurstrom
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of docs-template with dependencies
spatie/laravel-package-tools Version ^1.16
illuminate/contracts Version ^10.0||^11.0||^12.0