=================
Target
Make on Laravel 5 feature is only for registered users to view, delete, edit entries in the table "books".
The search is performed on all columns except for the column with the actions.
Filters, sorting, and searching should keep its status.
When clicking on the preview the image is enlarged.
Editing and viewing will be displayed in a modal window.
Submitting the editing form send async.
After removal or update the the table data will update async.
Stack
- Docker
- Nginx
- MySQL
- Laravel 5
- DataTables
- Bootstrap
- jQuery