Why run your own email server? Perhaps you have a website, which needs to send […]
Uncategorized
Posted on:
[NEW] Multi-Language Laravel: All You Need to Know
About this course Localizing your application means adapting it to different languages or regions, which […]
Premium courses
Posted on:
Composer in Laravel: 9 Useful Features
Composer is a well-known tool to manage PHP project dependencies. But I’m pretty sure you’re not […]
Premium courses
Posted on:
Deploy Laravel Project to AWS EC2: Step-By-Step
So, we need to set up the AWS server for our Laravel project. Let’s start […]
Premium courses
Posted on:
File Uploads in Laravel
Storage Folder: Public/Private Files and Filesystem Config Uploading to Amazon S3 Amazon S3: Make Files […]
Uncategorized
Posted on:
How To Install PHP 8.1 on Ubuntu 22.04|20.04|18.04
Step 1: Update Ubuntu System Let’s begin our installation of PHP 8.1 on Ubuntu 22.04|20.04|18.04 […]
Code snippets , Docker , Laravel , Nginx
Posted on:
Add docker & Nginx to Laravel
Create a Dockerfile at the root of the project: FROM php:8.1-fpm-alpineRUN apk add –no-cache nginx […]
Code snippets , SSL
Posted on:
Use Free SSL from Let’s Encrypt
Install in any server: Then run this command: Then add the certificate to Nginx/Apache: