Download the PHP package pratiksh/adminetic without Composer
On this page you can find all versions of the php package pratiksh/adminetic. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download pratiksh/adminetic
More information about pratiksh/adminetic
Files in pratiksh/adminetic
Package adminetic
Short Description Admin Panel Starter Kit
License MIT
Homepage https://github.com/pratiksh/adminetic
Informations about the package adminetic
Adminetic Admin Panel
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 Via Adminetic CLI
Make sure to install adminetic cli
Make sure that you have created database named same as ur project_name
All your setup process will be automated.
Installation
You can install the package via composer:
Add AdmineticUser Trait. In your user model,
Install Adminetic
Migrate Database
Import Data
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
This allows you to have necessary login credential
Admin Credential email : [email protected] password: admin123
Notice
Stay tuned for futher documentaion.
Testing
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
- Pratik Shrestha
- All Contributors
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
All versions of adminetic with dependencies
doctrine/dbal Version ^3.6
drh2so4/thumbnail Version ^1.0
laravel/socialite Version ^5.2
laravel/ui Version *
livewire/livewire Version ^2.4
spatie/laravel-activitylog Version ^3.0|^4.0