What does the Laravel api manual do?
世界只因有你
世界只因有你 2017-05-16 16:54:08
0
3
553

What does the Laravel api manual do? When is it generally used in development?

Laravel API

世界只因有你
世界只因有你

reply all(3)
左手右手慢动作

To give a simple example, when you use a class you have never touched or want to learn more about a class, you can go to the API documentation to find the corresponding class, and you can clearly see the attributes of this class. methods and documentation.

曾经蜡笔没有小新

You can find out if you write more projects. Let’s give a simple example

Do you know how to judge: whether the request is a post, an ajax request or getting the user's IP?

https://laravel.com/api/5.2/Illuminate/Http/Request.html

仅有的幸福

The document will get you started, but it cannot explain all the system function methods clearly. At this time, you need to consult the API manual to see what system methods can be used. Of course, it is also possible to check the source code, but if Just want to quickly check the available methods, or the API manual is faster

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!