Does anyone what is the tilde (~
) character supposed to do in Laravel route definition (not in urls in general)? It might be Laravel 4.2 specific, not sure. Example:
Route::get('~/preview', ['as' => 'site.preview', // closure follows
I found this in a legacy code base I'm working with and cannot google it for the life of me.