An open API service indexing awesome lists of open source software.

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.

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.

![version](https://img.shields.io/badge/version-1.0-blue)
![rating](https://img.shields.io/badge/rating-★★★★★-yellow)
![uptime](https://img.shields.io/badge/uptime-100%25-brightgreen)

### 🚀 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
```