tsukumijima / weather-api

天気予報 API(livedoor 天気互換)

Home Page:https://weather.tsukumijima.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

weather-api

天気予報 API(livedoor 天気互換)のソースコードです。Laravel 8 で構築されています。

Setup

以下は Apache + PHP 7.4 + mod_php で動かす際の手順になります。

  1. あらかじめ Apache で PHP 7.4 が動く状態にしておく
  2. Laravel に必要な PHP の拡張機能をでインストールする
    • Ubuntu なら sudo apt install php7.4-bcmath php7.4-curl php7.4-mbstring php7.4-xml php7.4-zip でインストールできる
  3. .env.example を .env にコピーする
  4. .env を手元の環境に合わせて編集する
  5. プロジェクトのディレクトリ内で composer install を実行する
  6. Apache の設定で public/ 以下をドキュメントルートに設定する
  7. アクセスできるか確認する

License

MIT License


Build Status Total Downloads Latest Stable Version License

About Laravel

Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experience to be truly fulfilling. Laravel takes the pain out of development by easing common tasks used in many web projects, such as:

Laravel is accessible, powerful, and provides tools required for large, robust applications.

Learning Laravel

Laravel has the most extensive and thorough documentation and video tutorial library of all modern web application frameworks, making it a breeze to get started with the framework.

If you don't feel like reading, Laracasts can help. Laracasts contains over 1500 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.

Laravel Sponsors

We would like to extend our thanks to the following sponsors for funding Laravel development. If you are interested in becoming a sponsor, please visit the Laravel Patreon page.

Premium Partners

Contributing

Thank you for considering contributing to the Laravel framework! The contribution guide can be found in the Laravel documentation.

Code of Conduct

In order to ensure that the Laravel community is welcoming to all, please review and abide by the Code of Conduct.

Security Vulnerabilities

If you discover a security vulnerability within Laravel, please send an e-mail to Taylor Otwell via taylor@laravel.com. All security vulnerabilities will be promptly addressed.

License

The Laravel framework is open-sourced software licensed under the MIT license.

About

天気予報 API(livedoor 天気互換)

https://weather.tsukumijima.net

License:MIT License


Languages

Language:PHP 97.4%Language:Blade 2.6%