We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
Simple PHP framework
Simple PHP framework.
copy .env.example to .env and set up
composer install
npm install
Development:
npm run watch
npm run dev
Production:
npm run prod