Laravel: Difference between revisions

No edit summary
Line 38: Line 38:
[https://laravel.com/docs/6.x/routing Documentation]
[https://laravel.com/docs/6.x/routing Documentation]


==RESTful===
===RESTful===
Note that for put, patch, delete you will need <code>@method('PATCH')</code> in your form html element.<br>
Note that for put, patch, delete you will need <code>@method('PATCH')</code> in your form html element.<br>
Or you can use an ajax request via fetch or jQuery.
Or you can use an ajax request via fetch or jQuery.