承接 anticopyright-code/laravel-admin 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

anticopyright-code/laravel-admin

Composer 安装命令:

composer require anticopyright-code/laravel-admin

包简介

Laravel Admin Panel for laravel developers. You can create Quick Admin Panel with essential requirement.

README 文档

README

This Web Admin panel usable for the Enterprise application develop with Laravel 8

Latest Stable Version Total Downloads Latest Unstable Version License Monthly Downloads Daily Downloads

This A beutiful web admin develop for Laravel Framework. It's have so many screens. components, managable menus, and auto dark modes included.

Screen 1

It's a simply used for your own laravel project

  1. Installation process
    • First initiate or Create New Laravel Project
    • Then Open the project in terminal.
    • then put the command
composer require shibaji/admin
  1. Setup the database connection in your new laravel project.
  2. Install Laravel UI package is already included with this Admin Panel.
  3. Setup Admin panel by Admin Command
php artisan admin:install
  1. Create Auth scaffold using the artisan command
php artisan ui:auth
  1. Don't replace any preloaded resources.
The [auth/login.blade.php] view already exists. Do you want to replace it? (yes/no) [no]: no
The [auth/passwords/confirm.blade.php] view already exists. Do you want to replace it? (yes/no) [no]: no
The [auth/passwords/email.blade.php] view already exists. Do you want to replace it? (yes/no) [no]: no

Like this put no every required questions.

  1. Now Setup the database connection in .env file
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=<DB_NAME>
DB_USERNAME=<DB_USER>
DB_PASSWORD=<DB_PASSWORD>
  1. Open Terminal from the project. And write the Codes.
php artisan migrate
  1. Open browser tab with this url http://localhost:8000.
  2. After open register an user.
  3. After login go to http://localhost:8000/admin.

If you can to create Module for Admin then doing this.

Autoloading

By default, the module classes are not loaded automatically. You can autoload your modules using psr-4. For example:

{
  "autoload": {
    "psr-4": {
      "App\\": "app/",
      "Modules\\": "Modules/"
    }
  }
}

Tip: don't forget to run composer dump-autoload afterwards.

Now you can see this admin.
Lets Enjoy! :)

统计信息

  • 总下载量: 1
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 2
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: JavaScript

其他信息

  • 授权协议: MIT
  • 更新时间: 2022-11-10

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固