Hi, unfortunately I'm not sure how to do this using a Laravel Facade but someone else might be able to help with that. If not the code below will work.
<?php echo $_GET['page']; ?>
Or the laravel way:
$segment = Request::segment(3);
psychonetic said:
Or the laravel way:
$segment = Request::segment(3);
Thanks psychotic, that will come in handy for me too!
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community