8000 GitHub - rivara/Ares
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

rivara/Ares

Repository files navigation

Ares

CRUD of products with Laravel

laravel

TO-DO

You need to create a web application with Laravel (the most current version available) that is I was in charge of managing the stock of products in a store. The application must have a Home page that will show the user the list of products registered in the database. This home page will in turn have a button to display a form in which to register a new product.
A product is made up of the following fields:
• Name
• Description
• In Stock
The list of products will be shown in table format, making it possible to paginate the itself, being able to choose the number of elements that are displayed per page (give to choose between 10, 25 and 50). Each element shown in the table must have two action buttons, one for edit the product, and another to remove it from stock. At least, the actions of editing and deleting the product must be done in a asynchronous, that is, it is not necessary to refresh the entire page to update the table content.

Consideration

The design of the interface is of free choice, being essential that the design be responsive and that the information is displayed in a clean and clear way. The database will be created from scratch for MySQL. At least, there must be a battery of 25 products already pre-established for the Home page listing.

Let's go

www_screencapture_com_2023-9-19_18_31.online-video-cutter.com.mp4

Laravel libraries

https://getbootstrap.com/
https://yajrabox.com/docs/laravel-datatables/10.0

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0