first commit
This commit is contained in:
3
fix-storage.php
Normal file
3
fix-storage.php
Normal file
@ -0,0 +1,3 @@
|
||||
<?php
|
||||
exec("rm public/storage/ -r");
|
||||
exec("php artisan storage:link");
|
Reference in New Issue
Block a user