--- description: Browser to the files inside your app build for TomatoPHP --- # 📂 Tomato Browser
### 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-browser ``` or as Module ``` composer require tomatophp/tomato-browser-module ``` after install run this command ``` php artisan tomato-browser:install ``` ### Changelog Please see [CHANGELOG](https://github.com/tomatophp/tomato-browser/blob/master/CHANGELOG.md) for more information on what has changed recently. ### Security Please see [SECURITY](https://github.com/tomatophp/tomato-browser/blob/master/SECURITY.md) for more information about the security. ### Credits * [Fady Mondy](https://www.github.ocm/3x1io) ### License The MIT License (MIT). Please see [License File](https://github.com/tomatophp/tomato-browser/blob/master/LICENSE.md) for more information.