Introducing Laravel Cloud
Taylor ended his Laracon 2024 keynote by unveiling Laravel Cloud, the Future of Shipping. The keynote was the first public demo of Laravel's new app platform for deploying Laravel apps instantly....
View ArticleThe Laracon US 2024 Keynote by Taylor Otwell is Now Available
If you missed the incredible Laracon US Keynote delivered by Laravel creator Taylor Otwell, you can now watch it in full on YouTube. The keynote is packed with new Laravel content, ranging from an...
View ArticleAndrew Schmelyun: Publishing Video Courses, Virtual and Physical Worlds, LLM's
In this conversation, Eric Barnes interviews Andrew Schmelyun a full-stack developer and content creator. They discuss Andrew's experience with Laravel, his viral TikTok videos, and his current...
View ArticlePinkary is now fully open source
Pest creator and Laravel core team member Nuno Maduro announced recently that Pinkary is now fully open source, and you can also find us on it at @laravelnews. Built with Laravel, Livewire, Tailwind,...
View ArticleLaravel Developer Survey
The team at Adeva is doing a Laravel Developer Survey. The Laravel Developer Survey is designed to map out the entire Laravel ecosystem, providing insights into everything Laravel. Apart from tech...
View ArticleGenerate Entity-Relationship Diagrams with Laravel
The Laravel ERD package automatically generates Entity-Relationship Diagrams from your Laravel models and displays them using erd-editor. As someone who recently downloaded MySQL workbench to try to...
View ArticleChaperone Eloquent Models in Laravel 11.22
The Laravel team released v11.22 this week, with the chaperone() Eloquent method for inverse relations, support for passing backed Enums to Queuable methods, the ability to pass backed Enums to route...
View ArticleLaravel raises a $57 million Series A from Accel
Taylor tweeted this morning: "I'm excited to announce that Laravel has raised a $57M Series A in partnership with Accel." "I believe that Laravel is the most productive way to build full-stack web...
View ArticlePrezet: Markdown Blogging for Laravel
Prezet is a new Laravel Blogging app from Ben Bjurstrom that transforms markdown files into SEO-friendly blogs, articles, and documentation! If you want to learn more about Prezet check out this...
View ArticlePrepare your Laravel app for the cloud
The recent announcements at LaraconUS have sparked a renewed interest in cloud-based deployments within the Laravel community. As the debate continues on how to deploy your apps, one thing is clear:...
View ArticleBuild Your Multi-Tenant SaaS App in Days with SaaSykit Tenancy
SaaSykit Tenancy is a multi-tenant, feature-rich Laravel-based SaaS starter kit packed with essential features to power modern SaaS applications. It offers a significant head start by providing all...
View ArticlePest 3 is released!
We are excited to share that Pest 3 is now available! Get started with mutation testing today and level up your existing projects by finding untested code. Create consistent code with popular...
View ArticleUnoPim is a Product Information Management System Built With Laravel
UnoPim is an open-source Product Information Management (PIM) system built on the Laravel framework. You can use it to organize, manage, and enrich product information in one central place. Creating a...
View ArticleLaracon US Keynote Framework Updates Are Now In Laravel 11.23
The Laravel team released v11.23 this week, with the Laracon US 2024 open-source updates like defer(), concurrency, contextual container attritubes, and more. Laracon 2024 Updates Taylor Otwell...
View ArticleLaravel Herd Adds Forge Integration, Dump Updates, and More in v1.11
Laravel Herd released v1.11 this week, a significant update that includes Laravel Forge integration, sharing Herd project configuration across a team, a convenient profiler integration, and more:...
View ArticleBen Holmen: Building Connections and Friendships through Pair Programming...
Collaboration can be a powerful catalyst for growth. Ben Holman, a passionate advocate of pair programming, has taken this idea to the next level with his new project, The Pair-amid Scheme. The...
View ArticleBuilding Multiplayer Minesweeper with Laravel, Livewire and Reverb
Writing PHP was my first venture into web programming some 20 years ago. WordPress, Joomla, Drupal, Zend, you name it I probably had shipped something in it. I took a step away from all that...
View ArticleEloquent Filtering Package
The Eloquent Filtering package enhances the process of building dynamic query filters in Eloquent. Whether you’re managing large data sets or building complex search functionality, Eloquent Filtering...
View ArticleTemPHPest PHP Extension for VSCode
TemPHPest is an extension for Visual Studio Code to improve writing PHP in VS Code. Created by Liam Hammett, this package adds rich PHP features that will enhance the experience tremendously while...
View ArticleValidate Console Command Input With the Command Validator Package
The Command Validator package by Andrea Marco Sartori makes validating the input of console commands a cinch using Laravel's beloved Validator. All the Laravel Validator rules you know and love work...
View Article