laravel-blog
laravel-blog copied to clipboard
Simple blog based on Laravel 10 with Filament PHP admin panel
Search "Show recent categories with their latest posts" in codebase.
Just add line after installing of Composer: ``` && ln -s /usr/bin/composer /usr/bin/c ```
Like https://www.bookstackapp.com
From [this list](https://github.com/gomzyakov/laravel-blog/issues?q=is%3Aissue+is%3Aclosed).
The logout button in the admin panel is not functioning. Clicking “Logout” does nothing, or redirects to an incorrect route.
A critical bug occurs in the admin panel when attempting to create a new post. After submitting the post creation form, the server responds with a 500 Internal Server Error,...
- 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. -...