Open in app

Sign In

Write

Sign In

Nahuel Bulian
Nahuel Bulian

12 Followers

Home

About

Apr 9, 2021

A simple guide to setup Symfony PHP framework in a local environment using Docker.

This tutorial assumes that you have already install docker and docker compose. *For this tutorial I’ve used Ubuntu Linux. Checking if you have installed Docker in your machine: docker -v && docker-compose -v In case you haven’t installed Docker and Docker Compose follow this instructions for your operating system (https://docs.docker.com/engine/install/) 1. Let’s install a Symfony project using docker

Php Development

3 min read

A simple guide to setup Symfony PHP framework in a local environment using Docker.
A simple guide to setup Symfony PHP framework in a local environment using Docker.
Php Development

3 min read


May 28, 2020

Dealing with CORS in Laravel/Lumen framework

For those who are struggling with CORS policies, here is the solucion. What’s is CORS? CORS stands for Cross-Origin Resource Sharing, is a method that browsers uses to let HTTP calls to obtain access to resources on a distinct origin. The problem… What you are seen in the image above, is a…

Laravel Lumen

1 min read

Laravel Lumen

1 min read


Jan 20, 2020

Lumen 6, verify user email address.

This is a simple guide to verify user email address in Lumen 6 with the Laravel style ;) This tutorial assumes that you already created a new project, with JSON Web Token Authentication, Notification enabeled and your Email credentials set up. Find more about jwt-auth in the official repo or here http://jwt-auth.com. 1. Add email_verified_at field to your users table. Inside your users table migration you should add the following line $table->timestamp('email_verified_at'); when you’re done, your…

Laravel Lumen

6 min read

Lumen 6, verify user email addressThis is a simple guide to verify user email address in Lumen 6…
Lumen 6, verify user email addressThis is a simple guide to verify user email address in Lumen 6…
Laravel Lumen

6 min read


Jan 17, 2020

Lumen 6 & Laravel’s Reset Passwords

This is a simple guide to setup Lumen 6 with Laravel’s Reset Passwords. This tutorial assumes that you already created a new project. 1. Require illuminate/mail Run this command in your root level of application. composer require illuminate/mail 2. Require guzzlehttp/guzzle composer require guzzlehttp/guzzle 3. Require illuminate/notifications composer require illuminate/notifications 4. Require ramsey/uuid

PHP

4 min read

Lumen 6 & Laravel’s Reset Passwords
Lumen 6 & Laravel’s Reset Passwords
PHP

4 min read


Dec 29, 2019

Lumen 6 & Laravel Mail using Mailgun

This is a simple guide to setup Lumen 6 with Mailgun. This tutorial assumes that you already created a new project. 1. Require illuminate/mail Run this command in your root level of application. composer require illuminate/mail 2. Require guzzlehttp/guzzle The API based drivers such as Mailgun and Postmark require the Guzzle HTTP library. composer require guzzlehttp/guzzle 3. Create the configuration files

Laravel

2 min read

Lumen 6 & Laravel Mail using Mailgun
Lumen 6 & Laravel Mail using Mailgun
Laravel

2 min read

Nahuel Bulian

Nahuel Bulian

12 Followers

#Entrepreneur, tech developer & #crypto enthusiast #bitcoin #ethereum

Following
  • Anna Kuzmina

    Anna Kuzmina

  • Cassie Kozyrkov

    Cassie Kozyrkov

  • Alberto Lasa - Blockchain/Crypto

    Alberto Lasa - Blockchain/Crypto

  • Liz Rice

    Liz Rice

  • Favio Vázquez

    Favio Vázquez

See all (13)

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech

Teams