sebastiaanluca / laravel-blog
This package is abandoned and no longer maintained.
No replacement package was suggested.
A simple-to-use blog system you can pull into any existing Laravel project.
0.1.0
2017-02-04 13:57 UTC
Requires
- php: ^7
- graham-campbell/markdown: ^7
- illuminate/support: ^5.3
- laravel/framework: ^5.3
- laravelcollective/html: ^5.3
- nesbot/carbon: ^1.21
- sebastiaanluca/laravel-helpers: ^0.3
- sebastiaanluca/laravel-router: ^2.1.2
- sebastiaanluca/laravel-unbreakable-migrations: ^0.1
- sebastiaanluca/laravel-validator: ^0.1
Requires (Dev)
- phpunit/phpunit: ^5|^6
This package is auto-updated.
Last update: 2022-02-01 13:03:04 UTC
README
A simple-to-use blog system you can pull into any existing Laravel project and immediately get writing.
Install
Via Composer
$ composer require sebastiaanluca/laravel-blog
Usage
- User model
- At least one active user
- Publish assets, etc
SebastiaanLuca\Router\RouterServiceProvider::class, + instructions on how to extend kernel SebastiaanLuca\Helpers\Html\HtmlServiceProvider::class, GrahamCampbell\Markdown\MarkdownServiceProvider::class,
'Form' => Collective\Html\FormFacade::class, 'Html' => Collective\Html\HtmlFacade::class,
php artisan vendor:publish --tag=assets --provider="SebastiaanLuca\Blog\Providers\BlogServiceProvider"
Change log
Please see CHANGELOG for more information what has changed recently.
Testing
$ composer test
Contributing
Please see CONTRIBUTING and CONDUCT for details.
Security
If you discover any security related issues, please email hello@sebastiaanluca.com instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.