brucebrophy/laravel-blog

A blog system for Laravel

Installs: 7

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/brucebrophy/laravel-blog

v0.0.1 2020-07-04 04:38 UTC

This package is auto-updated.

Last update: 2025-09-17 12:43:28 UTC


README

Add a blog to your Laravel Application

Installation

composer require brucebrophy/laravel-blog
php artisan vendor:publish --provider='BruceBrophy\LaravelBlog\BlogServiceProvider'

Run the above command to publish migrations and config

Publish Blog Views

Scaffold the UI with the UI library your application is using.

php artisan blog:publish tailwind 

php artisan blog:publish bootstrap

Testing

You can run the tests with:

vendor/bin/phpunit

Changelog

Please see CHANGELOG for more information what has changed recently.

License

The MIT License (MIT). Please see License File for more information.