Broken newcomer documentation :(
Hi
I'm new to laravel and wanted to start learning this framework fast..
http://laravel.com/docs/4.2/quick
First problem
"To get started, let's create our first route. In Laravel, the simplest route is a route to a Closure. Pop open the app/routes.php file and add the following route to the bottom of the file:"
I put the routes.php in myapp/app/routes.php but nothing happened when I ran the site, I moved it to app/Http/routes.php and it worked (Is there a versioning bug here?)
Second
"ext, we'll create a simple view to display our user data. Views live in the app/views directory and contain the HTML of your application. We're going to place two new views in this directory: layout.blade.php and users.blade.php. First, let's create our layout.blade.php file:"
So i created app/views and created those two files in that myapp/app/views directory but again, nothing happening
Please help!
Please or to participate in this conversation.