Category: Laravel Telescope

测试验证规则是否有效,确定有效 0

The process of implementing security authentication in Laravel 6, Module, and Lighthouse (using the @Rules directive, using the EXISTS rule)

Post Views: 19 1. The structure when the request responds successfully. as shown in Figure 1 2. However, at this stage, there is no security verification for the request parameters. Reference:https://lighthouse-php.com/master/security/validation.html#single-arguments. Lighthouse allows you...

在 \vendor\laravel\telescope\src\Watchers\EventWatcher.php:91,报错:get_class() expects parameter 1 to be object, string given。 0

In Laravel 6 v6.20.43, Laravel Telescope v2.1.17, \vendor\laravel\telescope\src\watchers\eventwatcher.php:91, error: get_class() expects parameter 1 to be Object, String Given

Post Views: 19 1. In \Vendor\Laravel\Telescope\Src\Watchers\EventWatcher.php:91, an error is reported: get_class() expects parameter 1 to be object, string give. as shown in Figure 1 2. Check \Vendor\Laravel\Telescope\SRC\Watchers\EventWatcher.php:91 3. View the EventServiceProvider 4. This looks...

测试验证规则是否有效,确定有效。 0

The process of implementing security authentication in Laravel 6, Module, and Lighthouse (using the validator class to support complex validation rules)

Post Views: 18 1. The structure when the request responds successfully. as shown in Figure 1 2. However, at this stage, there is no security verification for the request parameters. Reference:https://lighthouse-php.com/master/security/validation.html#single-arguments. Lighthouse allows you...

在 Laravel 6 中,执行命令:php artisan telescope:publish,报错:Unable to locate publishable resources. Publishing complete 0

In Laravel 6, execute the command: php artisan telescope:publish, error: Unable to local publishable resources. Publishing complete

Post Views: 19 1. In Laravel 6, execute the command: php artisan telescope:publish, report an error: Unable to local publishable resources. Publishing complete. as shown in Figure 1 2. Check composer.json, laravel/teleScope exists in...