master_template/fix-storage.php

4 lines
71 B
PHP
Raw Normal View History

2024-06-10 12:21:58 +00:00
<?php
exec("rm public/storage/ -r");
exec("php artisan storage:link");