问题
I have successfully installed Telescope:
C:\Users\USER\p3>php artisan telescope:install
Publishing Telescope Service Provider...
Publishing Telescope Assets...
Publishing Telescope Configuration...
Telescope scaffolding installed successfully.
However, when I use: php artisan migrate
, it says nothing was migrated. I also tried php artisan migrate:fresh
, all the table were created but no telescope!!
C:\Users\USER\p3>php artisan migrate
Nothing to migrate.
Please any help?
来源:https://stackoverflow.com/questions/59617258/how-can-create-a-telescope-with-migrate