Skip to content

ManiruzzamanAkash/Laravel-Simple-CRUD-App

Repository files navigation

Simple Laravel CRUD Application

A simple laravel task management application using Laravel 8.25.

This is actually the video of Youtube.

Laravel Complete Task Management Application in 45 Minutes using Laravel 8.x with Database & ORM -

Watch the video

Installation

  1. Clone Project
git clone https://github.com/ManiruzzamanAkash/Laravel-Simple-CRUD-App.git
  1. Composer install
composer install
  1. Copy .env.example file and create .env file
  2. Add Database Credential like yours in .env
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=your_db_name
DB_USERNAME=root
DB_PASSWORD=
  1. Go to the project -
cd Laravel-Simple-CRUD-App
  1. Run Project inside that directory -
php artisan serve
  1. Open in Browser
http://localhost:8000

Demo

Demo-CRUD-Application

Create Task Page

Create-Task-Page

Delete Task Page

Delete-task

Edit Task Page

Edit-task

About

Laravel Simple CRUD App

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published