I'm using laravel since 5.1 and i've always been using Model::create method to create new DB record. Currently, i needed to dig into laravel API to find out the return type of that method (because i forgot that and also things could changed since the last time i was using Laravel framework).
So, when i was trying to find static create(..) method, i found out that the api docs for that method is missing since 5.3 version.
What is the reason of missing api docs for that method? Is it still safe to use static create method or it'll be deprecated?
Also, laravel docs missing information about nested controllers, which was in laravel 5.2 and 5.3 docs...
createmethod, not 5.3 and back where there is thecreatemethod. The question says it was in the 5.2 and 5.3 docs.