dongxiong5546 2014-07-25 12:11
浏览 54
已采纳

laravel在测试期间重定向到启动页面

I've spent too many hours messing with this

I'm just starting with laravel and started a new project. I want to be able to have a system where a certain users can access the site while it is in development. The rest of the public gets forwarded to the splash page. I plan to create a secret route that sets a toggle in the session. If this toggle is set then the user can use the entire system. Else they are redirected to the splash page.

The issue is I cannot get it to redirect. I have been adding the code in the bootstrap->start.php file. The standard

header('location:www.thesite.com') 

starts doing funny things that I do not understand.

If I run

return Redirect::to(htmlspecialchars_decode($url))

it returns the error:

BadMethodCallException

Method [run] does not exist on Redirect.

I have absolutely no idea what is going on or how to fix it. Why is the redirection script returning an error? Is start.php not the correct location? If so how can achieve my objective within laravel?

  • 写回答

1条回答 默认 最新

  • duanhua9398 2014-07-25 12:20
    关注

    You should do this in your before filter in app/filters.php like so:

    App::before(function($request){
    
        if(!$request->is('splash') && Input::get('allow') != '1')
        {
             return Redirect::to('/splash');
        }
    
    );
    

    Where /splash is your splash screen route. You can then do http://www.example.com?allow=1 to bypass the splash screen.

    The before filter is a function that is run before every single route in your application.

    Let me know if this works for you!

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥17 pro*C预编译“闪回查询”报错SCN不能识别
  • ¥15 微信会员卡接入微信支付商户号收款
  • ¥15 如何获取烟草零售终端数据
  • ¥15 数学建模招标中位数问题
  • ¥15 phython路径名过长报错 不知道什么问题
  • ¥15 深度学习中模型转换该怎么实现
  • ¥15 HLs设计手写数字识别程序编译通不过
  • ¥15 Stata外部命令安装问题求帮助!
  • ¥15 从键盘随机输入A-H中的一串字符串,用七段数码管方法进行绘制。提交代码及运行截图。
  • ¥15 TYPCE母转母,插入认方向