Overview for 'pascalbaljetmedia'
Written by Pascal Baljet Media - Blog
/ Original link
on Oct. 29, 2021
This year, the Laravel team announced a new release schedule for major Laravel versions. Instead of a major version every six months, we now get a major release every 12 months. This change didn't stop the team from improving the current release, Laravel 8. Over the last 14 months, it got so many…
Written by Pascal Baljet Media - Blog
/ Original link
on Oct. 18, 2021
For Artisan School, I wanted to create custom Open Graph images for each video page. For example, when somebody shares a link on social media, platforms like Facebook and Twitter use the OG image to represent the shared link. There are many services to create and serve OG images, but I didn't want…
Written by Pascal Baljet Media - Blog
/ Original link
on Sep. 10, 2021
Today I want to share the birth of a new project with the Laravel community: Artisan School. The primary goal is to provide high-quality Laravel screencasts where I mix the Laravel documentation with real-life examples. Besides the video content, I want to create a place to discover code examples,…
Written by Pascal Baljet Media - Blog
/ Original link
on Aug. 10, 2021
It's been a bit quiet when it comes to blogging, streaming, and releasing open-source packages. So instead, we've worked hard on an e-commerce platform written in Laravel and refined Form Components Pro and Inertia Tables along the way. Both packages are heavily used on the platform, and I'm really…
Written by Pascal Baljet Media - Blog
/ Original link
on Apr. 8, 2021
Today marks the release of another Laravel + Inertia.js package, this time a small one compared to last week's Tables package. This new package provides helper methods for Laravel Dusk that you can use to wait for specific Inertia.js events to fire. Dusk is a first-party Laravel package that lets…
Written by Pascal Baljet Media - Blog
/ Original link
on Apr. 2, 2021
I'm thrilled to announce the release of a new package. It's a DataTables-like package for Inertia, Laravel, and Vue that comes with Tailwind-styled components and great features! You can search through your data, both globally and per attribute. There's support for pagination, sorting, column toggl…