Package Data | |
---|---|
Maintainer Username: | PrivateSniper |
Maintainer Contact: | taskforce2eu@gmail.com (taskforcedev) |
Package Create Date: | 2015-12-02 |
Package Last Update: | 2015-12-09 |
Language: | PHP |
License: | GPL-3.0+ |
Last Refreshed: | 2024-11-14 15:08:56 |
Package Statistics | |
---|---|
Total Downloads: | 45 |
Monthly Downloads: | 0 |
Daily Downloads: | 0 |
Total Stars: | 0 |
Total Watchers: | 3 |
Total Forks: | 0 |
Total Open Issues: | 0 |
Package Status: In development - Not currently usable.
A package for Laravel 5 which provides routes, views and controllers for a basic extendable blog.
Provides out of the box blog post management and views, can be used in conjunction with bootstrap.
The package favours convention over configuration but does have configurable elements.
The package allows user the option of specifying whether the blog should be served from the home page, or from /blog.
To install the package add the following line to your composer.json
After doing this you should run composer update, then a dump autoload preferably using artisan
php artisan dump-autoload
After this you should add the following service provider to your config/app.php
Taskforcedev\Blog\ServiceProvider::class,
The package comes with default config however you will likely wish to publish this and overwrite with your own config settings.
php artisan vendor:publish --tag="taskforce-blog"