naykel/postit

Post management package for NayKel Laravel Applications

Installs: 13

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/naykel/postit

v0.1.0 2025-05-27 04:38 UTC

This package is auto-updated.

Last update: 2025-11-21 03:25:13 UTC


README

Total Downloads Latest Stable Version License

Naykel Postit

Add to routes/web.php at the END of your route file:

/** ---------------------------------------------------------------------------
 *  =!= MUST RUN LAST =!= MUST RUN LAST =!= MUST RUN LAST =!= MUST RUN LAST =!=
 * ------------------------------------------------------------------------- */
Route::get('/{post:slug}', ShowPostController::class)->name('posts.show');