It includes the command line helper to generate and validate our skeleton. Now that we have a starting point, we can init the repo and add our Git remote. git init git add . git commit -m "first commit" git remote add origin git@github.com:Whyounes/laravel ...
↧