Installation
Install Pashmak CLI
Configuration
Under the hood, we are using neko-config library to help with managing configuration.
Directory structure
- private/*: contains all private files that are not code. such as uploaded files, pdf template files, etc.
Router
Pashmak uses facade pattern to simplify access to core components. The Router facade is the main provider of available http routes to http server.
Controller
Pashmak can accept both function and class controllers.
Start Your Server
Start All Services
Command Line
Pashmak provides a CLI with commands for starting your application and scaffolding new features.