We’re currently experiencing a high volume of inquiries and our response time could be up to 2 days. We apologize for the delay, and thank you for your patience. Our available time: 2 AM - 1 PM (Monday - Friday) (UTC+0 Timezone).

Okay
  Public Ticket #2727011
THE SYSTEM
Closed

Comments

  • JAMES started the conversation
    1. IF I want to change the routes, views and controllers..  exactly where have they placed them.?
    2. I want to created my own views and controllers where do I put them
    3. Can this system run without your database at all?
    4.   What can be done to customize the tables?

    Kindly assist me with the following questions. I will really appreciate comprehensive answers as I realized there is no proper documentation of how to customize the application.

  •  2,476
    Support replied

    Hi,

    1. For real estate features. 

    - Routes: platform/plugins/real-estate/routes/web.php

    - Controllers: platform/plugins/real-estate/src/Http/Controllers.

    - Views: platform/plugins/real-estate/resources/views.

    For front theme, it's located in platform/themes/flex-home.

    2. You can create a new plugin in platform/plugins or add your controllers in app/Http/Controllers.

    3. I don't understand what you mean "without database", if you don't need sample data, you just need to delete it.

    4. You can modify it using Laravel migration or change it directly in your database management tools.