GithubHelp home page GithubHelp logo

allenchen7 / laravel-skeleton Goto Github PK

View Code? Open in Web Editor NEW

This project forked from xiaomalover/laravel-skeleton

0.0 1.0 0.0 7.96 MB

This is a skeleton application based on laravel.

PHP 12.52% HTML 83.88% Batchfile 0.06% Shell 0.02% JavaScript 0.39% Go 0.47% Python 0.39% Makefile 0.02% CSS 0.44% Vue 1.81%

laravel-skeleton's Introduction

Laravel Skeleton

This is a skeleton application based on laravel, you can use it to build you own web site system.

Demo

Frontend: http://l.mym.pub Backend: http://l.mym.pub/admin account: admin password: 123456

Installation

1, Clone the source code, and cd in root path

$ git clone https://github.com/xiaomalover/laravel-skeleton.git && cd laravel-skeleton

2, Composer update

$ composer update

3, Copy the .env.example file to .env and modify the database and email config in .env file

4, Create database schema

$ php artisan migrate

5, Create database record (The main purpose is to create admin user)

$ php artisan db:seed

6, Install passport (Mainly for the api module to auth user).

$ php artisan passport:install

7, If you want login to backend, please find user in database, and change first user's user name to admin, the password for all user is 123456

8, Enjoy!!!

Preview

Login

Login

Admin management

Admin

Role management

role

Permission management

permission

Contact

Wechat qrcode

wechat

laravel-skeleton's People

Contributors

xiaomalover 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.