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/ecz...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/ecz...query/jquery.js"></script><script src="http://localhost/ecz...es/jquery-ui.js"></script><script src="http://localhost/ecz...rnizr-custom.js"></script><script src="http://localhost/ecz....7.5.ac4e3f2.js"></script>
Where can we get this file? Or am I missing something?
Thanks