Skip to content

How to create pagination using Laravel 6?

i am starting to create an ads site, i display 36 products in a blade index with success, my problem is that 36 of the products display, the leftovers do not display, and i don’t know how to display the 2nd page and 3rd and so on depending on the number of pages to display the other products. AnnoncesCo…

Hide URL parameter from URL to get page info in PHP

I have a website to show products and my URLs are like this www.website-name.com/product/product-name I used to use this URL to get the ID of the product www.website-name.com/product/product-id/product-name but I don’t want the product ID to be displayed in the URL, if I remove it I will not be able to …