Joe Dixon

Founder and CTO of ubisend. Proud Father to two tiny heroes, Husband, developer, occasional globetrotter.

Building a Laravel Translation Package –Launching the Package image

Building a Laravel Translation Package –Launching the Package

Now that our Laravel Translation package is complete, it’s time to go ahead and make our package available for others to use.

Read article
Building your first Laravel Nova Tool image

Building your first Laravel Nova Tool

Nova Translation is a tool for Laravel Nova which allows you full control over your translations when using Laravel’s localization functionality...

Read article
Building a Laravel Translation Package – Pre-launch Checklist image

Building a Laravel Translation Package – Pre-launch Checklist

We continue the Building a Laravel Translation Package series by thinking about releasing it to the world.

Read article
Building a Laravel Translation Package – The Database Driver image

Building a Laravel Translation Package – The Database Driver

In this tutorial we continue the Building a Laravel Translation Package series by focusing on building a database driver.

Read article
Building a Laravel Translation Package – Handling Missing Translation Keys image

Building a Laravel Translation Package – Handling Missing Translation Keys

Continuing the series, in this article we are going to move away from the frontend and follow the process of building another backend feature for our...

Read article
Building a Laravel Translation Package – Building The Frontend image

Building a Laravel Translation Package – Building The Frontend

In the previous article of this series, I talked you through my process of putting everything needed in place to start building out the frontend. Thi...

Read article
Building a Laravel Translation Package – Wiring Up The Frontend image

Building a Laravel Translation Package – Wiring Up The Frontend

In the last installment of this series, we talked through the process of manipulating the translations in our application’s language files into a form...

Read article
Building a Laravel Translation Package – Wrangling Translations image

Building a Laravel Translation Package – Wrangling Translations

In this section of the Laravel Translation package series, learn to expose multiple drivers to power the translation management.

Read article
Building a Laravel Translation Package – Scaffolding image

Building a Laravel Translation Package – Scaffolding

In part 2, we start building our Laravel translation package by setting up the repository and scaffolding the application with Composer. We demonstrat...

Read article
Building a Laravel Translation Package – Introduction image

Building a Laravel Translation Package – Introduction

In this multi-part series, we’ll be documenting the process of building and maintaining an open-source package for Laravel. We will cover everything f...

Read article
Laravel 5.5 Adds Support for Custom Exception Reporting image

Laravel 5.5 Adds Support for Custom Exception Reporting

In Laravel 5.5 it will be possible to define a report method on any custom exception. Laravel will look for the existence of the report method on any...

Read article
Laravel 5.5 Adds Support for Email Themes in Mailables image

Laravel 5.5 Adds Support for Email Themes in Mailables

In Laravel 5.4, we were introduced to Markdown emails, which allow us to compose emails in Markdown while leveraging Blade’s Components and Slot...

Read article