This is a Web Application leveraging on Vue.js and Laravel to create SPA(Single Page Application) application.
The following must be installed and available on your terminal:
| Empty List | With Items |
|---|---|
![]() |
![]() |
| Edit Modal | Full list |
![]() |
![]() |
- Clone the project
git clone https://github.com/mulugu/laravel-vuejs-todolist.git cdto the project and runcomposer installon the terminal to install php dependencies- copy the
.env-examplefile to.envfile - Create a Mysql database and edit the
.envto reflect your connections as follows:DB_CONNECTION=mysql DB_HOST=127.0.0.1 DB_PORT=3306 DB_DATABASE=dbname DB_USERNAME=myuser DB_PASSWORD=mypass
- Migrate your migrations:
php artisan migrate - Generate application encryption key:
php artisan key:generate - Run
npm install && npm run devto install node.js dependencies - Start your development server and start testing the web app.
php artisan serve --port 8080 - Congratulations if you made it!
Need helps? Reach me out
Email: [email protected]
Twitter: @kevvoh_
Linkedin: Kevin Mulugu
All the best 🍺



