{{$settings->site_name}} Setup

Easy one-click setup for your trading platform

@if($setupComplete)

Setup Already Complete!

Your {{$settings->site_name}} application is ready to use.

Go to Application
@else

Initialize Your Application

What this setup does:

  • • Creates storage links for file uploads (logos, images)
  • • Clears application caches
  • • Sets up required directories
  • • Prepares environment configuration

Alternative: Manual Setup

If the automatic setup doesn't work, you can run these commands manually:

php artisan storage:link
php artisan cache:clear
php artisan config:clear

Ask your hosting provider if you need help running these commands.

@endif