Skip to content

ssd-tutorials/shopping-basket-laravel-livewire

Repository files navigation

Shopping Basket with Laravel Livewire

Exercise files for 'Shopping Basket with Laravel Livewire' course.

Installation

For this exercise we are going to use sqlite database, but feel free to use your preferred database system.

git clone [email protected]:ssd-tutorials/shopping-basket-laravel-livewire.git

cd shopping-basket-laravel-livewire

composer install

cp .env.example .env
php artisan key:generate

touch database/database.sqlite
php artisan migrate --seed

npm install
npm run dev

You can now open your project in the browser.

About

Exercise files for Shopping Basket with Laravel Livewire course.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published