bestmomo / laravel5-5-example

Laravel 5.5 example for tutorial
217 stars 122 forks source link

Problem creating post without categories #2

Closed juusechec closed 6 years ago

juusechec commented 6 years ago

Hello, i don't know how to create categories in interface, I want to create crud?

Thanks.

bestmomo commented 6 years ago

Hi Administration does not manage categories, you can add them in base or add code to get this management, it's not so hard.

bestmomo commented 6 years ago

Categories management added with this commit.

juusechec commented 6 years ago

Thanks!