How to Remove Public from URL in Laravel 10?

How to Remove Public from URL in Laravel 10?

Jul 4, 2023 617 Views Laravel by John Doe

In Laravel, the .htaccess file can be generated and edited to incorporate new changes. The .htaccess file is located in the root directory, and its modification requires mod_rewrite to be enabled on your Apache server. It is mandatory to enable the rewrite module to implement these changes. Moreover, you need to activate .htaccess in Apache virtual host to use it in Laravel.

Continue reading →
Laravel 10 Add to Cart with Ajax

Laravel 10 Add to Cart with Ajax

Jun 15, 2023 612 Views Laravel by John Doe

This post is focused on laravel add to cart with ajax example. i explained simply step by step laravel shopping cart ajax. let’s discuss about laravel add to cart session example. We will use laravel ecommerce add to cart. So, let's follow few step to create example of add to cart using session in laravel.

Continue reading →