Top "Laravel-routing" questions

Routing in Laravel Framework's MVC implementation.

Search object by slug and not by id

I'm a relative beginner with Laravel (using version 5.2.3) and have been working through tutorials on Laracasts and then doing a …

laravel laravel-5 eloquent laravel-routing laravel-5.2
Laravel : How to hide url parameter?

Here the scenario is I want to pass a variable which will be send from one page to another and …

laravel laravel-5 laravel-5.2 laravel-routing
Redirect www to non-www in Laravel with URL parameters

How can I redirect URL from www.myapp.co to myapp.co ? And also if the URL has other parameter …

php .htaccess redirect laravel-4 laravel-routing
simple Laravel View::make() not working

So I'm learning some basic Laravel stuff as I am new to PHP. I am following a basic tutorial that …

php laravel laravel-routing
Difference between URL::to and URL::route in laravel

What is the difference between <a href=" {{ URL::route('/account/register') }}" >Register 1 </a> and <…

php laravel laravel-5 laravel-routing
Laravel 5: Middleware before & after into routes

I have two Middlewares: beforeCache & afterCache, boths registered on Kernel. I want to call them into routes in this …

php laravel-5 laravel-routing laravel-middleware
Routes not working without index.php

Im using laravel 4. I have a view nest.blade.php and the corresponding controller NestController.php: Controller content: class NestController …

php laravel laravel-routing
How to run laravel 5 on port 80 of localhost?

For previous versions of Laravel, you can simply download laravel with composer in the root folder of your apache server …

php laravel laravel-5 laravel-routing
Laravel 4 defining RESTful controllers

So I'm new to the Laravel framework as of v4 and wondering what is the way to create and use …

rest laravel laravel-4 laravel-routing
Laravel 5 Function () not found

I'm putting together a site which has a protected section where users must be logged in to access. I've done …

php laravel middleware laravel-routing laravel-5