stock management system
1.0.0
<VirtualHost *:80>
DocumentRoot "path/to/xampp/htdocs"
ServerName localhost
</VirtualHost>
<VirtualHost *:80>
DocumentRoot "path/to/project/public"
ServerName project.dev
</VirtualHost>
127.0.0.1 localhost
127.0.0.1 project.dev
If incase you're receiving alert that Editor Datatables trial has expired, download the editor-datatable's JS/CSS files from Editor and replace the content in css & js folder present in path/to/project/public/vendor/datatables-editor. Don't forget to clear cache after replacing files. If you are recieving some bugs in editing tables, maybe the project's js file handling the editor-datatables has became out of date.