Getting Started

Introduction to Louis Lukkanit

Discover Louis Lukkanit, a collection of high-quality open-source Laravel packages and applications from Koamishin, designed to empower developers with tools for CMS, POS, and business systems.

Overview

Louis Lukkanit brings you premium open-source Laravel packages and applications crafted by Koamishin. You get robust tools for building CMS platforms, POS systems, and comprehensive business applications. These solutions prioritize developer productivity, code quality, and seamless integration into your Laravel projects.

Koamishin focuses on empowering the community with maintainable, feature-rich code that scales. Whether you build e-commerce sites or enterprise dashboards, Louis Lukkanit accelerates your development.

All packages follow Laravel best practices and support the latest LTS versions.

Key Features

Louis Lukkanit stands out with production-ready components designed for real-world use.

Quick Start

Get up and running in minutes. Follow these steps to integrate your first Louis Lukkanit package.

Install Composer Package

Add the core package via Composer. Replace louis-lukkanit/cms with your chosen package.

composer require koamishin/louis-lukkanit-cms

Publish Assets

Publish migrations, configs, and views to your project.

php artisan vendor:publish --provider="Koamishin\\LouisLukkanit\\Cms\\ServiceProvider"

Run Migrations

Set up your database schema.

php artisan migrate

Access Dashboard

Visit /admin in your app after seeding data.

php artisan db:seed --class=AdminSeeder

Check the official repository for the latest releases and contribution guidelines.

Next Steps

Dive deeper into specific documentation.

Configure your CMS routes effortlessly.

Route::prefix('admin')->group(function () {
    Route::resource('posts', PostController::class);
});

Ready to build? Start with the Quickstart and contribute back to the community.

Was this page helpful?
Built with Documentation.AI

Last updated today