Categories
Development

Laravel Livewire

The past week i have been trying out Laravel Livewire. In this post i will document my experiences with it, and share my thoughts about it. What is Livewire? Livewire is in some ways comparable to Vue or React as in: it updates the document live, not needing a refresh of the page.However the way […]

Categories
Development

Easiest local web development program for Linux

I think we’ve all had that moment where we have our Lamp/Mamp/Xampp programs installed and want to get to work on making some websites, only to be horrified by the url you have to use to access your files. Like “http://localhost/websites/laravel/project”, or even worse have difficulty setting it up because the framework is not really […]