I have installed xampp (or called lampp) in linux mint 18. Now I have to install laravel. Well the composer installed fine. Since I tried and couldn't get my path right in the .bashrc, I thought of installing by the other method of composer create-project. Now tell me this:-
- What needs to be added in the .bashrc to run my laravel like magic.
- If I am installing laravel through composer , do I need to install it in the htdocs folder where by default my lampp is directed to run the php scripts.
- When testing out laravel do I need to run my lampp servers?