How To Create a Custom Template For Your Laravel Application Using Bulma CSS
So far, we’ve seen how to set up the MySQL database tables using migrations, how to create an Eloquent model to interact with the links table, and how to create Artisan commands to manage links in the database. We’ll now see how to create a custom Blade template to show your links in the application’s front-end, using the Bulma CSS framework.