Open in app

Sign In

Write

Sign In

Alfredo Barron
Alfredo Barron

894 Followers

Home

About

Published in

modulr

·May 18, 2022

Send Telegram Notifications with Laravel 9

We will learn to send Telegram notifications with Laravel 9 Step 1. Install Telegram notification channel Before you can send notifications via Telegram, you must install the Telegram notification channel via Composer: composer require laravel-notification-channels/telegram Step 2. Create your Telegram Bot Open Telegram, look for the BotFather bot and say hello.

Laravel

3 min read

Send Telegram Notifications with Laravel 9
Send Telegram Notifications with Laravel 9
Laravel

3 min read


Published in

modulr

·Mar 18, 2022

How to Create a AWS EC2 Instance

We learning how to create AWS EC2 instance with Ubuntu Server 20.04 LT

AWS

2 min read

How to Create a AWS EC2 Instance
How to Create a AWS EC2 Instance
AWS

2 min read


Published in

modulr

·Mar 17, 2022

How to install LAMP on AWS EC2 instance

We learning how to install LAMP (Linux, Apache, MySQL, PHP) on AWS EC2 instance with Ubuntu 20.04.3 LTS Step 1. Connect to Instance Connect to SSH with a key through your terminal, replace your key and IP/DNS. $ ssh -i /your-key.pem ubuntu@192.168.0.1 Step 2. Install Apache $ sudo apt update $ sudo apt install apache2 To verify that Apache…

AWS

2 min read

How to install LAMP on AWS EC2 instance
How to install LAMP on AWS EC2 instance
AWS

2 min read


Published in

modulr

·Aug 13, 2021

Laravel 8 send notifications with queues on Redis

We learning how to send Notifications with management to queues using Redis. In this tutorial we will use the Notifications created previously in the previous tutorials. Install Redis Config enviroment Install Redis driver Create notification Run the queue worker Install and configure supervisor Step 1 Install Redis In first step, we install Redis for…

Laravel

2 min read

Laravel 8 send notifications with queues on Redis
Laravel 8 send notifications with queues on Redis
Laravel

2 min read


Published in

modulr

·Apr 9, 2021

Send Slack Notifications with Laravel 8

We will learn to send Slack notifications with Laravel 8 Step 1. Install Slack notification channel Before you can send notifications via Slack, you must install the Slack notification channel via Composer: composer require laravel/slack-notification-channel Step 2. Create and configure Notification In Laravel, each notification is represented by a single class that is typically stored in the app/Notifications directory. Don't worry if…

Laravel

3 min read

Send Slack Notifications with Laravel 8
Send Slack Notifications with Laravel 8
Laravel

3 min read


Published in

modulr

·Mar 24, 2021

Clone GiltLab repository with SSH in Mac OS

We learning to generate SSH key in macOS Big Sur, create deploy key in GitLab that clone repository in our server with SSH. Step 1. Generate Key In first step, we require to get key using bellow command, So open your terminal or command prompt and run bellow command: ssh-keygen -t rsa Show the…

Mac

2 min read

Clone GiltLab repository with SSH in Mac OS
Clone GiltLab repository with SSH in Mac OS
Mac

2 min read


Published in

modulr

·Mar 16, 2021

Increase the size of an ABS volume on Linux EC2 AWS

Increase the size of an ABS volume in 3 steps — 1. Create Amazon EBS snapshots Open the Amazon EC2 console at https://console.aws.amazon.com/ec2/. Choose Snapshots under Elastic Block Store in the navigation pane. Choose Create Snapshot. For Select resource type, choose Volume. For Volume, select the volume. (Optional) Enter a description for the snapshot. (Optional) Choose Add Tag to add tags to your snapshot. …

AWS

4 min read

Increase the size of an ABS volume on Linux EC2 AWS
Increase the size of an ABS volume on Linux EC2 AWS
AWS

4 min read


Published in

modulr

·Jun 11, 2020

Create Automatic Deploy with GitLab CI

Create automatic deploy with GitLab CI in 10 minutes Step 1. Add public key on GitLab profile Add the server’s public key to the GitLab profile's public keys. This is done by copying in the contents of cat ~/.ssh/id_rsa.pub and pasting them to https://gitlab.com/profile/keys Step 2. Add public key to authorized keys Add the server’s public key to the server’s authorized keys. …

Gitlab

2 min read

Create automatic Deploy with GitLab CI
Create automatic Deploy with GitLab CI
Gitlab

2 min read


Published in

modulr

·Jun 4, 2020

Create API Rest with Laravel 7 Passport Authentication (Part 1)

We learning to create a authentication system with API Laravel Authentication Passport OAuth Step 1. Install Laravel In first step, we require to get fresh Laravel application using bellow command, So open your terminal or command prompt and run bellow command: laravel new auth Step 2. Install Laravel Passport Package Laravel Passport provides a full OAuth2 server implementation for your…

Laravel

4 min read

Create API Rest with Laravel 7 Passport Authentication (Part 1)
Create API Rest with Laravel 7 Passport Authentication (Part 1)
Laravel

4 min read


Published in

modulr

·Dec 18, 2019

How to Install Laravel Valet on Mac

Configure your development environment on Mac in minutes Step 1. Install Homebrew In first step, we require to get Homebrew using bellow command, So open your terminal or command prompt and run bellow command /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" Step 2. Install PHP Install PHP 7.4 using Homebrew via brew install php Step 3. Install MySQL

PHP

2 min read

How to Install Laravel Valet on Mac
How to Install Laravel Valet on Mac
PHP

2 min read

Alfredo Barron

Alfredo Barron

894 Followers

Software Architect | Founder at Tráeme

Following
  • Smashing Magazine

    Smashing Magazine

  • Edwindolorez

    Edwindolorez

  • Flavio Copes

    Flavio Copes

  • Taylor Otwell

    Taylor Otwell

  • Rebecca `Slatkin` Sloane

    Rebecca `Slatkin` Sloane

See all (23)

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech

Teams