jugendra/laravel-todo
最新稳定版本:1.0.0
Composer 安装命令:
composer require jugendra/laravel-todo
包简介
Here you can create a todo list of your tasks. And you can close and delete tasks from the list
README 文档
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
.envfile 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.
统计信息
- 总下载量: 11
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2024-09-11