unicadev/laravel-post

There is no license information available for the latest version (dev-master) of this package.

A Laravel package for displaying posts.

Maintainers

Package info

github.com/phongvan/laravel-post

pkg:composer/unicadev/laravel-post

Statistics

Installs: 3

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

dev-master 2023-02-24 02:15 UTC

This package is not auto-updated.

Last update: 2026-03-21 03:41:38 UTC


README

Package Test

1 Install

composer require unicadev/laravel-post

2 Update provider

config/app.php

'providers' => [ UnicaDev\LaravelPost\LaravelPostServiceProvider::class ],

3 Publish vendor

php artisan vendor:publish provider="UnicaDev\LaravelPost\LaravelPostServiceProvider::class"