Laravel Weather App
Installation
Clone the repo locally:
git clone https://github.com/inertiajs/laravel-weather-app.git
cd laravel-weather-app
Install PHP dependencies:
composer install
Install NPM dependencies:
npm i
Build assets:
npm run dev
Setup configuration:
cp .env.example .env
Generate application key:
php artisan key:generate
Run database migrations:
php artisan migrate
Run the dev server (the output will give the address):
php artisan serve