Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove no-dev option #17

Closed
wants to merge 1 commit into from
Closed

Remove no-dev option #17

wants to merge 1 commit into from

Conversation

shirshak55
Copy link

Because it is used in production and many people will use following command I think it is better to remove however warning can be made.

$ composer install --no-dev

@@ -18,7 +18,7 @@ Laravel Telescope is an elegant debug assistant for the Laravel framework. Teles

You may use Composer to install Telescope into your Laravel project:

composer require laravel/telescope --dev
composer require laravel/telescope
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is a trailing space here :)

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

where?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@shirshak55 After laravel/telescope.

@driesvints
Copy link
Member

Actually, we decided to explicitly add the --dev flag because you'd primarily use it in development. You can always install it as a normal requirement if you also want to run it in production.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants