• 设为首页
  • 点击收藏
  • 手机版
    手机扫一扫访问
    迪恩网络手机版
  • 关注官方公众号
    微信扫一扫关注
    迪恩网络公众号

FTXInfotech/laravel-adminpanel: A Laravel Admin Panel (Laravel Version : 6.0)

原作者: [db:作者] 来自: 网络 收藏 邀请

开源软件名称(OpenSource Name):

FTXInfotech/laravel-adminpanel

开源软件地址(OpenSource Url):

https://github.com/FTXInfotech/laravel-adminpanel

开源编程语言(OpenSource Language):

PHP 63.5%

开源软件介绍(OpenSource Introduction):

Laravel Admin Panel (Current: Laravel 7.*)

StyleCI GitHub contributors GitHub stars

Introduction


Laravel Admin Panel provides you with a massive head start on any size web application. It comes with a full featured access control system out of the box with an easy to learn API and is built on a Bootstrap foundation with a front and backend architecture. We have put a lot of work into it and we hope it serves you well and saves you time!

Setup


Clone the repo and follow below steps.

  1. Run composer install
  2. Copy .env.example to .env Example for linux users : cp .env.example .env
  3. Set valid database credentials of env variables DB_DATABASE, DB_USERNAME, and DB_PASSWORD
  4. Run php artisan key:generate to generate application key
  5. Run php artisan migrate
  6. Run php artisan passport:install
  7. Run php artisan db:seed to seed your database
  8. Run npm i (Recommended node version >= V10.0)
  9. Run npm run dev or npm run prod as per your environment

Thats it... Run the command php artisan serve and cheers, you are good to go with your new Laravel Admin Panel application.

Using docker to run the application


  1. docker-compose build
  2. docker/cli composer install
  3. docker/cli php artisan key:generate
  4. docker/cli php artisan migrate
  5. docker/cli php artisan passport:install
  6. docker/cli php artisan db:seed
  7. docker/npm i
  8. docker/npm run dev
  9. docker-compose up -d

You can login to docker cli using the command docker exec -ti ls-www /bin/bash

Note: Please make sure that you have proper permissions when setting up the project via docker.


The application uses GrumPHP for the git pre-commit hook and PHPCSFixer for the code standards. You can also bypass the GrumPHP pre-commit hook by hitting git commit -n or git commit --no-verify

Demo Credentials


Make sure you have run the command php artisan db:seed --class UserTableSeeder before you use these credentials.

User: [email protected]
Password: 1234

User: [email protected]
Password: 1234

User: [email protected]
Password: 1234

Useful Commands


  • To format your code: composer format
  • To run the test cases: ./vendor/bin/phpunit
    • The test cases report will be placed in the reports directory
  • To generate scribe API documentation: php artisan scribe:generate
    • Documentation will be generated and placed in the public/docs directory

ScreenShots

Dashboard

Screenshot

User Listing

Screenshot

Log Viewer

Screenshot

Issues

If you come across any issues please report them here.

Contribution

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. Alan Whitmore - [email protected]
2. Vicky Patel - [email protected]



鲜花

握手

雷人

路过

鸡蛋
该文章已有0人参与评论

请发表评论

全部评论

专题导读
热门推荐
阅读排行榜

扫描微信二维码

查看手机版网站

随时了解更新最新资讯

139-2527-9053

在线客服(服务时间 9:00~18:00)

在线QQ客服
地址:深圳市南山区西丽大学城创智工业园
电邮:jeky_zhao#qq.com
移动电话:139-2527-9053

Powered by 互联科技 X3.4© 2001-2213 极客世界.|Sitemap