You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Im want to switching from development to production mode, and i need to optimize my Laravel app with this command composer install --prefer-dist --no-dev -o, which is to remove some dependencies that i dont need in production mode, but sadly, Laravel Health class was gone, the message is like this:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Im want to switching from development to production mode, and i need to optimize my Laravel app with this command
composer install --prefer-dist --no-dev -o
, which is to remove some dependencies that i dont need in production mode, but sadly,Laravel Health
class was gone, the message is like this:Beta Was this translation helpful? Give feedback.
All reactions