P
P
Pasha Andreev2015-05-17 08:02:12
Documentation
Pasha Andreev, 2015-05-17 08:02:12

Why doesn't laravel document many features?

For example, in the documentation for laravel there is not a word that you can create class instances in this way:
$object = app('Namespase\Class');

Answer the question

In order to leave comments, you need to log in

4 answer(s)
J
JhaoDa, 2015-05-17
@Argentum88

The Russian-speaking Laravel community will gladly accept your suggestions and comments in the form of pull requests in the .

6
65536, 2015-05-17
@65536

so that there is something to shoot paid vidos

A
Alexander Privalov, 2015-05-17
@konfuji

There is no point in creating such detailed documentation: an amateur will not master it and will not appreciate it, and it will be easier for a specialist to look at the source code.

R
romach3, 2015-05-17
@romach3

In Laravel, there really are some non-obvious moments, for example, under the hood, one or another package from symfony crawls out from time to time, the documentation for which is better to look for on the website of this framework.
But specifically in this case, the process of creating a class instance in this way is described here: laravel.su/docs/5.0/container

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question