Problem uploading images in cpanel in laravel 7
I am trying to upload images on a shared hosting but am unable to upload. On my machine it works well but when I host i cant figure how to change the paths.All the other pages are working fine except…
I am trying to upload images on a shared hosting but am unable to upload. On my machine it works well but when I host i cant figure how to change the paths.All the other pages are working fine except…
Hope you guys are well, I have faced a problem deploying my laravel project on Cpanel. When I am hit my route URL or a root URL then it show me "404 not found" This is the root url :…
I am migrating to Elastic Beanstalk and was not able to make changes to the nginx file, or even increment a new file. All configurations per AWS documentation did not work. So I did it as follows: /.ebextesions -> 01_laravel_nginx.config:…
I have a button subscribe that should submit a post request via ajax to my controller for insertion to my table. This is how my view look like: @extends('layouts.app') @section('content') <div class="container"> <div class="row"> <div class="col-md-8"> <div class="flash-message"></div> <div class="card">…
Currently I'm working on Nuxt js app that should connect to backend api made in Laravel. The problem is that every request that is sent to the api via axios fails with one of this errors(Depending on the API_URL I…
I am having my APIs (built using Laravel 8 Framework) hosted in a subdomain - webapi.somedomain.com. And am running a local version of Frontend UI built using React Framework and Axios library for the HTTP Requests. I have hosted in…
when I use this php artisan migrate command, I got this error: [IlluminateDatabaseQueryException] could not find driver (SQL: select * from information_schema.tables where table_schema = laravelcrud and t able_name = migrations) PDOException could not find driver my .env file DB_CONNECTION=mysql…
I'm trying to use Supervisord with Laravel scheduler. It's working BUT running multiple times, I don't know whether any configuration is wrong. But what i expected is just one time for each scheduler. If i have any experience about this…
I am trying to connect via the following php 7.4.1 test script to my remote database: LOCAL I have installed xampp on my ubuntu 16 machine and run the following script to test the connection via the ssh tunnel: <?php…
I'm having trouble on some of my api calls. I was able to bypass this initial problem by using laravel cors by fruitcake - Response to preflight request doesn't pass access control check But the problems didn't stop there, some…