ssd-tutorials / shopping-basket-laravel-livewire

Exercise files for Shopping Basket with Laravel Livewire course.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 git@github.com: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.


Languages

Language:PHP 90.6%Language:Blade 8.6%Language:Shell 0.8%