Laravel 视图中的url

<a href="{{ url('url') }}">url</a>

<a href="{{ action('StudentController@urlTest') }}">action</a>

<a href="{{ route('url') }}">route</a>
原文地址:https://www.cnblogs.com/gyfluck/p/9040598.html