develop php using terminal tools npm
develop php using terminal tools npm
i enjoy developing frontend applications using terminal tools on macOS, tools like create-react-app or angular-cli you can easily start a new project from terminal inside any directory in system, just type create-react-app PROJECT_NAME and kaboom u r up and running.
create-react-app
is there any tools for php that can do same to ease development of php API ?
current best i can do is using php builtin server
inside any folder
php -S localhost:8080
this will start a php server. one problem is htaccess wont work.
yp i use it for pachages, i'm talking about server
– Zalaboza
Jun 14 '17 at 0:13
By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.
Take a look for "composer"
– Robbie Averill
Jun 14 '17 at 0:08