Skip to main content

All Questions

1 vote
1 answer
221 views

How solve "Illuminate\Console\Command" not found?

I have a web application in a production environment. The path to the command is correctly set on the server, but it still throws error "Illuminate\Console\Command" not found. Solutions ...
user avatar
0 votes
0 answers
51 views

How solve 403 forbidden error in vix cluste server when trying to load livewire script?

I did upload my webapp on shared hosting yesterday, I am using Laravel 10 with Livewire 3, and i am getting this error in production in console livewire.min.js?id=6b5eb707 net::ERR_ABORTED 403 (...
user avatar
0 votes
0 answers
94 views

laravel application not sending emails when in production

hi guys i'm having some trouble with my production application:: in a few words what it should do is sending an email using SendinBlue API everithing is fine when in local but the application begins ...
Armando_pagano's user avatar
0 votes
0 answers
179 views

Issue with Vue.js and Laravel project: "We're sorry but project_name doesn't work properly without JavaScript enabled

I have a project that consists of a Vue.js frontend (version 2.6.12) and a Laravel backend (version 9.27.0). When I run the project on my localhost, everything works smoothly and I don't encounter any ...
Osama's user avatar
  • 1
0 votes
0 answers
55 views

change the route from post to get if insert an image or use some text-align and

If I put an align-text or upload an image in the text editor, I simply get the error 405 Method Not Allowed, even though the route is post, the local project, everything is working, but already on the ...
Thiago Alves's user avatar
0 votes
1 answer
159 views

Vuejs with Laravel production: FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory

this question might asked before but the sulotions sugested did not solve my problem. I'm using Vue2 inside Laravel 7, in Live vps server when I run npm run prod I get below error. FATAL ERROR: ...
Zia's user avatar
  • 625
1 vote
0 answers
201 views

Laravel 8 JS breaking when minified by Mix

I have a project I am working on that works fine with npm run dev/npm run watch. When we moved it to production and ran npm run prod, we had a console error of; t is undefined This error did not show ...
Starquest's user avatar
0 votes
0 answers
65 views

Although my site enable me to click on the link in local environment, don't in production

situation using PHP 8 Laravel 9 Now I have just deployed in production environment. When I come my URL which is already simbolick, toppage(welcome.blade.php) appeared. I am putting link to contact....
平野絢士's user avatar
0 votes
1 answer
227 views

Deploy Laravel with a bash script fails on production

Having a production deployment bash script how can I pass in artisan confirmations? I mean php artisan:migrate stops now with the following error ************************************** * ...
fefe's user avatar
  • 8,995
0 votes
1 answer
3k views

What's the most convenient way to run queue:work on production?

I'm working on a digital product based on laravel. In which i use laravel queued jobs. While creating the documentation I've figured out that it's not that familiar to run the queue listener/worker on ...
Adnane Kadri's user avatar
0 votes
1 answer
1k views

Laravel/Livewire Validation - String is failing when null in dev, but passing fine in production

I have some validation rules applied to a model using the nested syntax: protected $rules = ['model.notes' => 'string']; The notes property has no default value, so when the model is first created ...
Matt Markwick's user avatar
1 vote
0 answers
4k views

Unable to resolve dependency [Parameter #0 [ <required> $id ]] livewire

This weird i am trying to send a id to the verify method it works locally and in production shows an error of Unable to resolve dependency. Here is the code which trigger the event <a wire:click='...
abraham maleko's user avatar
0 votes
1 answer
1k views

Unable to establish database connection on production for my Laravel project

I have deployed my Laravel project on production but it seems that I am unable to establish a connection with the database I created in CPanel. I need this in order to execute some migrations and make ...
Ioana Irina Vaghin's user avatar
1 vote
1 answer
203 views

Getting new files on public and storage folders on production

I have deployed a Laravel application with Nginx on Ubuntu (on Digital Ocean). After the deployment to the server, for some unknown reasons, I noticed that some unknown files are generated under ...
Than Tun Aung's user avatar
-1 votes
2 answers
561 views

File image can't display in production server laravel

I have a form that contains an image upload On my local, I can upload and photo files can be displayed On my production server, I can upload, but photo file can`t be displayed (Page Not Found) I have ...
isvadha putri's user avatar

15 30 50 per page