Laravel 5.4.17 is released
Today Laravel released v5.4.17 and it includes several new features including a Collection Times method, improvements to the migrations, and more. Collection::Times() Thanks to Joseph Silber the Coll…
Today Laravel released v5.4.17 and it includes several new features including a Collection Times method, improvements to the migrations, and more. Collection::Times() Thanks to Joseph Silber the Coll…
In Laravel 5.4, we were introduced to Markdown emails, which allow us to compose emails in Markdown while leveraging Blade’s Components and Slots. Laravel ships with a range of pre-defined components…
Laravel Dusk allows us to write end-to-end tests for JavaScript enabled applications by running an actual browser, which simulates an actual user interaction with our applications and provides us wit…
In the not too distant past at ubisend, we needed to build a solution to provide our users the ability to invite additional users to manage their account. This is a pretty common problem. Think about…
When you are building custom HTML email templates, it’s typically a chore to test them across all the email clients, and testing them over and over. There are a few tools like Litmus which help solve…
The Laravel team has just created a new Medium publication where you can see all of the official releases and update announcements across all of the Laravel projects and products. Previously, the ann…