File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -191,10 +191,12 @@ class="{{ '/overview' == $path ? ' active' : '' }} pl-0 nav-link d-inline-block"
191191 <a class =" dropdown-item text-nowrap pl-5" href =" /overview#regular-expressions" >Regular Expressions</a >
192192 <a class =" dropdown-item text-nowrap pl-5" href =" /overview#automatic-routes" >Automatic Routes</a >
193193 <a class =" dropdown-item text-nowrap pl-5" href =" /overview#url-generator" >Url Generator</a >
194+ <a class =" dropdown-item text-nowrap" href =" /overview#csrf-token" >CSRF Token</a >
195+ <a class =" dropdown-item text-nowrap" href =" /overview#json-api" >JSON API</a >
194196 <a class =" dropdown-item text-nowrap" href =" /overview#rest-api-methods" >REST API Methods</a >
195- <a class =" dropdown-item text-nowrap" href =" /overview#action-controller" >Action Controller</a >
196197 </div >
197198 <div class =" col" >
199+ <a class =" dropdown-item text-nowrap" href =" /overview#action-controller" >Action Controller</a >
198200 <a class =" dropdown-item text-nowrap" href =" /overview#middleware" >Middleware</a >
199201 <a class =" dropdown-item text-nowrap pl-5" href =" /overview#http-middleware" >HTTP Middleware</a >
200202 <a class =" dropdown-item text-nowrap pl-5" href =" /overview#pipelines" >Pipelines</a >
@@ -208,7 +210,6 @@ class="{{ '/overview' == $path ? ' active' : '' }} pl-0 nav-link d-inline-block"
208210 <a class =" dropdown-item text-nowrap" href =" /overview#dependency-injection" >Dependency Injection</a >
209211 <a class =" dropdown-item text-nowrap pl-5" href =" /overview#service-container" >Service Container</a >
210212 <a class =" dropdown-item text-nowrap pl-5" href =" /overview#autowiring" >Autowiring</a >
211- <a class =" dropdown-item text-nowrap pl-5" href =" /overview#plugins" >Plugins</a >
212213 <a class =" dropdown-item text-nowrap pl-5" href =" /overview#service-providers" >Service Providers</a >
213214 <a class =" dropdown-item text-nowrap" href =" /overview#named-arguments" >Named Arguments</a >
214215 </div >
Original file line number Diff line number Diff line change 193193 <a class="dropdown-item text-nowrap pl-5" href="/overview#regular-expressions">Regular Expressions</a>
194194 <a class="dropdown-item text-nowrap pl-5" href="/overview#automatic-routes">Automatic Routes</a>
195195 <a class="dropdown-item text-nowrap pl-5" href="/overview#url-generator">Url Generator</a>
196+ <a class="dropdown-item text-nowrap" href="/overview#csrf-token">CSRF Token</a>
196197 <a class="dropdown-item text-nowrap" href="/overview#json-api">JSON API</a>
197198 <a class="dropdown-item text-nowrap" href="/overview#rest-api-methods">REST API Methods</a>
198199 </div>
You can’t perform that action at this time.
0 commit comments