Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 466 Bytes

File metadata and controls

5 lines (3 loc) · 466 Bytes

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.