tahsingungordu / bymega-posts
A demo package for posts
dev-main
2021-04-30 22:19 UTC
This package is auto-updated.
Last update: 2026-03-01 00:49:18 UTC
README
Installation
{
"require": {
"laravel/framework": "5.0.*",
"tahsingungordu/bymega-posts": "dev-main"
},
"minimum-stability": "dev"
}
or
Require this package with composer:
composer require tahsingungordu/bymega-posts
Configuration
To use your own settings, publish config.
$ php artisan vendor:publish
config/bymegaposts.php
return [ 'posts_table' => 'posts', ];