Datagrid class does not exist on live server



  • Error Class ACME\Coupon\DataGrids\CouponDataGrid does not exist ad /var/www/bagisto/vendor/laravel/framework/src/Illuminate/Container/Container.php:833 on live server only.

    composer dump-autoload was running.

    in composer.json: "ACME\Coupon\": "packages/ACME/Coupon/src"



  • The error clearly signifies that the class is not found. You can check the autoload files also.


Log in to reply