The Laravel Framework.

0.0.2 2018-07-25 18:27 UTC

This package is not auto-updated.

Last update: 2024-05-26 04:04:59 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)