I'm trying to optimize the load time of a site but it seems that the: Illuminate\Routing\Router->...
Hi, I want to reference domain names in URLs as a parameter in Laravel, like: /domain/mydomain.com /...
Hello, I tried to use a prefixed route like Route::group(array('prefix' => 'admin'), function() {...
Laravel (or, more precisely, Illuminate/Routing/ControllerInspector) attempts to analyze all routes...
Route::pattern('name', '[a-zA-Z0-9\+\-]+'); Route::pattern('id', '[0-9]+'); Route::get('goods-{name}...
Hey, i have this code @extends('layout.main') @section('content') <head><title>[PCP] {{...
Hi all - I've got this in my app: $download_path = URL::to( '/attachments/' ) . '/' . $item->atta...
I've got the following route: Route::controller('packages', 'PackagesController'); Of course I've d...
Hello friends this is the situation: I am working with Eloquent and relationships and need to get a...
when i do this {{ HTML::image('/pb-assets/img/warning4.png',array('width'=>'120px','height'=>'...
I am trying to determine how long laravel takes to process each request. my idea is, i add a start t...
Laravel documentation says I can use $method = Request::method(); to get request method (POST, GET,...
Hey, i have this code $skin = Input::get('skin'); if(is_int($skin) && $skin<300) {...
Hey everyone, first post. I'm quite the beginner with laravel so sorry if I'm asking anything basic...
Hey, i made an email change page, and made it send an email to the current address with a url, but t...
I have the following in a fresh install of lavarel routes.php Route::get('/', function() { return 'r...
My query returns say 6 results from a find(). Now I need to display the first different from the res...
Hi; I get Route [store] not defined. (View: /Applications/XAMPP/xamppfiles/htdocs/lp/app/views/User/...
Hi guys, Is it possible to call a route(something like Route::call('some/route') and catch it's resp...
Greetings, I've been having issues building URL::route urls for route groups with named routes and m...
Solutions given in the past year. Excluding solutions from thread authors.
Select a tag below to filter the results
The Laravel portal for problem solving, knowledge sharing and community building.
The community