Overview
Panelis is a ready-to-use admin panel built with Laravel and Filament, designed to simplify the management of Laravel applications. It offers a range of key features and is licensed under the MIT License.
Features
- Blog: Panelis provides a built-in blogging feature, allowing users to easily create and manage blog posts within their Laravel application.
- Location: With Panelis, users can track location data, including country, region, and district details. This feature is particularly useful for applications that require location-based functionality.
- User, Role, and Permissions: Panelis offers a comprehensive user management system, allowing users to create and manage roles and permissions for different user types. This feature helps ensure secure access control within the Laravel application.
Installation
To install Panelis, follow these steps:
- Ensure that Laravel and Filament are already installed in your application.
- Add Panelis as a dependency in your project’s
composer.jsonfile.
"require": {
"vendor/panelis": "version"
}
- Run the composer update command to install the Panelis package.
composer update
- Publish the Panelis configuration files by running the following command.
php artisan panelis:install
- Migrate the database tables required for Panelis.
php artisan migrate
- Finally, access Panelis by navigating to the provided URL in your browser.
Summary
Panelis is a user-friendly admin panel for Laravel applications. With features such as blogging functionality, location tracking, and a comprehensive user management system, it offers a convenient solution for efficiently managing Laravel applications. The installation process is straightforward, and the software is licensed under the MIT License, making it accessible and flexible for users.