Skip to content

flads/livewire-todo

Repository files navigation

Livewire TODO

contributions welcome

Demo

A simple TODO list app built with Laravel Livewire. The main objective of this project is to provide an example application for those who are starting with Laravel Livewire.

  • Create tasks.
  • Edit tasks.
  • Delete tasks.
  • Complete tasks.
  • Restore tasks.

Tech

Technologies used in this project:

And of course Livewire TODO itself is open source with a public repository on GitHub.

Installation

Install the dependencies and devDependencies:

$ cd laravel-restaurant
$ composer install

Create your .env file and generate the application key:

$ cp .env.example .env
$ php artisan key:generate

Run migrations and start the server:

$ php artisan migrate
$ php artisan serve

Development

Want to contribute? Great! Feel free!

License

MIT

Releases

No releases published

Packages

No packages published