Invalid route action: [App\Http\Livewire\trips\Active]

The project is running well on local machine but when updating it on centos server, it gives the error Invalid route action: [App\Http\Livewire\trips\Active]. the rest of the routes are working fine apart from the ones on in the subfolders trips. See the image enter image description here Here is my web.php Route::get(‘/active’,\App\Http\Livewire\trips\Active::class)->name(‘active’); Here is the… Read More Invalid route action: [App\Http\Livewire\trips\Active]

sed replace second occurrence in file not working

I’m using centos 7. sed command to replace second occurrence not working to me. I tried the following solutions – Sed replace at second occurrence Sed/Awk to delete second occurence of string – platform independent sed: How to delete second match in a file https://unix.stackexchange.com/questions/18303/sed-delete-all-occurrences-of-a-string-except-the-first-one The file – this foo is a test file this… Read More sed replace second occurrence in file not working