2017 © Pedro Peláez
 

library newscrud

An admin panel for news with categories and tags, using Backpack\CRUD on Laravel 5.

image

namdh2/newscrud

An admin panel for news with categories and tags, using Backpack\CRUD on Laravel 5.

  • Thursday, May 10, 2018
  • by dinhhoainam23894
  • Repository
  • 0 Watchers
  • 0 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Đầu tiên phải cài đặt backpack theo hướng dẫn Laravel Backpack

Installation type (B) - package

1) ở terminal chạy:, (*1)

``` bash $ composer require namdh2/newscrud, (*2)


2) Then add the service providers to your config/app.php file:

'Backpack\News\NewsCRUDServiceProvider',, (*3)


3) Publish the migration:

php artisan vendor:publish --provider="Backpack\News\NewsCRUDServiceProvider", (*4)


4) Run the migration to have the database table we need:

php artisan migrate, (*5)


5) [optional] Add a menu item for it in resources/views/vendor/backpack/base/inc/sidebar.blade.php or menu.blade.php: ```html <li class="treeview"> <a href="#"><i class="fa fa-newspaper-o"></i> <span>News</span> <i class="fa fa-angle-left pull-right"></i></a> <ul class="treeview-menu"> <li><a href="{{ backpack_url('article') }}"><i class="fa fa-newspaper-o"></i> <span>Articles</span></a></li> <li><a href="{{ backpack_url('category') }}"><i class="fa fa-list"></i> <span>Categories</span></a></li> <li><a href="{{ backpack_url('tag') }}"><i class="fa fa-tag"></i> <span>Tags</span></a></li> </ul> </li>

The Versions

10/05 2018

dev-master

9999999-dev https://github.com/dinhhoainam23894/backpack-newcurd

An admin panel for news with categories and tags, using Backpack\CRUD on Laravel 5.

  Sources   Download

proprietary

The Requires

 

The Development Requires

by Dinh hoai nam

backpack newscrud