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
Requires
- php: ^8.2
- livewire/livewire: ^3.6
- spatie/laravel-sluggable: ^3.7
Requires (Dev)
- laravel/pint: ^1.14
- nunomaduro/collision: ^8.1.1||^7.10.0
- orchestra/testbench: ^10.0.0||^9.0.0||^8.22.0
- pestphp/pest: ^3.0
- pestphp/pest-plugin-arch: ^3.0
- pestphp/pest-plugin-laravel: ^3.0
README
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');