Laravel & NPM installation Steps
July 15, 2020
Create a new laravel project. $ composer create-project –prefer-dist laravel/laravel my-project (NOTE: if you do not have composer, please install in your machine and make it global. This will make a lot easier) Or Clone the repository from github or your private repo. $ git clone <your repo> Install NPM globally if you haven’t installed that […]
Recent Comments