All Projects → pratiksh404 → adminetic

pratiksh404 / adminetic

Licence: MIT License
Admin starter kit with user, role and permission, activity, settings and preference management along with CRUD, ACL, BREAD Permission, Repo Pattern, SuperAdmin Generator

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
Blade
752 projects
HTML
75241 projects
PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to adminetic

laravel-crud-generator
Laravel CRUD Generator
Stars: ✭ 181 (+852.63%)
Mutual labels:  laravel-package, crud-generator
Laravel Impersonate
Laravel Impersonate is a plugin that allows you to authenticate as your users.
Stars: ✭ 1,201 (+6221.05%)
Mutual labels:  user-management, laravel-package
magento-laravel-api
A simple Magento 2 REST API Object Oriented wrapper for Laravel applications.
Stars: ✭ 45 (+136.84%)
Mutual labels:  laravel-package
laravel-blade-on-demand
Compile Blade templates in memory
Stars: ✭ 36 (+89.47%)
Mutual labels:  laravel-package
larafeed
Laravel package for providing visual feedback via screenshots.
Stars: ✭ 42 (+121.05%)
Mutual labels:  laravel-package
Base62
PHP Base62 encoder and decoder for integers and big integers with Laravel 5 support.
Stars: ✭ 16 (-15.79%)
Mutual labels:  laravel-package
combustor
MVC code generator for the Codeigniter framework.
Stars: ✭ 31 (+63.16%)
Mutual labels:  crud-generator
laravel-sms-api
Laravel package to provide SMS API integration.
Stars: ✭ 84 (+342.11%)
Mutual labels:  laravel-package
Crud
CRUD PORTO Containers for apiato and Angular2 modules generator, based on Laravel 5.4 and Angular 2.4+
Stars: ✭ 23 (+21.05%)
Mutual labels:  crud-generator
laravel-string-similarities
Compare two string and get a similarity percentage
Stars: ✭ 54 (+184.21%)
Mutual labels:  laravel-package
artisan-beans
Easily manage your Beanstalkd job queues right from the Laravel artisan command
Stars: ✭ 41 (+115.79%)
Mutual labels:  laravel-package
ncg-crud-ngx-md
Angular 4+ Material Design CRUD/Admin app by NinjaCodeGen http://DNAfor.NET
Stars: ✭ 36 (+89.47%)
Mutual labels:  crud-generator
csv
No description or website provided.
Stars: ✭ 47 (+147.37%)
Mutual labels:  laravel-package
RSSnotifier
Node RSS reader telegram bot. Provides notification on queries-matching elements and supports multiple users.
Stars: ✭ 15 (-21.05%)
Mutual labels:  user-management
LaravelSapient
Sapient Integration for Laravel
Stars: ✭ 13 (-31.58%)
Mutual labels:  laravel-package
shield
A laravel middleware to protect against unverified webhooks from 3rd party services.
Stars: ✭ 96 (+405.26%)
Mutual labels:  laravel-package
keyauth
user account and authentication server with oauth 2.0
Stars: ✭ 24 (+26.32%)
Mutual labels:  user-management
laravel-dacapo
Laravel migration support tool, Always generate the latest migration files on schema.yml
Stars: ✭ 88 (+363.16%)
Mutual labels:  laravel-package
reports
UI for created and download reports in Laravel
Stars: ✭ 13 (-31.58%)
Mutual labels:  laravel-package
laravel-surveillance-ui
Provides a Graphical UI for Laravel Surveillance package and integrates within your existing application.
Stars: ✭ 20 (+5.26%)
Mutual labels:  laravel-package

Adminetic Admin Panel

Adminetic

Latest Version on Packagist Stars Downloads StyleCI Build Status Scrutinizer Code Quality CodeFactor License

Headstart your project with adminetic admin panel with single command.

For detailed documentaion visit Adminetic Documentation

Contains : -

  • CRUD Scaffold Generator
  • ACL Generator(BREAD Control)
  • Super Admin Generator
  • Repo Pattern Generator
  • API Scaffold Generator
  • User Management
  • Role and Permission Management
  • Activity Management
  • Auth Management
  • Setting Management
  • Preference Management
  • Theme Customization
  • Plugin Extensions

Installation

You can install the package via composer:

composer require pratiksh/adminetic

Add AdmineticUser Trait. In your user model,

use Pratiksh\Adminetic\Traits\AdmineticUser;
class User extends Authenticatable
{
    use AdmineticUser;
    ....
}

Install Adminetic

php artisan install:adminetic

Migrate Database

php artisan migrate

Import Data

php artisan adminetic:dummy

Note: If we enable migrate_wth_dummy in adminetic config file dummy data are seeded on migration. Then above command can be avoided.

Use adminetic auth route. In web.php paste following

Route::admineticAuth();

This allows you to have necessary login credential

Admin Credential email : [email protected] password: admin123

Notice

Stay tuned for futher documentaion.

Testing

composer test

Changelog

Please see CHANGELOG for more information what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security related issues, please email [email protected] instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.

Laravel Package Boilerplate

This package was generated using the Laravel Package Boilerplate.

Admin Panel Screenshot

Adminetic Adminetic Adminetic Adminetic Adminetic Adminetic

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].