simexis/laravel-ajax-redirector 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

simexis/laravel-ajax-redirector

Composer 安装命令:

composer require simexis/laravel-ajax-redirector

包简介

A Laravel library for handling ajax redirects

README 文档

README

A Laravel library for handling AJAX redirects

This package changes the redirect response for AJAX calls from 301 or 302 to a 278 JSON response. XHR requests follow redirects which in a lot of cases, isn't the intention. In most cases, the intention is for the browser to redirect the client to the intended page.

For Laravel 4, please use version 1.0.0.

For Laravel 5, please use version 2.0.0+

For Laravel 5.6, please use version 3.0.0+

Installation

composer require simexis/laravel-ajax-redirector

After updating composer, add the service provider to the providers array in config/app.php for Laravel version < 5.5.*

'providers' => [
    Superbalist\AjaxRedirector\AjaxRedirectServiceProvider::class,
]

Usage

In your application, you'll continue to do redirects like you always have.

return redirect()->to('/test');

In javascript, you'll need to watch for AJAX calls which result in HTTP 278 responses and do a client side redirect using eg: window.location.replace(json.redirect_url);

With jQuery, this can be done using a Global AJAX Event Handler.

With AngularJS, this can be done using a $http interceptor.

The response from the server will look something like:

HTTP/1.1 278 unknown status
Content-Type: application/json

{"redirect_url":"http:\/\/your.site.com\/test"}

统计信息

  • 总下载量: 844
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 2
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 2
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2018-02-20

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固