项目作者: suresh021

项目描述 :
An full features admin panel in laravel 5.2.45 with included database
高级语言: JavaScript
项目地址: git://github.com/suresh021/admin-panel-laravel.git
创建时间: 2017-02-20T07:16:09Z
项目社区:https://github.com/suresh021/admin-panel-laravel

开源协议:

下载


admin-panel-laravel

An full featured admin panel in laravel 5.2.45

Installation

STEP-1

Clone the project and store in your local server folder (eg. htdocs)

STEP-2

I haven’t updated migration file so create a database manually and import sql file that is stored in app->database folder. Import that file in your database(ie. phpMyAdmin)

STEP-3

Change .env file as per your database configuration.

STEP-4

  1. DB_CONNECTION=mysql
  2. DB_HOST=127.0.0.1
  3. DB_PORT=3306
  4. DB_DATABASE=fncn//database name
  5. DB_USERNAME=root
  6. DB_PASSWORD=null

STEP-5

To install dependencies, Git Bash on the project directory or open terminal and run
composer update

STEP-5

open initial url localhost/admin-panel-laravel/public/admin or change the route