You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I pull source code and run docker-compose up, the error is occur
The Mix manifest does not exist. (View: /var/www/resources/views/laravue.blade.php)
if (! isset($manifests[$manifestPath])) {
if (! file_exists($manifestPath)) {
throw new Exception('The Mix manifest does not exist.');
}
$manifests[$manifestPath] = json_decode(file_get_contents($manifestPath), true);
}
The text was updated successfully, but these errors were encountered:
When I pull source code and run docker-compose up, the error is occur
The Mix manifest does not exist. (View: /var/www/resources/views/laravue.blade.php)
if (! isset($manifests[$manifestPath])) {
The text was updated successfully, but these errors were encountered: