• <legend id='FEwua'><style id='FEwua'><dir id='FEwua'><q id='FEwua'></q></dir></style></legend>

    <small id='FEwua'></small><noframes id='FEwua'>

      <tfoot id='FEwua'></tfoot>

        <bdo id='FEwua'></bdo><ul id='FEwua'></ul>
      <i id='FEwua'><tr id='FEwua'><dt id='FEwua'><q id='FEwua'><span id='FEwua'><b id='FEwua'><form id='FEwua'><ins id='FEwua'></ins><ul id='FEwua'></ul><sub id='FEwua'></sub></form><legend id='FEwua'></legend><bdo id='FEwua'><pre id='FEwua'><center id='FEwua'></center></pre></bdo></b><th id='FEwua'></th></span></q></dt></tr></i><div id='FEwua'><tfoot id='FEwua'></tfoot><dl id='FEwua'><fieldset id='FEwua'></fieldset></dl></div>

        单个 Route::get() 中的多个路由调用 Laravel 4

        multiple routes in single Route::get() call Laravel 4(单个 Route::get() 中的多个路由调用 Laravel 4)

          <small id='YZkFc'></small><noframes id='YZkFc'>

        • <legend id='YZkFc'><style id='YZkFc'><dir id='YZkFc'><q id='YZkFc'></q></dir></style></legend>

          1. <i id='YZkFc'><tr id='YZkFc'><dt id='YZkFc'><q id='YZkFc'><span id='YZkFc'><b id='YZkFc'><form id='YZkFc'><ins id='YZkFc'></ins><ul id='YZkFc'></ul><sub id='YZkFc'></sub></form><legend id='YZkFc'></legend><bdo id='YZkFc'><pre id='YZkFc'><center id='YZkFc'></center></pre></bdo></b><th id='YZkFc'></th></span></q></dt></tr></i><div id='YZkFc'><tfoot id='YZkFc'></tfoot><dl id='YZkFc'><fieldset id='YZkFc'></fieldset></dl></div>

                <tbody id='YZkFc'></tbody>
                <bdo id='YZkFc'></bdo><ul id='YZkFc'></ul>
                1. <tfoot id='YZkFc'></tfoot>
                  本文介绍了单个 Route::get() 中的多个路由调用 Laravel 4的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  在 Laravel 4 中定义路由时,是否可以在同一路由中定义多个 URI 路径?

                  When defining a route in Laravel 4 is it possible to define multiple URI paths within the same route?

                  目前我做了以下工作:

                  Route::get('/', 'DashboardController@index');
                  Route::get('/dashboard', array('as' => 'dashboard', 'uses' => 'v1DashboardController@index'));
                  

                  但这违背了我的目的,我想做类似的事情

                  but this defeats my purpose, i would like to do something like

                  Route::get('/, /dashboard', array('as' => 'dashboard', 'uses' => 'DashboardController@index'));
                  

                  推荐答案

                  如果我理解你的问题,我会说:

                  If I understand your question right I'd say:

                  使用路由前缀:http://laravel.com/docs/routing#route-prefixing

                  (可选)路由参数:http://laravel.com/docs/routing#route-parameters

                  例如:

                  Route::group(array('prefix' => '/'), function() { Route::get('dashboard', 'DashboardController@index'); });
                  

                  Route::get('/{dashboard?}', array('as' => 'dashboard', 'uses' => 'DashboardController@index'));
                  

                  这篇关于单个 Route::get() 中的多个路由调用 Laravel 4的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  本站部分内容来源互联网,如果有图片或者内容侵犯了您的权益,请联系我们,我们会在确认后第一时间进行删除!

                  相关文档推荐

                  DeepL的翻译效果还是很强大的,如果我们要用php实现DeepL翻译调用,该怎么办呢?以下是代码示例,希望能够帮到需要的朋友。 在这里需要注意,这个DeepL的账户和api申请比较难,不支持中国大陆申请,需要拥有香港或者海外信用卡才行,没账号的话,目前某宝可以
                  PHP通过phpspreadsheet导入Excel日期,导入系统后,全部变为了4开头的几位数字,这是为什么呢?原因很简单,将Excel的时间设置问文本,我们就能看到该日期本来的数值,上图对应的数值为: 要怎么解决呢?进行数据转换就行,这里可以封装方法,或者用第三方的
                  mediatemple - can#39;t send email using codeigniter(mediatemple - 无法使用 codeigniter 发送电子邮件)
                  Laravel Gmail Configuration Error(Laravel Gmail 配置错误)
                  Problem with using PHPMailer for SMTP(将 PHPMailer 用于 SMTP 的问题)
                  Issue on how to setup SMTP using PHPMailer in GoDaddy server(关于如何在 GoDaddy 服务器中使用 PHPMailer 设置 SMTP 的问题)
                    <tbody id='ddd67'></tbody>
                    <bdo id='ddd67'></bdo><ul id='ddd67'></ul>
                      <tfoot id='ddd67'></tfoot>

                      <small id='ddd67'></small><noframes id='ddd67'>

                            <legend id='ddd67'><style id='ddd67'><dir id='ddd67'><q id='ddd67'></q></dir></style></legend>
                          • <i id='ddd67'><tr id='ddd67'><dt id='ddd67'><q id='ddd67'><span id='ddd67'><b id='ddd67'><form id='ddd67'><ins id='ddd67'></ins><ul id='ddd67'></ul><sub id='ddd67'></sub></form><legend id='ddd67'></legend><bdo id='ddd67'><pre id='ddd67'><center id='ddd67'></center></pre></bdo></b><th id='ddd67'></th></span></q></dt></tr></i><div id='ddd67'><tfoot id='ddd67'></tfoot><dl id='ddd67'><fieldset id='ddd67'></fieldset></dl></div>