Spaces:
Running
Running
GitHub Action
commited on
Commit
·
fab1e84
1
Parent(s):
2b0e85c
🚀 Auto-deploy Laravel TODOList from GitHub Actions 2025-06-08 14:55:08 UTC
Browse files✅ Features updated:
- Laravel TODOList Application
- GitHub Actions auto-deployment
- Docker containerization
- Vue.js frontend
- RESTful API endpoints
🤖 Deployed via GitHub Actions
README.md
CHANGED
@@ -8,85 +8,41 @@
|
|
8 |
app_port: 8000
|
9 |
---
|
10 |
|
11 |
-
|
12 |
|
13 |
-
|
14 |
|
15 |
-
|
16 |
-
<a href="https://github.com/laravel/framework/actions"><img src="https://github.com/laravel/framework/workflows/tests/badge.svg" alt="Build Status"></a>
|
17 |
-
<a href="https://packagist.org/packages/laravel/framework"><img src="https://img.shields.io/packagist/dt/laravel/framework" alt="Total Downloads"></a>
|
18 |
-
<a href="https://packagist.org/packages/laravel/framework"><img src="https://img.shields.io/packagist/v/laravel/framework" alt="Latest Stable Version"></a>
|
19 |
-
<a href="https://packagist.org/packages/laravel/framework"><img src="https://img.shields.io/packagist/l/laravel/framework" alt="License"></a>
|
20 |
-
</p>
|
21 |
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
-
|
27 |
-
- [Powerful dependency injection container](https://laravel.com/docs/container).
|
28 |
-
- Multiple back-ends for [session](https://laravel.com/docs/session) and [cache](https://laravel.com/docs/cache) storage.
|
29 |
-
- Expressive, intuitive [database ORM](https://laravel.com/docs/eloquent).
|
30 |
-
- Database agnostic [schema migrations](https://laravel.com/docs/migrations).
|
31 |
-
- [Robust background job processing](https://laravel.com/docs/queues).
|
32 |
-
- [Real-time event broadcasting](https://laravel.com/docs/broadcasting).
|
33 |
-
|
34 |
-
Laravel is accessible, powerful, and provides tools required for large, robust applications.
|
35 |
-
|
36 |
-
## Learning Laravel
|
37 |
-
|
38 |
-
Laravel has the most extensive and thorough [documentation](https://laravel.com/docs) and video tutorial library of all modern web application frameworks, making it a breeze to get started with the framework.
|
39 |
-
|
40 |
-
You may also try the [Laravel Bootcamp](https://bootcamp.laravel.com), where you will be guided through building a modern Laravel application from scratch.
|
41 |
-
|
42 |
-
If you don't feel like reading, [Laracasts](https://laracasts.com) can help. Laracasts contains over 2000 video tutorials on a range of topics including Laravel, modern PHP, unit testing, and JavaScript. Boost your skills by digging into our comprehensive video library.
|
43 |
-
|
44 |
-
## Laravel Sponsors
|
45 |
|
46 |
-
|
47 |
|
48 |
-
|
|
|
|
|
49 |
|
50 |
-
|
51 |
-
- **[Tighten Co.](https://tighten.co)**
|
52 |
-
- **[WebReinvent](https://webreinvent.com/)**
|
53 |
-
- **[Kirschbaum Development Group](https://kirschbaumdevelopment.com)**
|
54 |
-
- **[64 Robots](https://64robots.com)**
|
55 |
-
- **[Curotec](https://www.curotec.com/services/technologies/laravel/)**
|
56 |
-
- **[Cyber-Duck](https://cyber-duck.co.uk)**
|
57 |
-
- **[DevSquad](https://devsquad.com/hire-laravel-developers)**
|
58 |
-
- **[Jump24](https://jump24.co.uk)**
|
59 |
-
- **[Redberry](https://redberry.international/laravel/)**
|
60 |
-
- **[Active Logic](https://activelogic.com)**
|
61 |
-
- **[byte5](https://byte5.de)**
|
62 |
-
- **[OP.GG](https://op.gg)**
|
63 |
-
|
64 |
-
## Contributing
|
65 |
-
|
66 |
-
Thank you for considering contributing to the Laravel framework! The contribution guide can be found in the [Laravel documentation](https://laravel.com/docs/contributions).
|
67 |
-
|
68 |
-
## Code of Conduct
|
69 |
-
|
70 |
-
In order to ensure that the Laravel community is welcoming to all, please review and abide by the [Code of Conduct](https://laravel.com/docs/contributions#code-of-conduct).
|
71 |
-
|
72 |
-
## Security Vulnerabilities
|
73 |
-
|
74 |
-
If you discover a security vulnerability within Laravel, please send an e-mail to Taylor Otwell via [[email protected]](mailto:[email protected]). All security vulnerabilities will be promptly addressed.
|
75 |
-
|
76 |
-
## License
|
77 |
-
|
78 |
-
The Laravel framework is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).
|
79 |
|
|
|
|
|
|
|
|
|
80 |
|
|
|
81 |
|
|
|
82 |
|
|
|
83 |
|
84 |
-
|
|
|
|
|
|
|
|
|
|
|
85 |
|
86 |
-
1. git clone this repo
|
87 |
-
1. cp .env.example .env
|
88 |
-
1. composer install
|
89 |
-
1. php artisan key:generate
|
90 |
-
1. make database changes to .env file(skip it as I have updated .env.example)
|
91 |
-
1. php artisan migrate
|
92 |
-
1. php artisan serve
|
|
|
8 |
app_port: 8000
|
9 |
---
|
10 |
|
11 |
+
# Laravel TODOList - Hugging Face Spaces
|
12 |
|
13 |
+
🚀 **Laravel TODOアプリケーション with GitHub Actions自動デプロイ**
|
14 |
|
15 |
+
## 🌟 特徴
|
|
|
|
|
|
|
|
|
|
|
16 |
|
17 |
+
- ✅ **GitHub Actions自動デプロイ**
|
18 |
+
- 🎨 **Laravel + Vue.js UI**
|
19 |
+
- 📝 **TODOリスト管理**
|
20 |
+
- 🐳 **Docker対応**
|
21 |
+
- 🌐 **Hugging Face Spaces完全対応**
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
|
23 |
+
## 🚀 アクセス
|
24 |
|
25 |
+
Laravel TODOアプリケーションにアクセス:
|
26 |
+
- メインページ: `/`
|
27 |
+
- API エンドポイント: `/api/todos`
|
28 |
|
29 |
+
## 🔄 自動デプロイ
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
30 |
|
31 |
+
このスペースはGitHub Actionsで自動更新されます:
|
32 |
+
- `main`ブランチへのプッシュで自動デプロイ
|
33 |
+
- 手動実行も可能
|
34 |
+
- Laravel アプリケーションの最新版を常に反映
|
35 |
|
36 |
+
## 📡 最終更新
|
37 |
|
38 |
+
Last deployed: $(date -u '+%Y-%m-%d %H:%M:%S UTC')
|
39 |
|
40 |
+
## About Laravel
|
41 |
|
42 |
+
Laravel is a web application framework with expressive, elegant syntax.
|
43 |
+
This TODO application demonstrates Laravel's capabilities with:
|
44 |
+
- RESTful API endpoints
|
45 |
+
- Database migrations
|
46 |
+
- Eloquent ORM
|
47 |
+
- Vue.js frontend integration
|
48 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|