Closed gregorip02 closed 4 years ago
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
php artisan restql:resolver
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
The following methods were renamed.
Make a new restql authorizer
Now is
Make a new restql resolver
Now is
New commands
The developer can directly publish the package configuration using the following command.
This would be an alias for the following command.