Tag: Manual registration service
-
Post Views: 19 1. In Laravel 6, execute the command: php artisan telescope:publish, report an error: There are no commands defined in the “teleScope” namespace.. as shown in Figure 1 2. Check composer.json, laravel/teleScope exists in require-dev. 3. Check the directory /config, the file telescope.php already exists, the file: /app/providers/teleScopeServiceProvider.php already exists. But the directory /public/vendor/teleScope does not exist. 4.…
