How to draw a dynamic SVG pattern with Vue in a Laravel project.
- Checkout branch
git clone https://github.com/capsulescodes/articles.git
cd articles
git checkout 014-draw-a-dynamic-svg-pattern-with-vue
- Install dependencies
commposer install
npm install
- Copy Environment and generate app key
cp .env.example .env
php artisan key:generate
- Link your project with Laravel Valet
valet link article
- Run development server script
npm run dev
- Visit your website : http://article.test