laravel-blog icon indicating copy to clipboard operation
laravel-blog copied to clipboard

refactor(admin): migrate post,tag,user,category management to one Controller and resource routing

Open Nima8FT opened this issue 2 weeks ago • 0 comments

  • Replaced individual admin routes with Route::resource.
  • Merged IndexController and CreateController into a unified Controller.
  • Updated admin panel logic and views to use the new controller structure.
  • Cleaned up old controller references and improved overall route organization.

Fix https://github.com/gomzyakov/laravel-blog/issues/476

Nima8FT avatar Nov 16 '25 11:11 Nima8FT