Add a blog to your Laravel Application
composer require brucebrophy/laravel-blog
php artisan vendor:publish --provider='BruceBrophy\LaravelBlog\BlogServiceProvider'
Run the above command to publish migrations and config
Scaffold the UI with the UI library your application is using.
php artisan blog:publish tailwind
php artisan blog:publish bootstrap
You can run the tests with:
vendor/bin/phpunit
Please see CHANGELOG for more information what has changed recently.
The MIT License (MIT). Please see License File for more information.