Hello all,
I trying to install GroceryCRUD Enterprise into Laravel Framework 5.6.39
When I do console test view, I am getting below error;
GET http://localhost/ecza.erp/public/assets/grocery-crud/js/build/load-grocery-crud.js 404 (Not Found)
but other files are loading normally as you can see but this file is even not inside downloaded grocerycrudenterprise installation file.
<script src="http://localhost/ecza.erp/public/assets/grocery-crud/js/jquery/jquery.js"></script><script src="http://localhost/ecza.erp/public/assets/grocery-crud/js/libraries/jquery-ui.js"></script><script src="http://localhost/ecza.erp/public/assets/grocery-crud/js/libraries/modernizr-custom.js"></script><script src="http://localhost/ecza.erp/public/assets/grocery-crud/js/build/grocery-crud-v2.7.5.ac4e3f2.js"></script>
Where can we get this file? Or am I missing something?
Thanks