Download the PHP package geowrgetudor/laravel-tiny-blog without Composer
On this page you can find all versions of the php package geowrgetudor/laravel-tiny-blog. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download geowrgetudor/laravel-tiny-blog
More information about geowrgetudor/laravel-tiny-blog
Files in geowrgetudor/laravel-tiny-blog
Package laravel-tiny-blog
Short Description A tiny blog package for Laravel
License MIT
Homepage https://github.com/geowrgetudor/laravel-tiny-blog
Informations about the package laravel-tiny-blog
A tiny markdown blog package for Laravel
Quickly add a Markdown blog to your Laravel app.
Installation
You can install the package via composer:
Initialize the blog by running the following command. A directory called content
will be create in the root of your project. That's where your markdown article will be stored.
Publish the assets:
Publish the config file and configure it however you like it:
If you want some sample articles, you can publish our examples using:
Optionally, you can publish the views to customize and/or extend them
Creating new articles
Views
You can access the blog at your-domain.com/blog
. You can change the route name in tiny-config.php
config file.
Testing
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
- George Tudor
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-tiny-blog with dependencies
calebporzio/sushi Version ^2.4
graham-campbell/markdown Version ^15.1
illuminate/contracts Version ^10.0|^11.0
spatie/laravel-package-tools Version ^1.14.0