Posts

Showing posts with the label Tech

Sending Email in Laravel using SMTP server of Google Gmail

Image
Sending email with Gmail via a third-party application has undergone several changes for security reasons. Now to send email using Google SMTP you need to activate 2 step verification, the steps we will take this time may change in the future, but Google will definitely provide us with information via email or news. This time we will make Laravel able to send emails using a Gmail account with the following steps: Step 1 : Create laravel project This step is optional, if you already have an existing Laravel project, you can skip this step and go directly into your Laravel project. Open a terminal or command prompt and type the following command. composer create-project laravel/laravel laravel-mail cd laravel-mail Step 2 : Create App Password for Gmail SMTP Account Important: To create an app password, you need 2-Step Verification on your Google Account. If you use 2-Step-Verification and get a “password incorrect” error when you sign in, you can try to use an app password. Go to your...

How to create a new Laravel project.

  Step 1: Install Laravel Open your command-line interface (e.g., Terminal on macOS, Command Prompt on Windows). Navigate to the directory where you want to create your Laravel project. Run the following command to create a new Laravel project:                       composer create-project --prefer-dist laravel/laravel your-project-name Replace  your-project-name  with the name you want for your Laravel project. Step 2: Configure Your Environment After the installation is complete, navigate into your project directory: cd your-project-name Create a copy of the  .env.example  file and name it  .env : cp .env.example . env Generate an application key: php artisan key:generate Step 3: Set Up the Database Open the  .env  file in a text editor and configure your database connection settings. You need to set the  DB_CONNECTION ,  DB_HOST ,  DB_PORT ,  DB_DATABASE...

Best TikTok Alternatives for Android & iOS

Image
Best TikTok Alternatives for Android & iOS 1.     Triller Triller  has been one of the best TikTok alternatives in the short-form video space since 2015, thereby making it one of TikTok’s most significant competitors. If you’re a fan of TikTok’s user interface, you’ll find Triller appealing. It boasts an almost identical interface, allowing you to quickly explore popular videos and access the latest content from users you follow. Just like TikTok, you can swipe through a plethora of curated short-form videos, covering everything from in-app challenges to dancing, and much more. Triller also boasts a vast music library with over one million popular songs, showcasing its significant focus on music. Moreover, the app also features an auto-editing algorithm for your videos and offers more than 100 filters to enhance your videos. If you’re new to video creation, Triller is an amazing platform to begin your app journey.   2.     YouTube Sh...