- A Laravel 10-based weather application system delivering accurate forecasts, real-time updates, and customizable settings for a seamless user experience, powered by the OpenWeatherMap API.
- PHP ^8.1
- OpenWeatherAPI key
-
Clone the repository:
git clone https://github.com/kevinjanbarluado2/laravel-weather-app.git cd laravel-weather-app -
Install dependencies:
composer install
-
Copy the
.env.samplefile to.env:cp .env.sample .env
-
Generate the application key:
php artisan key:generate
-
Add your OpenWeatherMap API key to the
.envfile:WEATHER_API_KEY=your_openweathermap_api_key -
Serve the application:
php artisan serve