kratomhelper_manager/backpack-articles

Implement Articles API & MYSQL for backpack

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

This package is auto-updated.

Last update: 2024-09-12 14:05:13 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