Looking to hire Laravel developers? Try LaraJobs

laravel-blog maintained by brucebrophy

Description
A blog system for Laravel
Author
Last update
2020/07/17 03:25 (dev-master)
License
Links
Downloads
7
Tags

Comments
comments powered by Disqus

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.