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

Currently, multiple routes in the project use separate controllers for each CRUD action. For example: - User: IndexController, CreateController, StoreController, ShowController, EditController, UpdateController, DeleteController - Category: IndexController, CreateController, etc. -...

Bumps [laravel/framework](https://github.com/laravel/framework) from 11.45.1 to 12.36.1. Release notes Sourced from laravel/framework's releases. v12.36.1 [12.x] EnumerateValues::value() support and return negative values if exists #54910 by @​rafaelqueiroz in laravel/framework#57566 [12.x] always use...

dependencies

Just follow the https://laravel.com/docs/12.x/upgrade

good first issue