🖥️
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
  • Installation
  • Use
  • Requirements

Was this helpful?

  1. Services

CLI

Headstart your adminetic project with single command.

PreviousBouncerNextChange Logs

Last updated 3 years ago

Was this helpful?

Installation

composer global require adminetic/cli

Use

php adminetic new project_name

Requirements

  • PHP >= 8.0

  • Laravel Installer

Note

Please ensure that database named same as of project name is already created.

💻