Code Monkey home page Code Monkey logo

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 applications with a CRUD system, UI and more.

Table of Contents

Main features

  • Permission/Roles Create groups , give them access and add users to it
  • Fully translatable , 9 languages
  • Crud, With just few lines of code, you'll have Add, Edit, Delete and Search actions for your models.
  • Column types: text, select box, checkbox , text editor , datetime, image , autocomplete , tag ,colorpicker
  • **File manager ** power full file manager inside the text editor
  • Extension system that allows you to create own custom column types
  • Sorting, ordering, filters, pagination
  • Import and Export data Every crud you make it have import and export data from Excel
  • 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.
  • ** RTL support **

Screen shot

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

Document

Read the wiki here

Installation

First you need to create a laravel 5.8 project.

Add LaravelPanel with runing this code in CMD

composer require serverfireteam/panel

Or Add the package to require section of composer And run the composer update command, the package and its dependencies will be installed.

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

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

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

Run the following command in order to publish configs, views and assets.

php artisan panel:install

Go to your domain.com/panel and you can login with the following username and password :

username: [email protected]
password: 12345

for more details read the wiki here

Good news! We're currently available for remote and on-site consulting for small, large and enterprise teams. Please contact [email protected] with your needs and let's work together!

panel's People

Contributors

alirezaalgo avatar siavash13 avatar alenoosh avatar rezaab avatar hamid avatar sgtlambda avatar amirmehrabi avatar acekyd avatar adrianhl avatar alibo avatar mohammad-fouladgar avatar serpentblade avatar greenelf avatar warksit avatar cosmitar avatar imanfattahi avatar morrismukiri avatar kertechs avatar nicolaiskogheim avatar 3onyc avatar kitsunekyo avatar iprosoft avatar hostingseguro avatar philtweir avatar recchia avatar rafaelbeckel avatar krydos avatar rustery avatar mavisland avatar svtlichnijj 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.