🖥️
Adminetic
  • Introduction
  • What is Adminetic
  • Prerequisites
  • Installation
  • Configurations
  • Modules
    • User Management
    • Role Management
    • Settings
    • Preference
    • Activity
  • Commands
    • CRUD Generator
    • Permission Generator
    • Repo Generator
    • Superuser Generator
    • Dummy Generator
    • API Generator
    • Helper Command
  • Services
    • OAuth
    • MyMenu
    • MyDashboard
    • 😎Bouncer
    • 💻CLI
  • Change Logs
  • Github Repo
  • Addons
    • Announcement
    • Contact
    • Website
    • Notify
    • Backup
    • Google Analytics
    • Business Hour
    • Newsletter
  • Example Walkthrough
Powered by GitBook
On this page

Was this helpful?

  1. Commands

Dummy Generator

Command to populate essential data on initial load.

php artisan adminetic:dummy

What will it do ?

  • Generate roles (superadmin, admin, moderator, editor, user and inverified)

  • Generate necessary module permission flags

  • Create admin user with credential (email: admin@admin.com and password: admin123)

  • Create user profile

PreviousSuperuser GeneratorNextAPI Generator

Last updated 3 years ago

Was this helpful?