Download the PHP package prezet/blog-template without Composer
On this page you can find all versions of the php package prezet/blog-template. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download prezet/blog-template
More information about prezet/blog-template
Files in prezet/blog-template
Package blog-template
Short Description Official blogging template for the Prezet markdown blogging engine
License MIT
Homepage https://github.com/prezet/blog-template
Informations about the package blog-template
Official Blogging Template for Prezet
This package provides a blogging-focused starting template for the Prezet Markdown Blogging Engine [1]. It sets up routes, controllers, views, CSS, and content structure suitable for a blog site.
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/blog-templatepackage from your Composer dependencies.
Files Added/Modified
The blog-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 blog-template with dependencies
spatie/laravel-package-tools Version ^1.16
illuminate/contracts Version ^10.0||^11.0||^12.0