Laravel Installation Guide

Project Introduction

EasyAdmin8-Laravel is rebuilt based on EasyAdmin using Laravel 13.x, with a minimum PHP version requirement of 8.2

A rapid development admin panel built with Laravel v13.x and layui v2.13.x.

Note: This project uses Laravel 13.x. If you need Laravel 10.x, please select the 10.x branch. PHP minimum version requirement is 8.3

🔥With this admin system, you can completely forget about route configuration! No need to manually configure a route rule after adding a controller method - the framework automatically adapts all admin routes.

Project URL: http://easyadmin8.top

Demo URLs:

Laravel 13.x version: http://laravel.easyadmin8.top/admin

Laravel 12.x multilingual version: http://laravel-i18n.easyadmin8.top/admin

Laravel 13.x Japanese version: http://japanese-laravel.easyadmin8.top/admin

Laravel 10.x version: http://laravel-10.easyadmin8.top/admin

[If inaccessible, you can set it up locally or refer to the screenshots below]


Installation Guide

EasyAdmin8-Laravel uses Composer to manage project dependencies. Therefore, before using EasyAdmin8-Laravel, make sure Composer is installed on your machine.

One-Click Installation

if [ -f /usr/bin/curl ];then curl -sSO https://easyadmin8.top/auto-install-EasyAdmin8-Laravel.sh;else wget -O auto-install-EasyAdmin8-Laravel.sh https://easyadmin8.top/auto-install-EasyAdmin8-Laravel.sh;fi;bash auto-install-EasyAdmin8-Laravel.sh

Install via git and composer

If you want to use the latest version, install the main branch

  1. Download the package [Default installs 13.x version, for 10.x select the appropriate branch]
git clone https://github.com/easyadmin8/EasyAdmin8-Laravel

Or

git clone https://gitee.com/easyadmin8/EasyAdmin8-Laravel

If you want to use the older 10.x version, install the 10.x branch

  1. Download the package
git clone -b 10.x https://github.com/easyadmin8/EasyAdmin8-Laravel EasyAdmin8-Laravel-10.x

Or

git clone -b 10.x https://gitee.com/easyadmin8/EasyAdmin8-Laravel EasyAdmin8-Laravel-10.x

Continue below

  1. Install dependencies (ensure PHP version >= 8.2, install fileinfo extension for local uploads)

Run composer install in the root directory. If you encounter errors, use:

composer install --ignore-platform-reqs
  1. Copy .example.env to .env and modify database credentials
cp .example.env .env
  1. Set APP_KEY
php artisan key:generate
  1. Start via command (php artisan serve) or configure URL rewriting (Nginx example)
location / {

     try_files $uri $uri/ /index.php$is_args$query_string;  
     
}

CURD Commands

See CURD Commands

Screenshots

1

2

3

All PHP Versions

ThinkPHP

https://github.com/easyadmin8/EasyAdmin8

https://gitee.com/easyadmin8/easyAdmin8

Laravel

https://github.com/easyadmin8/EasyAdmin8-Laravel

https://gitee.com/easyadmin8/EasyAdmin8-Laravel

🇯🇵 https://github.com/EasyAdmin8/EasyAdmin8-Laravel-Japanese

webman

https://github.com/easyadmin8/EasyAdmin8-webman

https://gitee.com/easyadmin8/EasyAdmin8-webman

QQ Group

EasyAdmin8-Laravel QQ Group

Disclaimer

Before using the EasyAdmin8-Laravel admin framework, please read this disclaimer carefully and understand it thoroughly. You may choose not to use the EasyAdmin8-Laravel admin framework. By using it, you are deemed to have accepted and agreed to all terms of this disclaimer.

  • Please note the corresponding license for EasyAdmin8-Laravel. Personal or commercial use must comply with the license or obtain appropriate authorization.

  • EasyAdmin8-Laravel is an open-source rapid development admin framework, primarily designed for convenient backend management. It respects and protects all users' privacy rights and does not steal any information from users' computers. It also does not have network transmission functions such as user data storage.

  • You promise to use the EasyAdmin8-Laravel admin framework in a lawful and reasonable manner, and not to use it for any illegal activities or activities that infringe upon the legitimate interests of others, nor to deploy it on any web platform that violates applicable laws and regulations.

  • This open-source project shall not be liable for any accidents, negligence, contract breaches, defamation, copyright or intellectual property infringement, or any resulting losses (including but not limited to direct, indirect, incidental, or consequential losses) arising from the download and use of the EasyAdmin8-Laravel admin framework.

  • Users expressly acknowledge and agree to all terms listed in this disclaimer and shall bear all risks and consequences associated with using the EasyAdmin8-Laravel admin framework. This open-source project assumes no legal liability.

  • After reading this disclaimer, any individual or organization shall legally publish, distribute, and use the EasyAdmin8-Laravel admin framework within the scope permitted by the MIT License. Any legal liability (including but not limited to civil compensation and criminal liability) resulting from violation of this disclaimer or applicable laws shall be borne by the violator.

  • If any part of this disclaimer is found to be invalid or unenforceable, the remaining provisions shall remain in full force and effect. Unenforceable provisions shall not constitute a waiver of our right to enforce them.

  • This open-source project reserves the right to unilaterally modify the terms of this disclaimer and its attachments at any time, with updates published via push notifications, web announcements, etc. Such changes shall take effect immediately upon publication without further notice. Continued use after such changes indicates that you have read, understood, and accepted the modified terms.