PHP Classes

How to Implement a PHP Todo List with Todo App with Lumen: Manage list of tasks that users need to do

Recommend this page to a friend!
  Info   View files Example   View files View files (38)   DownloadInstall with Composer Download .zip   Reputation   Support forum   Blog    
Last Updated Ratings Unique User Downloads Download Rankings
2024-04-18 (Yesterday) RSS 2.0 feedNot yet rated by the usersTotal: 2 This week: 2All time: 11,308 This week: 30Up
Version License PHP version Categories
todoappwithlumen 1.0The PHP License5PHP 5, Applications
Description 

Author

This package can manage a list of tasks that users need to do.

It provides a Web application that lets users register and log, so they can perform operations to manage lists of tasks for the users to do.

Currently, the application allows:

- Store the details of a new task to do

- Edit the details of an existing task to do

- Show the details of a specific task to do

- List all tasks to do

Picture of Ahmed Khan
Name: Ahmed Khan <contact>
Classes: 10 packages by
Country: Pakistan Pakistan
Innovation award
Innovation award
Nominee: 3x

 

Example

<?php

/*
|--------------------------------------------------------------------------
| Create The Application
|--------------------------------------------------------------------------
|
| First we need to get an application instance. This creates an instance
| of the application / container and bootstraps the application so it
| is ready to receive HTTP / Console requests from the environment.
|
*/

$app = require __DIR__.'/../bootstrap/app.php';

/*
|--------------------------------------------------------------------------
| Run The Application
|--------------------------------------------------------------------------
|
| Once we have the application, we can handle the incoming request
| through the kernel, and send the associated response back to
| the client's browser allowing them to enjoy the creative
| and wonderful application we have prepared for them.
|
*/

$app->run();


Details

Creating REST API With Lumen

Complete guide on this repo can be found in this article Create A REST API For ToDo App With Authentication Using Lumen


  Files folder image Files  
File Role Description
Files folder image.vscode (1 file)
Files folder imageapp (2 files, 7 directories)
Files folder imagebootstrap (1 file)
Files folder imageconfig (1 file)
Files folder imagedatabase (3 directories)
Files folder imagepublic (2 files)
Files folder imageroutes (1 file)
Files folder imagetests (2 files)
Accessible without login Plain text file .env.example Data Auxiliary data
Accessible without login Plain text file artisan Example Example script
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 phpunit.xml Data Auxiliary data
Accessible without login Plain text file README.md Doc. Documentation

 Version Control Unique User Downloads Download Rankings  
 100%
Total:2
This week:2
All time:11,308
This week:30Up