Download the PHP package aircross/thinkphp-jump without Composer
On this page you can find all versions of the php package aircross/thinkphp-jump. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package thinkphp-jump
thinkphp-jump
适用于thinkphp6.0+的跳转扩展
安装
composer require aircross/thinkphp-jump
用法示例
使用 use \aircross\think\Jump;
在所需控制器内引用该扩展即可:
下面示例我在框架自带的BaseController里引入,以后所有需要使用跳转的类继承自带的基类即可
以下是自带的基类
这里继承BaseController后即可使用success、error、redirect、result方法
All versions of thinkphp-jump with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.1.0
topthink/framework Version ^6.0 | ^6.1 | ^8.0
topthink/think-view Version ^1.0 | ^2.0
topthink/framework Version ^6.0 | ^6.1 | ^8.0
topthink/think-view Version ^1.0 | ^2.0
The package aircross/thinkphp-jump contains the following files
Loading the files please wait ....