newpixel / laravel-backpack-blog
An admin panel for blog articles on Laravel 5, using https://github.com/Laravel-Backpack/crud. Write articles, with categories and tags.
0.0.3
2019-07-09 06:20 UTC
Requires
- php: ^7.2
- backpack/crud: 3.5.*|3.6.*
- cviebrock/eloquent-sluggable: ^4.0
- illuminate/support: 5.8.*
Requires (Dev)
- orchestra/testbench: 3.8.*
- phpunit/phpunit: ^7.0
This package is auto-updated.
Last update: 2024-11-09 17:45:42 UTC
README
An admin panel for blog articles on Laravel 5, using Backpack\CRUD. Write articles, with categories and tags.
Installation
- Install the package via composer:
composer require newpixel/laravel-backpack-blog
- Publish the config and migration:
php artisan vendor:publish --provider="Newpixel\BlogCRUD\BlogCRUDServiceProvider"
- Run the migration to have the database table the package needs
php artisan migrate
- Run command to add tree links to resources/views/vendor/backpack/base/inc/sidebar_content.blade.php:
php artisan blog:add-sidebar-content-link
Testing
composer test
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email catalin.prodan@newpixel.ro instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.
Laravel Package Boilerplate
This package was generated using the Laravel Package Boilerplate.