Panelis is a modular CMS built on Laravel and Filament designed to help PHP developers build extensible applications quickly.

Maintainers

Package info

github.com/panelis-php/cms

Type:project

pkg:composer/panelis-php/cms

Statistics

Installs: 1

Dependents: 0

Suggesters: 0

Stars: 6

Open Issues: 11


README

Panelis is a ready-to-use CMS and administration panel built with Laravel and Filament.

It provides a solid foundation for building content-driven applications, internal tools, directories, and custom business systems without starting from scratch.

General Setting

Features

Current built-in features include:

  • User management
  • Role and permission management
  • Application settings
  • Location management (country, region, district)
  • Modular architecture for extending functionality

More modules and features are planned for future releases.

Installation

Create a new Panelis project using Composer:

composer create-project panelis-php/cms my-project

Enter the project directory:

cd my-project

Configure your environment:

cp .env.example .env
php artisan key:generate

Run migrations and seeders:

php artisan migrate --seed

Start the development server:

php artisan serve

Visit:

http://localhost:8000

Development Status

Warning

Panelis is currently under active development.

Until the first stable release (v1.0), breaking changes may occur between releases without prior notice.

We recommend using tagged releases and reviewing upgrade notes before updating existing projects.

Contributing

Contributions, bug reports, and feature suggestions are welcome.

License

Panelis is open-sourced software licensed under the MIT License.