gregorip02 / restql

📦 A data resolution package for your Laravel models.
https://github.com/gregorip02/restql/wiki
GNU General Public License v3.0
129 stars 6 forks source link

Unable to create, update or delete resources #5

Closed gregorip02 closed 4 years ago

gregorip02 commented 4 years ago

This package can only get API resources based on the relationships declared in its eloquent models. Until the current version [1.3.1] it is unable to perform typical operations of the RESTFull paradigm.

As a solution to this problem, the modification of the current configuration is proposed to allow developers to establish other basic operations in their models see #4 Incidentally, this will allow you to add authorization to the way users can or cannot access these resources. see proposal.

gregorip02 commented 4 years ago

In v2.0.0 You can create resources. see #6

gregorip02 commented 4 years ago

This should be closed in 3.x branch