Statamic 5 is released!
Laravel News
by Laravel News
10h ago
The Statamic team released Statamic 5 this week. This major release focuses on performance improvements, developer experience, and continued modernization of the code base. The announcement post goes into greater detail about performance, but for large, complicated sites, you might see anywhere from 50-600% speed increases. Small sites might notice a bump of 5-10% faster. With Statamic 5, the control panel has multi-site management, where non-technical (and technical alike) users can add, edit, and remove sites: Multi-site management in the control panel When using the flat file Stache d ..read more
Visit website
Use Vue or React Components in a Livewire App with MingleJS
Laravel News
by Laravel News
1d ago
MingleJS is a helper for using Vue and React components in a Livewire or Filament application. Created by Joao Patricio, this package is useful for landing pages and complex components where you want to use Vue or React. It can also be used as an incremental way to adopt Livewire or utilize third-party components in the Vue or React ecosystem. MingleJS Demo Component MingleJS works by rendering a <div> on the server side and then mounts a component on the client side. A server-side Livewire component renders each JS component, so you get JavaScript interactivity on the front end that is ..read more
Visit website
Rule::array() and whereJsonOverlaps() for MySQL in Laravel 11.7
Laravel News
by Laravel News
2d ago
This week, the Laravel team released v11.7, with a Rule::array() validation method, a whereJsonOverlaps() method for MySQL, a Slack OpenID provider for Laravel Socialite, and more. Introduce the Rule::array() Method Jakub Potocký contributed the Rule::array() method used to validate multiple array keys using the array validation rule. This method enables using this rule with arrays and collections without having the concatenate dynamic values: use Illuminate\Validation\Rule; // Before ['array:' . MyBackedEnum::VALUE->value . ',' . MyBackedEnum::VALUE_2->value]; // After examples Rule ..read more
Visit website
Optimize Your Eloquent Queries with AI
Laravel News
by Laravel News
3d ago
The Laravel Slower package is designed for Laravel developers who want to enhance the performance of their applications. This package identifies slow queries and suggests optimizations such as indexing and other improvements. Depending on how you configure your application's scheduler, you could run the following commands each day to analyze and clean up old records: php artisan slower:clean /*{days=15} Delete records older than 15 days.*/ php artisan slower:analyze /*Analyze the records where is_analyzed=false*/ Recommendations created with the slower:analyze command are stored in the dat ..read more
Visit website
Build Your SaaS In Days With SaaSykit
Laravel News
by Laravel News
4d ago
SaaSykit is a feature-rich Laravel SaaS boilerplate that helps you build and launch your SaaS application in days instead of months. SaaSykit is a robust framework that includes everything needed to run a modern SaaS. It help your launch fast, iterate on your SaaS ideas quickly, save time and effort, and focus on implementing your core SaaS features instead of reinventing the wheel by building every component from scratch to run your SaaS. SaaSykit features in a nutshell: ? Payment provider integration (Stripe, Paddle & Lemon Squeezy) ? Easy product, plan, discount and pricing management ..read more
Visit website
Moonshine is an Open-source Admin Panel for Laravel
Laravel News
by Laravel News
1w ago
Moonshine is an open-source package for Laravel offering an admin panel you can use for MVPs, back-office applications, and content management systems. You can make an admin panel with authorization and CRUD in minutes. Moonshine Demo Admin Moonshine is a tool for rapid development using the package's CMS features, and other features that make you productive using familiar tools like Blade, Livewire, and Alpine: Moonshine helps you create functionality rapidly There is no binding to models; you can take whatever data you like Form and table builder Lightweight and easy to use AlpineJs Tailwi ..read more
Visit website
NativePHP Windows Builds are Here
Laravel News
by Laravel News
1w ago
Windows support for NativePHP was announced, which means that you can now build applications for the Windows platform. Windows builds are working, and with that, all platforms will get new versions of PHP to work with. I know many of you have been patiently waiting for this. Over the months, we've racked up quite a few issues as folks have attempted to find some way to get Windows builds working. I totally get this enthusiasm, Windows support was always on the cards, but we stated early on that Windows support was going to take a while longer for one main reason: a l ..read more
Visit website
Replicate Laravel PHP Client
Laravel News
by Laravel News
1w ago
The Replicate Laravel package is a PHP client for the Replicate API, an API to run and fine-tune open-source AI models. Here's a quick example from the package's readme of using the Replicate Laravel client: use HalilCosdu\Replicate\Facades\Replicate; $response = Replicate::createModel($data) // Response methods $response->body(); // string $response->json($key = null, $default = null); // mixed $response->object(); // object $response->collect($key = null); // Illuminate\Support\Collection $response->status(); // int $response->successful(); // bool $response->redire ..read more
Visit website
The April 2024 Laravel Worldwide Meetup is Today
Laravel News
by Laravel News
1w ago
The next Laravel Worldwide Meetup is today, featuring Matt Machuga and Mateus Guimarães. The meetup begins live on YouTube at 16:00 UTC: 12:00 pm EDT 11:00 am CDT 10:00 am MDT 9:00 am PDT Check Every Time Zone to find when this meetup starts in your local time. Matt Machuga will share some insights on scaling a web application in his talk - "Oh Crap, We're Popular!". Mateus Guimarães takes us on a look inside the framework with his talk entitled "An Introduction to Laravel Internals." Visit the official page for complete details and to submit your talk for a future meetup. The post The Apri ..read more
Visit website
New Video Series: The Laravel Ecosystem
Laravel News
by Laravel News
1w ago
Christoph Rumpel is starting a new video series on the Laravel YouTube channel that is all about Laravel's first-party tools. Everything from the commercial offerings to the free packages. The first video on Laravel Herd is available now and Christoph plans to release a new video each week. You can subscribe to Laravel's YouTube channel to follow along and get notified when new videos drop. The post New Video Series: The Laravel Ecosystem appeared first on Laravel News. Join the Laravel Newsletter to get all the latest Laravel articles like this directly in your inbox ..read more
Visit website

Follow Laravel News on FeedSpot

Continue with Google
Continue with Apple
OR