/laravel-livewire-shopping-cart

A real-time shopping cart powered by Laravel, Livewire and TailwindCSS

Primary LanguagePHP

Real-time Shopping Cart

This is a simple real-time shopping cart implementation powered by Laravel, Livewire and TailwindCSS projects. This project was created in an attempt to demonstrate the usage of service classes in Laravel

Shopping Cart

Steps for running the project locally are as follows:

git clone https://github.com/fhsinchy/laravel-livewire-shopping-cart.git

cd laravel-livewire-shopping-cart
cp .env.example .env
touch database/database.sqlite

composer install
php artisan key:generate
php artisan migrate --seed

php artisan serve

The application should be available on http://127.0.0.1:8000 address. If you like my works, you can buy me a coffee.