is it a share server?
Js is not working on godaddy hosting
I have uploaded my Laravel project on goDaddy and as i can see Jquery is not working. I have extracted all the css and js files from public folder to the main folder. Console is not giving any errors about the js file. http://stproduct.co.uk/index.php/home. The project is just a new laravel 5.3 project+command php artisan make:auth. This is the path for js from layouts/app.blade.php
This is the file index.php:
require DIR.'/bootstrap/autoload.php';
$app = require_once DIR.'/bootstrap/app.php';
$kernel = $app->make(Illuminate\Contracts\Http\Kernel::class);
$response = $kernel->handle( $request = Illuminate\Http\Request::capture() );
$response->send();
$kernel->terminate($request, $response);
All the files are located in public_html. All the files from public folder are extracted in public_html.
The web site: http://stproduct.co.uk/index.php/home
Please or to participate in this conversation.