0

I want to define a url in Laravel 4.1 which contains slash character. But I can't do that in Laravel 4.

This is my code:

<?php

// app/routes.php    

Route::get('my/car', function()
{
    return 'This is car page';
});
Rahil Wazir
  • 10,007
  • 11
  • 42
  • 64
Shaahin Ashayeri
  • 918
  • 2
  • 13
  • 30

0 Answers0