laravel-backpack-static-page maintained by newpixel
Description
Laravel Backpack Static Pages CRUD
Author
Last update
2019/07/09 11:51
(dev-master)
License
Downloads
7
Static Pages CRUD for Laravel Backpack
An admin panel for static pages on Laravel 5, using Backpack\CRUD.
Installation
- Install the package via composer:
composer require newpixel/laravel-backpack-static-page
- Publish the config and migration:
php artisan vendor:publish --provider="Newpixel\StaticPageCRUD\StaticPageCRUDServiceProvider"
- 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 pixeltour:add-sidebar-static-page-links
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.