You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Demo application using Symfony 5.1 and php-cli 7.2
Installation instructions
git clone https://github.com/etanec/sales.git
cd sales
composer install
symfony server:start --no-tls # gui# open a new consolecd public
php -S localhost:8001 # api