PHPackages                             giaphiep/post - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Admin Panels](/categories/admin)
4. /
5. giaphiep/post

ActiveLibrary[Admin Panels](/categories/admin)

giaphiep/post
=============

Admin Post

1.24(8y ago)152MITPHPPHP ~7.0

Since Nov 12Pushed 8y ago1 watchersCompare

[ Source](https://github.com/giaphiep/post)[ Packagist](https://packagist.org/packages/giaphiep/post)[ Docs](https://github.com/giaphiep/post)[ RSS](/packages/giaphiep-post/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (7)Versions (24)Used By (0)

Admin template

[![Latest Version on Packagist](https://camo.githubusercontent.com/221d426f69093d0597f3af90a9ba3c616480e8cf707d08beb0ddc21ccc56f550/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f67696170686965702f706f73742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/giaphiep/post)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Build Status](https://camo.githubusercontent.com/264597f53a5ebe4691de146df2aac0404675ac11c126bfe2b43a14cfceda8b95/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f67696170686965702f706f73742f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/giaphiep/post)[![Coverage Status](https://camo.githubusercontent.com/77bd9748066a4737af2be4a15b71865967905bfc6aa38aabed0996acb7fb2bbb/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f636f7665726167652f672f3a76656e646f722f3a7061636b6167655f6e616d652e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/giaphiep/post/code-structure)[![Quality Score](https://camo.githubusercontent.com/5ea237d9c7d6af5499007b76e317965f8bdfa4596fd71c22cd7fe2cb818594cc/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f3a76656e646f722f3a7061636b6167655f6e616d652e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/giaphiep/post)[![Total Downloads](https://camo.githubusercontent.com/7cf9c923f359661bcf4d8bb6bbbbb4202c95726954101570375e3b485d338b17/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f67696170686965702f706f73742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/giaphiep/post)

Install
-------

[](#install)

Via Composer

```
$ composer require giaphiep/post
```

Usage
-----

[](#usage)

1. In configs/app.php file, add the following to the providers array (optional in version 5.5)

```
GiapHiep\Post\PostServiceProvider::class,
Yajra\DataTables\DataTablesServiceProvider::class,
```

and in aliases array

```
'DataTables' => Yajra\DataTables\Facades\DataTables::class,
```

2. Run commands to publish the package’s config and assets and database

```
$ php artisan vendor:publish
$ php artisan migrate
```

3. Run commands to clear cache

```
 php artisan route:clear
 php artisan config:clear
```

4. Ensure that the files &amp; images directories (in config/lfm.php) are writable by your web server (run commands like chown or chmod).
5. In app/Http/Kernel.php, Add the following to the routeMiddleware array

```
 'optimizeImages' => \Spatie\LaravelImageOptimizer\Middlewares\OptimizeImages::class,
```

6. In config/lfm.php, add the following to the middlewares array

```
'middlewares' => [ ..., 'optimizeImages'],
```

Change log
----------

[](#change-log)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Testing
-------

[](#testing)

```
$ composer test
```

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) and [CODE\_OF\_CONDUCT](CODE_OF_CONDUCT.md) for details.

Security
--------

[](#security)

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

Credits
-------

[](#credits)

- \[Giáp Hiệp\]\[\]

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity68

Established project with proven stability

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

23

Last Release

3090d ago

PHP version history (2 changes)1.0PHP ~5.6|~7.0

1.1PHP ~7.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/083106d86276fe64230f54d15354526173919693bd31c32f47c5e5e614b46144?d=identicon)[giaphiep](/maintainers/giaphiep)

---

Tags

admingiaphiep

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/giaphiep-post/health.svg)

```
[![Health](https://phpackages.com/badges/giaphiep-post/health.svg)](https://phpackages.com/packages/giaphiep-post)
```

###  Alternatives

[dwij/laraadmin

LaraAdmin is a Open source Laravel Admin Panel / CMS which can be used as Admin Backend, Data Management Tool or CRM boilerplate for Laravel with features like CRUD Generation, Module Manager, Media, Menus, Backups and much more

1.6k68.7k](/packages/dwij-laraadmin)[sebastienheyd/boilerplate

Laravel Boilerplate based on AdminLTE 3 with blade components, user management, roles, permissions, logs viewer, ...

28618.2k3](/packages/sebastienheyd-boilerplate)[slowlyo/owl-admin

基于 laravel、amis 开发的后台框架~

61214.2k26](/packages/slowlyo-owl-admin)[brackets/admin-generator

Laravel 8 CRUD generator for brackets/craftable

50190.9k](/packages/brackets-admin-generator)[arbory/arbory

Administration interface for Laravel

4752.8k3](/packages/arbory-arbory)[laraveladminpanel/admin

A Laravel Admin Package to make your life easier and steer your project in the right direction

852.1k](/packages/laraveladminpanel-admin)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
