An open API service indexing awesome lists of open source software.

https://github.com/lokielse/laravel-admin-generator

An admin console panel generator with AngularJs-Bootstrap-SBAdmin-AdminLTE for Laravel 5
https://github.com/lokielse/laravel-admin-generator

adminlte adminpanel generator laravel

Last synced: 6 months ago
JSON representation

An admin console panel generator with AngularJs-Bootstrap-SBAdmin-AdminLTE for Laravel 5

Awesome Lists containing this project

README

          

Laravel Admin Generator
=======================

[![Latest Version on Packagist][ico-version]][link-packagist]
[![Software License][ico-license]](LICENSE.md)
[![Total Downloads][ico-downloads]][link-downloads]

An Admin Panel Generator for Laravel 5

You can create one admin panel in few seconds with it!!!

You can create many admin panels in few seconds with it!!!

Save your life, Just type `php artisan admin:new my-admin`

## Features

* It's easy to create an instance with few configuration
* Structured already, just focus on your business
* Custom templates yourself under `resources/admin-templates`
* Integrated with AdminLTE, SBAdmin
* Support multiple instances in one laravel

## Screenshot
![Screenshot](/screenshots/AdminLTE.png "Screenshot")

## Software && Lang

AngularJs, Bootstrap, SB Admin, AdminLTE, CoffeeScript, Sass, Gulp

## Install

Via Composer

``` bash
$ composer require lokielse/laravel-admin-generator
```

More about this please visit [Installation](docs/1-Installation.md) and [Configuration](docs/2-Configuration.md)

## Usage

Create a new instance named `admin-demo`
```
//create an console demo
php artisan admin:new admin-demo
```

Create a new entity `post` for the instance `admin-demo`
```
php artisan admin:entity:new post admin-demo
```

More usages please visit [Commands](docs/3-Commands.md)

## Change log

Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

## Contributing

Please see [CONTRIBUTING](CONTRIBUTING.md) and [CONDUCT](CONDUCT.md) for details.

## Credits

- [Lokielse][link-author]
- [All Contributors][link-contributors]

## License

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

[ico-version]: https://img.shields.io/packagist/v/lokielse/laravel-admin-generator.svg?style=flat-square
[ico-license]: https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square
[ico-travis]: https://img.shields.io/travis/lokielse/laravel-admin-generator/master.svg?style=flat-square
[ico-scrutinizer]: https://img.shields.io/scrutinizer/coverage/g/lokielse/laravel-admin-generator.svg?style=flat-square
[ico-code-quality]: https://img.shields.io/scrutinizer/g/lokielse/laravel-admin-generator.svg?style=flat-square
[ico-downloads]: https://img.shields.io/packagist/dt/lokielse/laravel-admin-generator.svg?style=flat-square

[link-packagist]: https://packagist.org/packages/lokielse/laravel-admin-generator
[link-travis]: https://travis-ci.org/lokielse/laravel-admin-generator
[link-scrutinizer]: https://scrutinizer-ci.com/g/lokielse/laravel-admin-generator/code-structure
[link-code-quality]: https://scrutinizer-ci.com/g/lokielse/laravel-admin-generator
[link-downloads]: https://packagist.org/packages/lokielse/laravel-admin-generator
[link-author]: https://github.com/lokielse
[link-contributors]: ../../contributors