/outlawz-todo

To-Do app build with Laravel, Livewire, Alpine.js and Tailwild

Primary LanguagePHP

Livewire TODO

A small To Do task app. Task can be make, edit, deleted, and marked complete

Start up

Create a Sqlite DB file named database.sqlite in : database/

Run migrations and start the server:

$ php artisan migrate
$ php artisan serve