search

Home  >  Q&A  >  body text

What does the Laravel api manual do?

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

Laravel API

世界只因有你世界只因有你2806 days ago662

reply all(3)I'll reply

  • ringa_lee

    ringa_lee2017-05-16 16:56:08

    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.

    reply
    0
  • 曾经蜡笔没有小新

    曾经蜡笔没有小新2017-05-16 16:56:08

    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

    reply
    0
  • 仅有的幸福

    仅有的幸福2017-05-16 16:56:08

    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

    reply
    0
  • Cancelreply