
Explore building a desktop to-do list with Vue.js and Electron using Electron Builder, implementing add, edit, complete, and delete features with notifications.
Build the basis of a Laravel application using Docker and Cool. Install Docker Desktop, start the Docker service, and install Cool on Linux, macOS, or Windows.
Create a Laravel project by pulling docker images, selecting PHP and Postgres, and reviewing the Docker Compose YAML with Nginx, cache, and related configurations in VS Code.
Update the .env for Postgres in a Laravel docker image, run the initial setup to create app, database, and cache, and manage on port 80 with docker-compose.
Create a Laravel model and a corresponding migration to build a todo list, defining title and completed fields, running migrations, and verifying the database schema for api development.
Create a Laravel API controller with Artisan make:controller for a todo resource, define index, store, show, update, and destroy, and expose them via an API resource route for todos.
Implement the store method to save todos in the Laravel api endpoint, return a json response with status 200, and verify creation by populating and viewing database entries.
Implement Laravel API methods to fetch all todos with eloquent and get a single todo by id with find or fail, returning JSON responses and testing the endpoints.
Update todo items via Laravel API by id, using find or fail, and fillable properties for safe updates; return a JSON response with 200 status and automatic created_at and updated_at.
Make a delete api request in Laravel for a todo by its id, verify the record is removed from the database, and confirm a 200 success response.
Install electron vue to start the project, using Vue.js with the Electron V8 builder, scaffold the electron app with npm or yarn, and run and modify main and renderer code.
Explore ui frameworks and install Element Plus for Vue.js via npm install to add a primary button, then run dev for hot module reloading and prepare Axios integration.
Learn to add create and read actions for a to-do list by building a to-do list component in TypeScript, loading items, and creating new entries with axios.
Develop add, update, and delete actions for todos, use IDs, handle delete confirmations and cancellations, and begin building the UI to display the list.
Import the todo list component into the app file, adjust the row and column layout with an offset to center the UI, and prepare to render and load todos.
Create a todo list table in Laravel, PHP and Electron Vue, with title and operations columns, using a template and scope to update rows on click; no data yet.
Configure a security policy to allow http and https traffic by setting the metadata tag in index.html. Debug the load of todos in the local browser and Electron app.
Add a delete button for todos with a confirm dialog and danger, info icon; confirm title 'Are you sure you want to delete this?', then perform delete and refresh.
Create a reactive to-do form component in a Vue-based Electron app, define props, submit a to-do with title and completed status, and label the input with placeholder 'Enter to do'.
Build a functional to-do list in a Laravel, PHP, and Electron Vue app by wiring up props to submit todos, plus delete and edit items for a complete task manager.
If you're tired of long courses and just want to learn basic web development this course is for you. This course was built with the goal of teaching the students how to use Laravel and Vue Electron. It focuses heavily on designing a backend RESTful Web Service with CRUD functionality that sends data to a Vue Front End Application. This is an entry-level course that focuses on building and reinforcing some of the techniques used by developers to build a full-stack application.
In this course, we start by learning what tools you need to create a full-stack Before taking this course, it is recommended that you have an understanding of skills such as Javascript, PHP, Basic SQL, or ORM development. If not we'll touch on some of those topics early in the course but it is still recommended to have a better understanding.
When going through this course you may come across subjects that you are familiar with as well as those that are completely new to you.
Some of the topics touched upon include
Vue Functional Components
HTTP Requests with Fetch
CRUD Methods
Laravel
Database Migrations
ORMs
When taking this course, please know that you can take your time because you will get access to support along the way. By the time you finish this course, you should feel comfortable creating a full-stack web application with Vue Electron and Laravel.