Articles about

Laravel

Clean up your Laravel routes

June 12th, 2022 — When you create a new Laravel project, there is 1 route in your web.php: // file: web.php Route::get('/', function () { return...

Exporting my Laravel blog to static pages

April 27th, 2022 — After developing this blog, I didn’t feel like setting up a server for this. I am not using a database because I want to keep the architecture...

How I built this blog without a single database

April 26th, 2022 — This is not the first time I have started a blog. Nor the second time. Probably not the tenth time either. And it won’t be the last time either. I...