Giter Site home page Giter Site logo

ronal2do / panel Goto Github PK

View Code? Open in Web Editor NEW

This project forked from serverfireteam/panel

1.0 2.0 0.0 4.63 MB

An easily configurable admin panel for Laravel 5.1 and Laravel 5.0 applications.

Home Page: http://laravelpanel.com

CSS 43.04% JavaScript 48.82% HTML 1.98% PHP 6.15%

panel's Introduction

#LaravelPanel

Total Downloads Latest Stable Version License

LaravelPanel is a modern Laravel Admin package.

This package provides an easily configurable admin panel for Laravel 5.1 & 5.0 applications with a CRUD system, UI and more.

Main features

  • Crud, With just few lines of code, you'll have Add, Edit, Delete and Search actions for your models.
  • Clean Admin, Based on bootstrap 3 and sb-admin-2
  • Dashboard, It shows how many records you have in every model added in menu.
  • Preconfigured, It has default users and models you need.
  • Powerful, It offers a Login section, Admin settings, forgot password and all other features you need for admin panel.

Screen shot

  • This is a custom CRUD with few lines of code : dashboard of panel List of Pages Edit Pages

Demo

You can check the live demo here . User: [email protected] Pass: 12345

##Installations Note: if you face any problem in any of the steps you should report it at github

  1. First you need to create a laravel project.

  2. Add our package to require section of composer

    laravel 5.0

    "require": {
        "serverfireteam/panel": "1.2.*"
    },

    laravel 5.1

    "require": {
        "serverfireteam/panel": "1.3.*"
    },

And run the composer update command, the package and its dependencies will be installed.

  1. Add the ServiceProvider of the package to the list of providers in the config/app.php file

    laravel 5.0

    'providers' => array(
        'Serverfireteam\Panel\PanelServiceProvider'
    )

    laravel 5.1

    'providers' => array(
        Serverfireteam\Panel\PanelServiceProvider::class
    )
  2. Run the following command in order to publish configs, views and assets.

    php artisan panel:install
    
  3. Go to your domain.com/panel and you can login with the following username and password : user : [email protected] password : 12345

Documents

laravelpanel.com/docs/master

Samples

To get a sample code, please check the Laravel Panel Demo

#Credits SB-admin for admin template. A forked repo of rapyd for CRUD system.

We are going to develop this package every day and new ideas are welcome. Thank you for using our package

panel's People

Contributors

siavash13 avatar alirezaalgo avatar alenoosh avatar hamid avatar recchia avatar telliott22 avatar twmbx avatar

Stargazers

Ronaldo Lima avatar

Watchers

James Cloos avatar Ronaldo Lima 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.