📜  tinker not coloured - Shell-Bash (1)

📅  最后修改于: 2023-12-03 15:05:35.816000             🧑  作者: Mango

Tinker Not Coloured - Shell-Bash

Introduction

Tinker is a command line tool that is used to work with Laravel applications. It allows you to run various commands, such as creating models, running migrations, and generating controllers. However, when you run a tinker command, the output can sometimes be difficult to read, particularly if it includes colourized output.

If you prefer not to have coloured output when running tinker, you can use the --no-interaction option. This will prevent tinker from colourizing the output.

Usage

To use tinker without colouring the output, simply add the --no-interaction option to your command. For example, to run tinker without colouring the output, simply use the following command:

php artisan tinker --no-interaction

When you run this command, you will see the output in standard black and white, without any coloured formatting.

Conclusion

Tinker is a powerful tool that can make working with Laravel applications much easier. By using the --no-interaction option, you can make the output easier to read and work with. Try it out today and see how it can make your workflow more efficient!