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

modulr/laravel-scaffold: The base for developing awesome projects

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

开源软件名称(OpenSource Name):

modulr/laravel-scaffold

开源软件地址(OpenSource Url):

https://github.com/modulr/laravel-scaffold

开源编程语言(OpenSource Language):

PHP 60.5%

开源软件介绍(OpenSource Introduction):

Laravel Scaffold

The base for developing awesome projects

Laravel Scaffold is a free, Open Source Starter kit/Scaffold/Boilerplate a fasted way of building your custom and modular Laravel application that grows with you. Created with Laravel 5.7 and VueJS.

See the documentation for more details or you can also try our live demo.

Table of Contents

Laravel Scaffold

Features

Tutorials

How to created Laravel Scaffold

  • Authentication link
  • Add CoreUI Template link
  • Create Profile module link
  • Create Users module -> comig soon...
  • Create Roles module -> coming soon...

Installation

Requirements

https://laravel.com/docs/5.7#server-requirements

Clone Repo

git clone https://github.com/modulr/laravel-scaffold.git

Enter folder

cd laravel-scaffold

Install Depencencies

composer install
npm install

Configuration

Generate .env file

cp .env.example .env

Generate APP_KEY

php artisan key:generate

Generate symbolic link to Storage

php artisan storage:link

If you are in production

sudo chown -R www-data:www-data storage

Database

# Create Data Base
mysql -u{user} -p{password}
mysql> create database laravel_scaffold;
# Add params into .env file
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=laravel_scaffold
DB_USERNAME=user
DB_PASSWORD=password

Run

# Migrations
php artisan migrate

# Seeder (optional)
php artisan db:seed

# Compiling assets
npm run dev

# Run serve
php artisan serve

or to developer mode
npm run dev || npm run watch

Modules

  • Auth

    • Login
    • Register - generate avatar
    • Remember Password
  • Profile

    • Edit Name, email - generate and reset avatar
    • Change password
    • Edit Avatar upload jpg/png images
  • Users

    • List users
    • Create user
    • Update users
    • Delete users
  • Roles & Permission

    • List roles
    • Create roles and assign permissions
    • Update role and permissions
    • Users list who use the role
    • Delete role

License

The MIT© License 2018 - Modulr.


Developed with


鲜花

握手

雷人

路过

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

请发表评论

全部评论

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

扫描微信二维码

查看手机版网站

随时了解更新最新资讯

139-2527-9053

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

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

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