jugendra / laravel-todo
Here you can create a todo list of your tasks. And you can close and delete tasks from the list
1.0.0
2024-09-11 07:23 UTC
Requires
- php: ^8.1
- guzzlehttp/guzzle: ^7.2
- laravel/framework: ^10.10
- laravel/sanctum: ^3.3
- laravel/tinker: ^2.8
Requires (Dev)
- fakerphp/faker: ^1.9.1
- laravel/pint: ^1.0
- laravel/sail: ^1.18
- mockery/mockery: ^1.4.4
- nunomaduro/collision: ^7.0
- phpunit/phpunit: ^10.1
- spatie/laravel-ignition: ^2.0
This package is auto-updated.
Last update: 2024-09-11 12:25:01 UTC
README
This is a simple To-Do list application built using the Laravel framework.
Installation
- Clone the repository:
git clone https://github.com/jkrajpootbdn94/create-todo-list-in-laravel
- Install dependencies:
composer install
- Update
.env
file with the following:APP_NAME=YourAppName APP_ENV=local APP_KEY=base64:generated-key APP_DEBUG=true APP_URL=http://localhost DB_CONNECTION=mysql DB_HOST=127.0.0.1 DB_PORT=3306 DB_DATABASE=your-database-name DB_USERNAME=your-database-username DB_PASSWORD=your-database-password
- Run migrations:
php artisan migrate
- Start the development server:
php artisan serve
Requirements
- PHP >= 8.x
- Composer
- MySQL
- Node.js & NPM (if applicable)
Usage
Once the server is running, visit http://localhost:8000 to start using the To-Do list.
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.