SocialSwap Documentation
  • Start
    • Introduction
    • Requirements
    • Installation
    • Purchase Code
  • Updates
    • Update 1.0.7
    • Update 1.0.6
    • Update 1.0.5
    • Update 1.0.4
    • Update 1.0.3
    • Update 1.0.2
    • Update 1.0.1
  • How it Works
    • Dispute Overview
    • Listing Overview
    • Offer Overview
    • Message Overview
    • Subscription Overview
    • Plan Overview
  • Database Setup
    • phpMyAdmin MySQL DB Setup
  • Cloud Storage
    • AWS Storage Setup
      • Create AWS Account:
      • Create IAM User
      • Create S3 Bucket
      • Configure S3 Bucket
    • Wasabi Storage Setup
    • CloudFlare Storage Setup
  • PAYMENT GATEWAYS SETUP
    • Paypal Setup
    • Stripe Setup
    • RazorPay Setup
    • Paystack Setup
    • Flutterwave Setup
  • SUBSCRIPTION PLANS
    • Subscription Plan
      • Paypal Plan ID
      • Stripe Plan ID
      • Razorpay Plan ID
      • Paystack Plan ID
      • Flutterwave Plan ID
  • SMTP SETUP
    • SMTP Configuration
  • SOCIAL MEDIA LOGIN
    • Google Login
    • Facebook Login
  • One Signal
    • One Signal Setup
  • TAWK.TO SETUP
    • Tawk.to Setup
  • GOOGLE SETTINGS
    • Google Maps
    • Google Analytics
    • Google reCaptcha
  • TRANSLATE INTERFACE
    • Language Translations
  • CRON JOB SETUP
    • CRON Job
  • Customization
    • Files Structure
    • Frameworks
  • Troubleshooting
    • Troubleshooting
  • Changelog
    • Initial Release v1.0
Powered by GitBook
On this page
  1. Customization

Files Structure

You can find a breakdown of the file structures for easier customization

PreviousCRON JobNextFrameworks

Last updated 10 months ago

We have used components in Laravel to organize our code more efficiently. Most of the code can be found in the components folder.

  1. All files used for frontend pages are located in the resources/views directory, resources/views/components and with some additional files in the resources/views/layouts directory, as shown in the image.

  1. All files used for backend pages are located in the resources/views directory, resources/views/components/backend and with some additional files in the resources/views/layouts directory, as shown in the image.

NOTE: Codecanyon support plan does not include any customization support, any modification or customization will be up to you or you can also reach out to us.

For styling, we can utilized which has been compiled in public/css/app.css, public/css/style.css, and some custom css which can be found in the public/css/custom.css. For custom CSS or JS, you can add your reference to it in Frontend Manager under the css and js section. example public/css/example.css or public/js/example.js

Tailwind CSS