Answers for "the mix manifest does not exist in laravel"

3

The Mix manifest does not exist

npm install
npm run dev|production
Posted by: Guest on April-14-2021
0

the mix manifest does not exist. (view: /home/daridart/domains/darydar.tn/public_html/resources/views/application.blade.php)

$this->app->bind('path.public', function() {
        return base_path().'/../public_html';
    });
Posted by: Guest on March-03-2021

Code answers related to "the mix manifest does not exist in laravel"

Browse Popular Code Answers by Language