Coder Social home page Coder Social logo

bittencourtal / panel Goto Github PK

View Code? Open in Web Editor NEW

This project forked from serverfireteam/panel

0.0 2.0 0.0 3.47 MB

This package provides an easily configurable admin panel for Laravel 5 and Laravel 4.2 applications.

CSS 43.00% JavaScript 48.90% HTML 1.97% PHP 6.13%

panel's Introduction

#Serverfireteam Panel Package

Total Downloads Latest Stable Version License

Serverfireteam/panel is a modern Laravel Admin package.

This package provides an easily configurable admin panel for Laravel 5 and Laravel 4.2 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

login dashboard of panel

  • This is a custom CRUD with few lines of code :

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 5 (or laravel 4.2) project.

  2. Add our package to require section of composer

    Laravel 4 :

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

    Laravel 5 :

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

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

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

    php artisan panel:install
    
  3. Go to your domain.com/public/panel and you can login with the following username and password :

    user : [email protected] password : 12345

Learn to add CRUD

We have WIKI for how to do thing.

#Contribution guidelines Fork it, add the link of your forked repo to you composer.json, edit it and send it to us.

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

##RoadMap We are going to develop this package every day and new ideas are welcome. We have a Trello board for project, you can check it and send your feedbacks. Follow us on twitter@serverfireteam .

Thank you for using our package

panel's People

Contributors

siavash13 avatar alirezaalgo avatar alenoosh avatar hamid avatar recchia avatar

Watchers

Alécio Bittencourt da Cruz avatar James Cloos 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.