VDHSoft
VDHSoft
Salut Florian, voilà longtemps que je cherchais un truc simple pour faire une doc; j'en avais même acheté 2 mais ils ne me convenaient pas jusqu'au moment ou je suis...
Hi, I have updated this excellent app to Laravel 10 and it works fine, for those who are interrested; you need to use laravel-filemanager so I have updated it too...
Hi, I have upgraded this wonderfull project to Laravel 10; if you are interested you can find this version on my repository : https://github.com/VDHSoft-com/laravel-filemanager All credits stay for Guillermo Martinez...
there is a bug in creating a post, here is the fix : modify the create method in app/Http/Controllers/PostController.php like this : ``` public function create() { $categories = Category::all();...