Add PHP, Composer, MySQL, phpMyAdmin and PHP CRUD API to your local development environment.
-
Create a new app project:
npm create vite@latest
-
Add a PHP backend:
npx add-php-backend
- Run
npm run backend
to start the backend - Open the PHP server at http://localhost:8000
- Open phpMyAdmin at http://localhost:8080
- Use the PHP CRUD API in frontend with
/api.php
For all:
- Report bugs in the issues list
For maintainer:
- Commit changes with an issue (closure) reference
- Run npm version patch | minor | major and push changes
- Let the workflow manage the release to GitHub and NPM