All Projects → welllog → his

welllog / his

Licence: MIT License
laravel-layui

Programming Languages

PHP
23972 projects - #3 most used programming language
HTML
75241 projects
Vue
7211 projects

Projects that are alternatives of or similar to his

LaraOCR
Laravel Optical Character Reader(OCR) package using ocr engines like Tesseract
Stars: ✭ 88 (+151.43%)
Mutual labels:  laravel55
laravel-api-example
💻 Build an API with Laravel 5
Stars: ✭ 47 (+34.29%)
Mutual labels:  laravel55
marketplace
A file sharing website using Laravel 5.5
Stars: ✭ 19 (-45.71%)
Mutual labels:  laravel55
laration
Simple package to see all current configurations being used by your Laravel application
Stars: ✭ 47 (+34.29%)
Mutual labels:  laravel55
solder
Supercharge Your Modpack with Solder
Stars: ✭ 27 (-22.86%)
Mutual labels:  laravel55
laravel-vue-element-admin
前后端分离后台管理系统,使用Vue Element admin + Laravel 5.5构建。带swagger自动文档生成。 接口基于dingo/api和tymon/jwt,权限认证带后端Token认证和前端vue.js的动态权限
Stars: ✭ 29 (-17.14%)
Mutual labels:  laravel55
sweetalert
Laravel 5 Package for SweetAlert2. Use this package to easily show sweetalert2 prompts in your laravel app.
Stars: ✭ 28 (-20%)
Mutual labels:  laravel55
Segnalibro
Save and comment your favorite links from the web. It's just a bookmarking application.
Stars: ✭ 14 (-60%)
Mutual labels:  laravel55
vuetified
Laravel 5.5 Vuetify Real Time Starter App
Stars: ✭ 15 (-57.14%)
Mutual labels:  laravel55
laravel-vue-spa-boilerplate
Laravel Vue Spa BoilerPlate
Stars: ✭ 36 (+2.86%)
Mutual labels:  laravel55
sms
Simple SMS Gateway Package for sending short text messages from your Application. Facade for Laravel 5(Updated to work with Laravel 5.5).Currently supported Gateways Clickatell, MVaayoo, Gupshup, SmsAchariya, SmsCountry, SmsLane, Nexmo, Mocker / Any HTTP/s based Gateways are supported by Custom Gateway. Log gateway can be used for testing.
Stars: ✭ 41 (+17.14%)
Mutual labels:  laravel55

该项目已替换为https://github.com/welllog/orinfyAdmin

his基于laravel5.5layui2.2 的极简后台(只有登录和权限)


项目示例地址

his.orinfy.com/admin

账号 密码
admin admin888

安装步骤

  1. 下载或克隆项目,进入项目根目录执行composer install,等待框架安装
  2. 将.env.example修改为.env,并进行相关配置,然后在项目根目录执行php artisan key:generate
  3. 手动创建数据库,执行php artisan migrate:refresh --seed迁移数据库表结构和数据
  4. 配置好环境即可运行

注意事项

  • 需要环境为php>7。
  • 默认配置使用了redis及phpredis扩展,可自行更改相应配置
  • 目前仅实现了后台登录及权限功能
  • 后台路由: domain/admin

感谢

项目主要是自己学习用,如果发现bug,可发送邮件至[email protected]联系我

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].