for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace App\Providers;
use Illuminate\Support\Facades\Route;
use Illuminate\Foundation\Support\Providers\RouteServiceProvider as ServiceProvider;
class LaragenRouteServiceProvider extends ServiceProvider
{
/**
* This namespace is applied to your controller routes.
*
* In addition, it is set as the URL generator's root namespace.
* @var string
*/
protected $namespace = 'App\Http\Controllers';
* Define your route model bindings, pattern filters, etc.
* @return void
public function boot()
//
parent::boot();
}
* Define the routes for the application.
public function map()