Skip to content

Basic CRUD using Laravel framework working with mySQL database and styling by Tailwind.css

Notifications You must be signed in to change notification settings

boytur/todolist-laravel-mysql-crud

Repository files navigation

Laravel Todo App

This is a basic Todo application with Create, Read, Update, and Delete (CRUD) functionality using Laravel.

Table of Contents

Features

  • Create, read, update, and delete Todo items.

Installation

  1. Clone the repository:

    git clone https://github.com/boytur/todolist-basic-crud.git
  2. Change into the project directory:

    cd todolist-basic-crud
  3. Install dependencies:

    composer install
    npm install && npm run dev
  4. Set up your environment variables:

    • Copy the .env.example file to a new file named .env.
    • Configure your database connection in the .env file.
  5. Generate application key:

    php artisan key:generate
  6. Run migrations:

    php artisan migrate

Usage

  1. Start the development server:

    php artisan serve
  2. Access the application in your browser:

    http://localhost:8000
  3. Start managing your Todo items with basic CRUD operations.

Update-1

laravel-update-1

Update-2

laravel-update-2

About

Basic CRUD using Laravel framework working with mySQL database and styling by Tailwind.css

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages