GithubHelp home page GithubHelp logo

dulumao / admin-1 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from pingpong-labs/admin

0.0 0.0 0.0 8.78 MB

Laravel Admin

Home Page: https://packagist.org/packages/pingpong/admin

License: BSD 3-Clause "New" or "Revised" License

PHP 4.46% CSS 23.73% HTML 32.35% JavaScript 39.46% ApacheConf 0.01%

admin-1's Introduction

Simple Administrator Package for Laravel 4+

Build Status Latest Stable Version Total Downloads Latest Unstable Version License HHVM Status

Server Requirements

  • PHP 5.4 or higher

What's New

Installation

Open your composer.json file, and add the new required package.

"pingpong/admin": "1.1.*" 

Next, open a terminal and run.

composer update 

Next, Add new service provider in app/config/app.php.

'Pingpong\Admin\Providers\SupportServiceProvider',
'Pingpong\Admin\AdminServiceProvider',

Next, update your user model to extend the Pingpong\Admin\Entities\User class. Looks like this.

// app/model/User.php

class User extends \Pingpong\Admin\Entities\User {}

Next, install the package.

php artisan admin:install

Done.

Screenshot

Build Status

Usage

Browse your app to the url : http://your-host.com/admin. By default the login credentials is pingpong for the username and secret for the password.

Documentation

For more documentation please see wiki part of this repo.

Screencasts

https://www.dropbox.com/s/foyidbk7fzqywco/pingpong-admin-tutorial.mp4

Todos

  • Add support for all database drivers.
  • Add more tests.

License

This package is open-sourced software licensed under The BSD 3-Clause License

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.