Please turn JavaScript on
Bagisto icon

Bagisto

Subscribe in seconds and receive Bagisto's news feed updates in your inbox, on your phone or even read them from your own news page here on follow.it.

You can select the updates using tags or topics and you can add as many websites to your feed as you like.

And the service is entirely free!

Follow Bagisto: Bagisto - Laravel eCommerce Platform | Free & Open Source

Is this your feed? Claim it!

Publisher:  Unclaimed!
Message frequency:  0.45 / day

Message History

Bagisto introduces Magic AI, a built-in AI layer that enables features like product description generation, image creation, and visual search.

It also powers review translation and personalized checkout messages, bringing AI directly into the eCommerce workflow.

The Problem Magic AI Solves

Laravel AI provides the core SDK for interacting with AI models.

I...


Read full story

Running an online store is not just about selling products. You also need a hosting solution that keeps your store fast, secure, and easy to manage.

Many businesses find it hard to choose the right option. Some want a simple solution with less work. Others want full control over their store.

Bagisto offers cloud and self-hosted eCommerce solutions, helping busin...


Read full story

If you’ve worked on a Laravel application for more than a few months, you’ve probably seen a controller that looks like this:

public function index() { $posts = Post::where('status', 'published') ->orderBy('created_at', 'desc') ->with('author', 'comments') ->paginate(10); returnview('posts.index', compact('posts')); }


Read full story
Bagisto Testing Overview

Bagisto ships with both Pest and Playwright in the core repository for comprehensive application testing.

Pest handles backend logic, while Playwright validates real browser-based user interactions.

Togeth...


Read full story

Modern web applications demand instant feedback, and Laravel Precognition solves this problem by enabling real-time validation.

Users expect forms to validate as they type. As a result, errors appear immediately instead of waiting until form submission.

Traditionally, developers maintained validation rules in both the frontend and backend.

<...

Read full story