/home/awneajlw/public_html/safeeyesjewelers.com/public/clear.php
<?php
echo "<pre>";
echo "Clearing route, cache, config...\n";
echo shell_exec('php artisan route:clear');
echo shell_exec('php artisan cache:clear');
echo shell_exec('php artisan config:clear');
echo shell_exec('php artisan route:list');
echo "</pre>";