Skip to content

brucebrophy/laravel-blog

Repository files navigation

Laravel Blog

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.