Laravel : Installation
- To Install laravel globally so that whenever we want to create a new project no need to download it again.
$ composer global require laravel/installer
$ laravel new example-app
- To Be Continue...
- To Install laravel globally so that whenever we want to create a new project no need to download it again.
$ composer global require laravel/installer
$ laravel new example-app
Comments
Post a Comment