Giter Club home page Giter Club logo

adminx's Introduction

Adminx Library

Latest Stable Version

Adminx is a library to create and handle admin panel automaticaly in laravel applications.

Why Adminx?

Some of Adminx features:

  • Easy to install and configure
  • Secure
  • Beautiful default template
  • Customizable panel general information
  • Adding custom pages and links to the admin panel menu
  • Automatic and advanced CRUD for models with useful options
  • Fully matched with your database models
  • Handling 1 to n and n to n relations in database
  • Custom actions for model datatable
  • Handling admins activities and logs
  • Customizable frontend layout
  • Customizable language and localization
  • RTL layout
  • Several builtin themes
  • Advanced permission and group handling system
  • Customizable authorization
  • Advanced options for model datatable
  • Virtual fields for models
  • Search system
  • Advanced options for filtering data in datatables
  • Customizable create/update forms
  • Able to be used for End-User
  • Matched with laravel authentication system
  • Plugin system

Preview

Authors

This library is written by parsampsh.

Get started

To get started with this package, do the following steps in your laravel project:

  • Add the package via composer: $ composer require parsampsh/adminx
  • Publish public assets: $ php artisan vendor:publish --provider="Adminx\AdminxServiceProvider"
  • Run the migrations: $ php artisan migrate

Then, adminx is ready to be used. create routes/adminx.php file and go to app/Providers/RouteServiceProvider.php and include that in End of the boot method:

// ...

include base_path('routes/adminx.php');

// ...

Then, write this code in routes/adminx.php:

// ...

$admin = new \Adminx\Core;

// set the admin panel configurations on $admin object

// register the admin panel
$admin->register('/admin'); // `/admin` is the route of admin panel

// ...

Now, run $ php artisan optimize, $ php artisan serve and goto /admin page. Remember that to access to the admin panel you must be logged in using the laravel auth.

Enjoy it!

Documentation

To learn how to use Adminx, read the documentation in doc folder.

Contribution Guide

If you want to contribute to this project, read This Contribution Guide

Changelog

See the changelog of Adminx versions here.

Security Policy

See the Adminx security policy here.

License

Adminx is licensed under MIT.

adminx's People

Contributors

parsampsh avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

qa1 5l1v3r1

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.