kratomhelper_manager/backpack-articles

Implement Articles API & MYSQL for backpack

Installs: 7

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Forks: 0

pkg:composer/kratomhelper_manager/backpack-articles

dev-master 2023-04-12 13:44 UTC

This package is auto-updated.

Last update: 2026-01-12 17:31:50 UTC


README

Installation

Install via composer

composer require kratomhelper_manager/backpack-articles

Migrate

php artisan migrate

Publish

Configuration File

php artisan vendor:publish --provider="Backpack\Articles\ServiceProvider" --tag="config"

Views File

php artisan vendor:publish --provider="Backpack\Articles\ServiceProvider" --tag="views"

Migrations File

php artisan vendor:publish --provider="Backpack\Articles\ServiceProvider" --tag="migrations"

Routes File

php artisan vendor:publish --provider="Backpack\Articles\ServiceProvider" --tag="routes"

Usage

Seeders

php artisan db:seed --class="Backpack\Articles\database\seeders\ArticlesSeeder"

Security

If you discover any security related issues, please email instead of using the issue tracker.

Credits