/building-a-flash-message-component

The code for my "Building a flash message component with Vue.js" blog post

Primary LanguagePHP

Building a flash message component with Vue.js

This repo holds the code that goes along with my blog post on Laravel News.

To set up the project, your will need PHP, Composer, Node.js, and NPM installed. Then clone this repo, run composer install, run npm install, and serve the site using Laravel Valet or php artisan serve.