Welcome back to webappfix here we learn how to cache clear and clear config in, especially clone the project in live server it may happen many time while cloning our project in live serer so it creates some issue and shows errors many times so many developers asking to webappfix that why laravel project not working in live server for commonly for all webappfix has created a post on that for everyone solution so mostly using below command and you can resolve your problem. It has created your project refresh and clear all configuration cache in your project in laravel.
put the below command line in your termination and you will able resolve your error.
Reoptimized class loader
php artisan optimize
Clear Config cache
php artisan config:cache
Clear Cache facade value
php artisan cache:clear
Laravel pluck method example | Laravel Pluck()
Clear Route cache
php artisan route:cache
OR
php artisan route:clear
Clear View cache
php artisan view:clear
We always thanks to you for reading our blogs.
Dharmesh Chauhan
(Swapinfoway Founder)Hello Sir, We are brothers origin from Gujarat India, Fullstack developers working together since 2016. We have lots of skills in web development in different technologies here I mention PHP, Laravel, Javascript, Vuejs, Ajax, API, Payment Gateway Integration, Database, HTML5, CSS3, and Server Administration. So you need our service Please Contact Us
Haresh Chauhan
(Co-Founder)We Are Also Recommending You :
- could not find driver (SQL: select count(*) as aggregate from "users" where "email" = admin@gmail.com)
- How to Send Email with Laravel 10
- Laravel Routing Multiple Method Use In Single Route
- Laravel-9 Multi Authentication Guard Passport API Example
- Bootstrap 5 Modal Not Working Blade File Laravel
- How to send mail example in Laravel 6
- How To Change The Views Or Blade File Path In Laravel
- Laravel JSON Data Search/Filter From Database Example
- Error : Array to string conversion Laravel
- Laravel 9 File manager integration tutorial