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

Simple blog based on Laravel 10 with Filament PHP admin panel

Results 44 laravel-blog issues
Sort by recently updated
recently updated
newest added

Search "Show recent categories with their latest posts" in codebase.

feature

Just add line after installing of Composer: ``` && ln -s /usr/bin/composer /usr/bin/c ```

good first issue

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. -...