open-admin forked from z-song/laravel-ladmin. Removing jquery, now based on Bootstrap5, vanilla JS
open-admin is a PHP web application that provides a customizable admin panel for Laravel projects. It requires PHP 7.3+ and Laravel 7.0 or higher. The package offers a range of features including asset publishing, configuration settings, extension development, and various built-in extensions. It utilizes several plugins and libraries such as Laravel, Axios, Bootstrap5, Choices.js, Font-awesome, and more. open-admin is licensed under The MIT License (MIT).
To install open-admin, make sure your environment meets the following requirements:
Follow these steps to install the package:
php artisan vendor:publish --provider="Encore\Admin\AdminServiceProvider"
config/admin.php
. Modify this file to change the install directory, database connection, or table names.php artisan admin:install
http://localhost/admin/
in your browser and use the username admin
and password admin
to log in.open-admin is a flexible admin panel solution for Laravel projects. It provides easy installation, asset publishing, and configuration management. With its built-in extensions, users can enhance their admin panel with features like media management, form design, API testing, and more. The active contributor community ensures ongoing development and support for the package.