Sadržaj
https://razvoj.mellon-fitness.com search + dolazak //! config->app.php
- bug baca na central podomenu
- ajax ili obični request, search i ostali input type -> domain resitrcted (change config file)
Project root directory: // * config->app.php
//TODO Find and change this to domain specific routes and url /* |--------------------------------------------------------------------------
| Application URL | 
|---|
| This URL is used by the console to properly generate URLs when using | 
| the Artisan command line tool. You should set this to the root of | 
| your application so that it is used when running Artisan tasks. | 
*/
'url' => env('APP_URL', 'https://razvoj.mellon-fitness.com'),
// TODO CHANGE TO THIS
'url' => env('APP_URL', 'https://podomena.mellon-fitness.com'),
//resources/views
    -index.php
    -search.php
//App/Http/Controllers
    -HomeController.php
izmjene url-a za ajax poziv kod dolaska
