brucebrophy/laravel-blog

A blog system for Laravel

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

This package is auto-updated.

Last update: 2024-09-17 10:43:20 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.