This is a major release of the package, introducing some new features and dropping support for old versions. Also, the docs have been moved from the readme to a dedicated site, hosted on Vercel.
This is a major release of the package, introducing some new features and dropping support for old versions. Also, the docs have been moved from the readme to a dedicated site, hosted on Vercel.
Vue — 1 April 2023
But it’s far from dead. I’m rebuilding it in TypeScript, and will be releasing it under a new name soon.
Laravel — 1 August 2021
Version 6 of the package is released with first-class support for WeasyPrint v53 (pydyf) and Laravel Octane.
PHP — 31 July 2021
Some months back, I forked the League’s Pipeline package to give it a little more oomph.
Laravel — 11 April 2021
The elegant wrapper, Weasyprint for Laravel v5 is released with a bunch of new features and changes.
JavaScript — 14 March 2021
Browsers have caught up – developers should too.
Laravel — 13 March 2021
Making resource classes just a bit easier to work with.
Laravel — 13 March 2021
Using helpers and scopes in a trait, make the model responsible for determining its resource class.
Vue — 20 December 2020
Vue Routisan has a new life – a v3 alpha has been released for testing!
Vue — 20 December 2020
It’s overkill, and much of what goes on can be replaced with observable objects.
Laravel — 20 December 2020
A cleaner way to validate console input.
JavaScript — 20 December 2020
In the world of JavaScript modules, default exports are really a compatibility layer for CommonJS-of-old. Named exports solve problems may developers experience – this post explores them.
Shell — 20 December 2020
Some useful shell aliases for your development pleasure.
Vue — 20 December 2020
It’s not uncommon to follow the default approach and register global Vue components manually. But there’s a better way. Two of them, in fact. And we can do it for Vuex too, but that’s for another post.
General — 20 December 2020
Starting afresh in 2020, with a new blog, in a new decade.
Vue — 20 December 2020
Shorter code is great. Even shorter code is even better. In this post, you’ll learn how to drastically shorten the length of your Vuex mutations, making for some really clean code.
Laravel — 20 December 2020
Since November 2017, I’ve been working with a small web-dev firm that uses Laravel for all its client API backends. Over time, we’ve been taking new approaches to solving problems, and simplifying our code to make life easier in the long run. Here are some quick and useful tips we’ve been following as part of this process.
Laravel — 20 December 2020
From Laravel 5.5, JSON responses are a little different. In particular, you’ll find that validation exceptions have changed, and it’s easy to miss what the upgrade guide says about it.
Apache — 20 December 2020
If you’re on Windows, chances are you don’t have a handy package like Valet to make your development-workflow easier. If you’re using a standard Apache installation, this might go a long way in speeding things up.