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
composer create-project --remove-vcs litphp/project myproject
# you will be prompt to input your project namespace, we do the replace work for youcd myproject
php -S 127.0.0.1:3080 public/index.php