dakshhmehta/laravel-starter-kit 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

dakshhmehta/laravel-starter-kit

Composer 安装命令:

composer require dakshhmehta/laravel-starter-kit

包简介

Laravel 5 Starter Kit Package

README 文档

README

This is abstract laravel 5 application that is ported from version 4.x for easy of use. It comes with basic authentication developed with Sentry library and basic Admin Panel

Developed by Brunogaspar (4.0.x) and since then maintained by me till now.

I will continue supporting this package for atleast next couple of years until I change here.

Feel free to ping me anytime for support at dakshhmehta@gmail.com

Installation

Execute the following command on terminal

composer require dakshhmehta/laravel-starter-kit

In order to instal this package, just like other package you install - add a service provider in an array of service provider by editing file config/app.php

'Kit\Providers\KitServiceProvider'

Additional to that, the package utilize the Sentinel and therefore add service provider and alias of the same as well. You can follow this to install.

The Kit comes with installation command that does all the job you need to perform while setting up a new project. But before that, prepare the database and an enviorment file to get started and execute following command on terminal.

php artisan app:install

This will start the installation wizard to complete. On completion, the application is ready.

The application's login page can be accessible from the following URL:

http://localhost/public/authenticate/signin

Login with the email address and the password you entered in the installation wizard.

Optionally,

The laravel 5 comes with Authenticate middleware that points to it's own login page, that you might want to change to kit's log in page.

You can do so by editing app/Http/Kernel.php

Find the following near around line #43

	'auth' => 'App\Http\Middleware\Authenticate',

and update with

	'auth' => 'Kit\Http\Middlewares\Authenticate',

That's it! Have fun.

统计信息

  • 总下载量: 74
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 5
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 4
  • Watchers: 2
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2015-04-24