--- description: Artisan terminal to run artisan commands using GUI --- # 👨‍💻 Tomato Artisan
### Before Installation this package requires sqlite3 ex of PHP to work so please install it On Linux use this command ```bash sudo apt-get install php8.2-sqlite3 ``` ### Installation
composer require tomatophp/tomato-artisan
or as Module ``` composer require tomatophp/tomato-artisan-module ``` after install use this command ``` php artisan tomato-artisan:install ``` ### Support you can join our discord server to get support [TomatoPHP](https://discord.gg/Xqmt35Uh) ### Docs you can check docs of this package on [Docs](https://docs.tomatophp.com/plugins/tomato-artisan) ### Changelog Please see [CHANGELOG](https://github.com/tomatophp/tomato-artisan/blob/master/CHANGELOG.md) for more information on what has changed recently. ### Security Please see [SECURITY](https://github.com/tomatophp/tomato-artisan/blob/master/SECURITY.md) for more information about the security. ### Credits * [Fady Mondy](https://www.github.com/3x1io) ### License The MIT License (MIT). Please see [License File](https://github.com/tomatophp/tomato-artisan/blob/master/LICENSE.md) for more information.
\