3
composer create-project --prefer-dist laravel/laravel laravel

I use this code in my pc cmd to install laravel. after install i saw route folder is missing. but in laravel documentation say there should be route folder. I'm new to laravel but um OK with codeignitere. so i need a help to solve this issue.

This is screenshot of my cmd that will help you to get idea about my issue This is screenshot  of  my cmd  that  will  help you to get  idea about  my issue

Thanks.

2
  • Install again or show us the end of your command screen. Commented May 27, 2018 at 6:21
  • @sachinkumar i fix it Sir. Thanks for your comment Commented May 27, 2018 at 6:34

1 Answer 1

4

You were installed laravel 5.2, so the routes.php in "app/Http". See https://github.com/laravel/laravel/tree/5.2/app/Http, https://laravel.com/docs/5.2

Sign up to request clarification or add additional context in comments.

1 Comment

i fix it Sir. Thanks for your answer

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.