Skip to content

Made with Laravel 10 . Create , Edit and Delete Todos. A beginner friendly app to learn Laravel.

prashantpgit/TodoApp

Repository files navigation

To use the application following are the steps :

  1. Install dependencies using :
composer install
  1. Create the .env file from the example file
cp .env.example .env
  1. Open the .env file and change the database configuration to the following
DB_CONNECTION=mysql
DB_HOST=mysql
DB_PORT=3306
DB_DATABASE=your-project-name
DB_USERNAME=username
DB_PASSWORD=password

  1. Open a new terminal tab to generate application key
php artisan key:generate
  1. Migrate database tables
php artisan migrate

About

Made with Laravel 10 . Create , Edit and Delete Todos. A beginner friendly app to learn Laravel.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published