Blogger Information
Blog 51
fans 0
comment 1
visits 71009
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
tp5.1 文章列表路由使用
呵呵哒
Original
976 people have browsed it

实例

路由
配置 在     route.php


文章列表


Route::rule('content','index/content/index')->name('content');
Route::rule('blog','blog/index')->name('blog');


前端链接    {:url('content',['id'=>$ov.id])}

前端链接    {:url('blog')}


总结  就是把访问路径变短,让人才出程序,减少被破坏的几率

运行实例 »

点击 "运行实例" 按钮查看在线实例


Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post
  • 1
    2018-03-17 17:09:25