subhankars-canvas / Fresh-laravel-installer

this repo contains a bash script where with only one linux command you can install your fresh laravel which will be ready to serve you better way
1 stars 0 forks source link

Fresh-laravel-installer v1.0 Stable

this is a bash command which is kind of time saver for laravel developers and heaven command who are/ is starting developing laravel but confused about how to install this and how this works.

1.open your terminal and type sudo -i

  1. then it will ask you for your system passowrd put that and become sudo user
  2. after that download code from this repo
  3. change your directory where yu have just downloaded the file using cd / to locate the file completely
  4. give permission to Laravel.sh file using sudo chmod -R 700 Laravel.sh (optional).
  5. now the final step write

    ./Laravel.sh


  6. and it will ask you which version of laravel u wana install input it through out the process it might ask you two times for the laravel version and the folder name though and after that u will get ur laravel installed.