Home >Backend Development >PHP Tutorial >laravel gets url parameters

laravel gets url parameters

WBOY
WBOYOriginal
2016-07-29 09:12:131894browse

<code><span><?php</span><span>namespace</span><span>App</span>\<span>Http</span>\<span>Controllers</span>;

<span>use</span><span>App</span>\<span>Article</span>;
<span>use</span><span>Carbon</span>\<span>Carbon</span>;
<span>use</span><span>App</span>\<span>Http</span>\<span>Requests</span>\<span>Request</span>;
<span>use</span><span>Illuminate</span>\<span>Support</span>\<span>Facades</span>\<span>DB</span>;

<span><span>class</span><span>ArticleController</span><span>extends</span><span>Controller</span>
{</span><span>public</span><span><span>function</span><span>demo</span><span>(Request <span>$request</span>)</span>
    {</span><span>//        return $request->all();</span><span>return</span><span>$request</span>->input(<span>"aa"</span>);
    }



}
</code>

Controller method parameters Request

').addClass('pre-numbering').hide(); $(this).addClass('has-numbering').parent().append($numbering); for (i = 1; i ').text(i)); }; $numbering.fadeIn(1700); }); });

The above introduces laravel to obtain url parameters, including the content. I hope it will be helpful to friends who are interested in PHP tutorials.

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn