The Laravel Framework.

Installs: 6

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

Type:project

pkg:composer/phpappbuilder/todo

0.0.2 2018-07-25 18:27 UTC

This package is not auto-updated.

Last update: 2025-12-07 12:00:19 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)