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

[2.x] Rename commands and update docs #7

Closed gregorip02 closed 4 years ago

gregorip02 commented 4 years ago

The following methods were renamed.

Make a new restql authorizer

php artisan make:restql-authorizer

Now is

php artisan restql:authorizer

Make a new restql resolver

php artisan make:restql-resolver

Now is

php artisan restql:resolver

New commands

The developer can directly publish the package configuration using the following command.

php artisan restql:schema

This would be an alias for the following command.

php artisan vendor:publish --tag=restql-config