Git Product home page Git Product logo

wujunze / register Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jiyis/register

0.0 1.0 0.0 5.34 MB

基于Laravel5.2和adminLTE通用模版开发的一个报名系统。功能上用到了gulp集成前端资源,generator快速自动生成和Entrust的RBAC权限管理。UI上用到了select2,dropzone,fileupload,toastr等等漂亮的插件。同时后台也支持Excel的到如何导出

Home Page: http://gary.yearn.cc/archives/3/

License: MIT License

PHP 13.22% JavaScript 72.60% ApacheConf 0.03% HTML 14.15%

register's Introduction

Laravel PHP Framework

Build Status Total Downloads Latest Stable Version Latest Unstable Version License

Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable, creative experience to be truly fulfilling. Laravel attempts to take the pain out of development by easing common tasks used in the majority of web projects, such as authentication, routing, sessions, queueing, and caching.

Laravel is accessible, yet powerful, providing tools needed for large, robust applications. A superb inversion of control container, expressive migration system, and tightly integrated unit testing support give you the tools you need to build any application with which you are tasked.

Official Documentation

Documentation for the framework can be found on the Laravel website.

Security Vulnerabilities

If you discover a security vulnerability within Laravel, please send an e-mail to Taylor Otwell at [email protected]. All security vulnerabilities will be promptly addressed.

License

The Laravel framework is open-sourced software licensed under the MIT license.


安装步骤

  • sudo npm install -g gulp #全局安装npm
  • sudo npm install -g bower #全局安装bower
  • cd register
  • sudo npm install gulp #在项目本地安装gulp
  • sudo npm install bower #在项目本地安装bower
  • sudp npm install #安装项目Node依赖、Laravel Elixir

在项目根目录新增文件.bowerrc

{
    "directory": "vendor/bower_dl"
}

执行命令 bower init创建文件bower.json

如果是linux 后面加上 --allow-root windows不需要

  • sudo bower install admin-lte --allow-root

  • sudo bower install fontawesome --allow-root

  • sudo bower install ionicons --allow-root

  • sudo bower install https://github.com/smalot/bootstrap-datetimepicker.git --allow-root

  • sudo bower install DataTables --allow-root

  • sudo bower install sweetalert --allow-root

  • sudo bower install dropzone --allow-root

  • sudo bower install toastr --allow-root

  • sudo bower install fileupload --allow-root

  • sudo bower install fancybox --allow-root

  • npm install --save-dev gulp-import-css

  • npm install gulp-cssimport

  • npm install gulp-rename

  • gulp copyfiles

  • gulp

  • php artisan key:generate

  • entrust缓存不支持file和database,所以需要在.env 中把CACHE_DRIVER=file 改为 CACHE_DRIVER=array 。然后增加DB_PREFIX=jiyi_ ,把resource/sql 目录下 sql导入即可。

  • 火狐中datetmepick的插件会报错,但是其他的插件没有时间选项,解决方法把js文件中this.defaultTimeZone=(new Date()).toString().split("(")[1].slice(0,-1);改为this.defaultTimeZone='GMT '+(new Date()).getTimezoneOffset()/60

register's People

Contributors

jiyis avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.