The Laravel Framework.

Maintainers

Package info

github.com/phpappbuilder/todo

Type:project

pkg:composer/phpappbuilder/todo

Statistics

Installs: 6

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

0.0.2 2018-07-25 18:27 UTC

This package is not auto-updated.

Last update: 2026-04-12 13:46:43 UTC


README

To install the application, use the following commands:

  • composer create-project phpappbuilder/todo
  • "Configure the database connection in the .env file"
  • php artisan key:generate
  • php artisan migrate
  • php artisan serve (for start app)