PHP Classes

Simple Laravel CRUD Application: Application to implement a CRUD using Laravel

Recommend this page to a friend!
  Info   Documentation   View files Files   Install with Composer Install with Composer   Download Download   Reputation   Support forum   Blog    
Ratings Unique User Downloads Download Rankings
Not yet rated by the usersTotal: 53 All time: 10,652 This week: 84Up
Version License PHP version Categories
laravel-simple-crud- 1.0.0MIT/X Consortium ...5PHP 5, Libraries, Applications
Description 

Author

This package provides an application to implement a CRUD using Laravel.

It provides a controller class that implements the basic operations to create, read, update and delete tasks.

The package also provides model classes to store and retrieve the objects for tasks and users and an API to perform the same tasks without using the same Web interface so external applications can provide their own user interfaces.

Picture of Maniruzzaman Akash
  Performance   Level  
Innovation award
Innovation award
Nominee: 9x

 

Documentation

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
    
  2. Composer install
    composer install
    
  3. Copy `.env.example` file and create `.env` file
  4. 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=
    
  5. Go to the project - 
    cd Laravel-Simple-CRUD-App
    
  6. Run Project inside that directory - 
    php artisan serve
    
  7. Open in Browser 
    http://localhost:8000
    

Demo

<img src="https://i.ibb.co/CQjWFrP/Demo-CRUD-Application.png" alt="Demo-CRUD-Application" border="0">

Create Task Page

<img src="https://i.ibb.co/LJCvKKk/Create-Task-Page.png" alt="Create-Task-Page" border="0">

Delete Task Page

<img src="https://i.ibb.co/RCCkpT7/Delete-task.png" alt="Delete-task" border="0">

Edit Task Page

<img src="https://i.ibb.co/ssDy296/Edit-task.png" alt="Edit-task" border="0">


  Files folder image Files (74)  
File Role Description
Files folder imageapp (5 directories)
Files folder imagebootstrap (1 file)
Files folder imageconfig (14 files)
Files folder imagedatabase (3 directories)
Files folder imagepublic (4 files)
Files folder imageresources (3 directories)
Files folder imageroutes (4 files)
Files folder imagetests (2 files, 2 directories)
Accessible without login Plain text file .editorconfig Data Auxiliary data
Accessible without login Plain text file .env.example Data Auxiliary data
Accessible without login Plain text file .styleci.yml Data Auxiliary data
Plain text file artisan Class Class source
Accessible without login Plain text file composer.json Data Auxiliary data
Accessible without login Plain text file composer.lock Data Auxiliary data
Accessible without login Plain text file package.json Data Auxiliary data
Accessible without login Plain text file phpunit.xml Data Auxiliary data
Accessible without login Plain text file README.md Doc. Documentation
Accessible without login Plain text file server.php Aux. Auxiliary script
Accessible without login Plain text file webpack.mix.js Data Auxiliary data

The PHP Classes site has supported package installation using the Composer tool since 2013, as you may verify by reading this instructions page.
Install with Composer Install with Composer
 Version Control Unique User Downloads Download Rankings  
 100%
Total:53
This week:0
All time:10,652
This week:84Up