Install composer:
composer install
Create .env file:
cp .env.example .env
Generate Application key:
php artisan key:generate
Add Mail credentials in env:
MAIL_MAILER=smtp
MAIL_HOST=your-host.email
MAIL_PORT=465
MAIL_USERNAME=your_user
MAIL_PASSWORD=password
MAIL_ENCRYPTION=SSL
MAIL_FROM_ADDRESS=enter_from_mail_here
MAIL_FROM_NAME="${APP_NAME}"
Run the application:
php artisan serve
That's it. If you have any questions, feel free to reach out through email: [email protected]
Visit my YouTube channel to build more awesome applications Channel Link
Thank you for visiting my profile. If you like the application, please hit the star button on this repository.