laravel-adminpanel

A Laravel 5 Admin Panel (version : 5.7)

Github星跟蹤圖

laravel-adminpanel

GitHub license
GitHub stars
GitHub forks
GitHub issues
StyleCI

Demo

Introduction

Features

For Laravel 5 Boilerplate Features : Features

Additional Features

  • Built-in Laravel Boilerplate Module Generator,
  • Dynamic Menu/Sidebar Builder
  • Pages Module
  • Blog Module
  • FAQ Module
  • API Boilerplate
  • Mailables
  • Responses
  • Vue Components
  • Laravel Mix
  • Object based javascript Implementation

Give your project a Head Start by using laravel-adminpanel.

Built-in Laravel Boilerplate Module Generator

It gives you the ability to create a module using a sweet GUI, where you put in the Module Name and it will generate all the necessary files for you, like Model, Traits, Relationship, Migration, Controllers, Views and routes. So when you are done creating a module, you can directly go to the route generated and see your new module. Since, this does not have the ability to generate table fields for now, so you have to write the migration file that is generated and run a manual php artisan migrate command, and you are good to go.

We are using the module generator as a package, you can find it here: Module Generator For Laravel Adminpanel.

Installation

Please check the official laravel installation guide for server requirements before you start. Official Documentation

Clone the repository

git clone https://github.com/viralsolani/laravel-adminpanel.git

Switch to the repo folder

cd laravel-adminpanel

If you have linux system, you can execute the command below only in your project root

1) sudo chmod -R 777 install.sh
2) ./install.sh

If you have windows system, you can run Artisan Command for database setup, connection and configuration.

php artisan install:app

Generate a new application key

php artisan key:generate

Install Passport

php artisan passport:install

Run the database migrations (Set the database connection in .env before migrating)

php artisan migrate

Run the database seeders

php artisan db:seed

Install the javascript dependencies using npm

npm install

Compile the dependencies

npm run development

For generating the files of unisharp file manager

php artisan vendor:publish --tag=lfm_public

For linking storage folder in public

php artisan storage:link

Start the local development server

php artisan serve

You can now access the server at http://localhost:8000

Command list

git clone https://github.com/viralsolani/laravel-adminpanel.git
cd laravel-adminpanel
cp .env.example .env
composer install
npm install
npm run development
php artisan storage:link
php artisan key:generate
php artisan passport:install
php artisan vendor:publish --tag=lfm_public
php artisan migrate
php artisan passport:install

Please note

  • To run test cases, add SQLite support to your php

Other Important Commands

  • To fix php coding standard issues run - composer format
  • To perform various self diagnosis tests on your Laravel application. run - php artisan self-diagnosis
  • To clear all cache run - composer clear-all
  • To built Cache run - composer cache-all
  • To clear and built cache run - composer cc

Logging In

php artisan db:seed adds three users with respective roles. The credentials are as follows:

  • Administrator: admin@admin.com
  • Backend User: executive@executive.com
  • Default User: user@user.com

Password: 1234

ScreenShots

Dashboard

Screenshot

User Listing

Screenshot

Settings

Screenshot

Issues

If you come across any issues please report them here.

Contributing

Feel free to create any pull requests for the project. For proposing any new changes or features you want to add to the project, you can send us an email at following addresses.

(1) Viral Solani - viral.solani@gmail.com
(2) Vipul Basapati - basapativipulkumar@gmail.com
(3) Vallabh Kansagara - vrkansagara@gmail.com
(4) Kamlesh Gupta - webworldgk@gmail.com

License

MIT LICENSE

主要指標

概覽
名稱與所有者FTXInfotech/laravel-adminpanel
主編程語言PHP
編程語言PHP (語言數: 7)
平台
許可證
所有者活动
創建於2017-10-04 16:14:11
推送於2023-08-25 15:24:55
最后一次提交2020-12-17 18:38:39
發布數23
最新版本名稱6.0.3 (發布於 )
第一版名稱beta (發布於 )
用户参与
星數1k
關注者數64
派生數459
提交數1.1k
已啟用問題?
問題數246
打開的問題數21
拉請求數402
打開的拉請求數33
關閉的拉請求數119
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?