Blogs tagged with Laravel
Introducing Paver
Last weekend, I launched Paver. A drag-and-drop block editor built specifically for PHP developers.
The Why Behind Paver
I created Paver with one primary goal: to serve as a custom block editor...
Read more
Introducing DropBlockEditor
About a month ago, I tweeted that I was working on drag and drop editor for Laravel and showed a little demo video.
🤠I have been working on a
Read more
Block editor for Laravel
Lately I've been working on a Livewire powered block editor. It is intended to be used mainly for creating newsletters. This package could potentially be used in tools as Mailcoach.
See the below tweet of a short demo video (or...
Read more
A new website design
If you have visited my site before, you may have noticed that it has had a fresh coat of paint. I'm very happy with how things turned out!
Why
I could type a whole lot of words, but an image might say enough....
Read more
2021 year in review
Today is January 1st of 2022 and as 2021 is now officially over, it's time to - like last year - look back a bit and review the past year.
Read more
2020 year in review
Most posts on this website are quite technical in nature. This post will be a little different, no code snippets this time. This will be my first year in review (or recap) post. A lot has happened in 2020 and I would like to look back...
Read more
How to make WordPress-like custom fields for Laravel models
Have you ever run into a situation where you want to be able to dynamically store data along with your Laravel Model, without having to add an (excessive) amount of columns to your database table? I sure have.
I think there a...
Read more
Handling media in Laravel with Laravel Simple Media
About two weeks ago, I published an open-source Laravel package on Github called Laravel Simple Media.
The package enables you to upload media files, optionally...
Read more
Using Browsershot for PDF generation
Yesterday I was trying to tweak the invoice design for Addrow, a SaaS application I made with Laravel. I have basically two templates for the invoice, one for web display...
Read more