https://github.com/natthasath/demo-laravel-openadmin
Open-admin is a revamped fork of Laravel-admin, a popular Laravel open-source admin panel. It replaces outdated jQuery, integrates bootstrap 5, enhances code, and refines the interface for a modernized and effective solution.
https://github.com/natthasath/demo-laravel-openadmin
10x admin-panel laravel open-admin php
Last synced: 3 months ago
JSON representation
Open-admin is a revamped fork of Laravel-admin, a popular Laravel open-source admin panel. It replaces outdated jQuery, integrates bootstrap 5, enhances code, and refines the interface for a modernized and effective solution.
- Host: GitHub
- URL: https://github.com/natthasath/demo-laravel-openadmin
- Owner: natthasath
- Created: 2023-08-10T06:13:33.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-11T03:32:59.000Z (almost 2 years ago)
- Last Synced: 2025-01-09T02:54:36.018Z (5 months ago)
- Topics: 10x, admin-panel, laravel, open-admin, php
- Language: PHP
- Homepage: https://open-admin.org/
- Size: 4.79 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🎉 DEMO Laravel Open Amin
Open-admin is a revamped fork of Laravel-admin, a popular Laravel open-source admin panel. It replaces outdated jQuery, integrates bootstrap 5, enhances code, and refines the interface for a modernized and effective solution.


### 🚀 Setup
- Install Package
```shell
composer require open-admin-org/open-admin
```- Publish Config
```shell
php artisan vendor:publish --provider="OpenAdmin\Admin\AdminServiceProvider"
```- Last Command
```shell
php artisan admin:install
```### 🏆 Run
- [http://localhost:8000/admin](http://localhost:8000/admin) username : `admin` password : `admin`
```shell
php artisan serve
```