Skip to main content

Introduction

Fluxend provides two sets of commands to help you manage your application: CLI commands for direct application interaction and Make commands for development workflow automation.

CLI Commands

The Fluxend CLI allows you to start the server, run seeders, and inspect routes.
Use fluxend [command] --help for more information about a specific command.

Make Commands

Make commands provide convenient shortcuts for development tasks and project management.
Use make help for list all available commands
Commands like drop.user.dbs and migration.reset commands can result in data loss. Use with caution in production environments.

Common Usage Examples

Start development:
Database operations:
Container access: