Does Laravel 8 require PHP 8.1? – PHP Versions
So.. I developed a project with Laravel 9, then I had to upload it to my client's server by FTP ( which was slow and painful ) to find out only afterwards that my client's server PHP version could not…
So.. I developed a project with Laravel 9, then I had to upload it to my client's server by FTP ( which was slow and painful ) to find out only afterwards that my client's server PHP version could not…
Clone a laravel and dockerize it to run the project locally, but I don't know what to do to connect to a remote database, that is, I don't want to create a mysql container, to connect to said database I…
My website worked fine until I installed SSL certificate. Now my website displays: Forbidden You don't have permission to access this resource. Apache/2.4.41 (Ubuntu) Server at www.mysite.com Port 443 My Apache configuration file and virtual host point to mysite-files.com/public directory.…
I have an azure web app with a custom container running apache, php 7.4 with laravel and a mounted azure file storage. Serving .png files from a mounted storage does work for my local build in docker desktop and it…
My application is hosted on a shared hosting platform that limits to 200 emails per hour. My application is running database connection driver and I have 3000 jobs in the jobs table. I would like to throttle this queue to…
So I want to upload my Laravel 8 project to a web hosting, but when I finished, there was an error message: Fatal error: Composer detected issues in your platform: Your Composer dependencies require a PHP version ">= 8.1.0". You…
I'm deploying a Laravel application to Heroku for the first time, but I'm getting the following error: Class "KrloveEloquentModelGeneratorProviderGeneratorServiceProvider" not found Here's the full traceback: remote: Compressing source files... done. remote: Building source: remote: remote: -----> Building on the Heroku-20…
I have a Laravel environment running on Docker via Sail on Mac OS X Big Sur. I added a phpmyadmin to my docker-compose.yml file and it's all working, but when I try to import my data to the database, I…
I am creating a CRUD Application using Ajax in Laravel 8. And the problem is I want to reload my table using ajax without reloading the whole page but it's not reloading. I tried a lot of ways but it…
So recently I deployed my laravel project. But it can't connect to the database. I'm using sqlite and have already created the database.sqlite file(Inside database folder). Local everything works but remote it can't find the file. I have already tried…