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