Skip to main content

All Questions

Tagged with
0 votes
2 answers
29 views

Cannot Access Storage files on c-panel for laravel 10

I am using laravel 10 and php version 8.1, i have deployed my project on c-panel , i have cloned the project successfully , i have moved my files from public to public_html and the remaining files ...
Muhammad Nabeel Siddiqui's user avatar
0 votes
0 answers
34 views

Load main domain from a directory for a Laravel project

I have a domain example.com, as well as some sub-domains sub1.example.com, sub2.example.com, ..etc. I want to load the main domain from a directory to organize the directories to avoid having Laravel ...
user25934652's user avatar
0 votes
0 answers
42 views

Disable bot verification recaptcha on CPanel

I have a simple react native expo application on android and the backend is Laravel. Recently, I figured out that I can't log into my account and I am losing traffic. I tried to login using Postman ...
Omar's user avatar
  • 1
0 votes
1 answer
21 views

add a subdomain to a domain in cpanel for my laravel project

I have a project that i want to be a subdomain from the main domain so that the url will read like this steveprojects.com/realestate/ this will redirect to the home page,steveprojects.com/realestate/...
Steve Djvoskill Waweru's user avatar
0 votes
1 answer
246 views

deploy laravel 11 (including inertia and vue) on shared hosting

this laravel project works smoothly on local but I cant figure out how to run it on server, I tried so many tricks, nothing worked I uploaded the whole project on root(directory above the public_html) ...
Ramin Safari's user avatar
0 votes
0 answers
25 views

How do I rewrite the document root in a Laravel 9.x application?

I recently deployed a Laravel 9.x application into a sub-directory on a shared hosting environment like so subdomain.domain.com/subdirectory. I know it's not recommended but I now, want to rewrite the ...
kwanele_dev's user avatar
-1 votes
1 answer
92 views

I keep getting 405 method not allowed error

I hosted my laravel project on cpanel and some of my post requests keeps returning 405 error. I have tried clearing app cache Route::post('subscribe/{package}', [UserSubscribeController::class, ...
Eze Henry's user avatar
0 votes
2 answers
62 views

Laravel app works fine locally but gives an errorexception Undefined variable $vendors after deploying on cPanel hosting

I have been hours at this and cannot get past this error which highlights the "@foreach ($vendors as $vendor)" line in the vendorapp.blade.php file. The login (breeze) works fine and I can ...
Axelvds's user avatar
  • 11
-2 votes
1 answer
171 views

Laravel 10, No input file specified

I have recently deployed a new Laravel App to a cPanel server. However, when I try to access the website, I encounter an error message saying "No input file specified." Additionally, the ...
Murad Almadani's user avatar
0 votes
0 answers
52 views

How to update PHP version of laravel project on CPanel and WHM

I updated the server thus the default php version has been upgraded from 7.4 to 8.0 That caused some of old packages not working and I did some updates After changing the code I ran composer update ...
GaoJin's user avatar
  • 9
0 votes
1 answer
37 views

laravel application loads white blank screen on cpanel

i am currently deploying laravel application in cpanel , everythin is fine except when i launch the application via url http://wellresponsive.com it loads white blank screen only , how ever when i ...
well responsive's user avatar
1 vote
1 answer
59 views

Could not open input file: artisan in Terminal cPanel

I put my Laravel application online via cPanel and when I try to execute a command in the cPanel Terminal I get this error: Could not open input file: artisan Any ideas ?
alban's user avatar
  • 75
0 votes
0 answers
42 views

Updating tailwind config broke my layout on cpanel

I use a tailwind css to my site, first i made some changes on my localhost it works perfectly but when i tried to copy paste my tailwind config from it broke my site. Then if i return my old css it ...
EMMS 's user avatar
  • 21
1 vote
1 answer
531 views

How to setup cloudflare to allow github actions to complete

I was using github actions fine for ftp purposes in updating my server it worked fine untill when i integrated cloudflare and for security reasons decided to block all traffic except that from my ...
Austin Sanga's user avatar
0 votes
0 answers
145 views

Composer detected issues in your platform: Your composer dependencies require a PHP version ">=8.1.0" [duplicate]

On live CPanel, i uploaded a laravel project of version ^8.75 which is throwing this error. I tried to update CPanel php version from MultiPHP Manager but it is still not working, composer install or ...
Test User's user avatar

15 30 50 per page
1
2 3 4 5
29