An Unstyled Laravel Starter Kit
My favorite framework is called Laravel and at the moment I'm using it to run a bunch of experiments I call "POC training". POC stands for proof of concept and the idea behind POC training is to train to get from zero to a proof of concept implementation in limited time.
The POCs I'm trying to create are often simple CRUD apps. Like a bookmarking app or similar.
What is kind of annoying about Laravel's own starter kits is that they got somewhat bloaty. They include tailwindcss now by default and their starter templates get more in the way than they help if you're not intimately familiar with tailwind, flux (the component library of livewire, another tool you may not need), etc.
I was very happy that I found this list of custom starter kits by the community and in it this Unstyled Blade Starter Kit.
If you're using Herd to develop Laravel locally it's incredibly easy to get started.
-
← Previous
DailyDogo 1286 🐶 -
Next →
DailyDogo 1287 🐶