2: Blog Posts
In this lesson, you will work through Blog Posts as part of Build a CMS with Filament 3 and Laravel 10.
Caption excerpt: Hello everyone, welcome back to the second episode of how to build a content management system with Filament, PHP and level 10. To get started with this create a model for our blog posts. So this is quite standard, so we will just create a model and we will get a migration as well by using the M afterwards. So we have this model here now and let's get started with the migration file as a starter. So what do we want to display in here? So let's get started with first and foremost, making sure that there is a title ....