Emil Moe

Emil Moe

Emil Moe

Expert in Laravel and Vue backed with MySQL databases. Independent developer who does freelance and love to travel. Feel free to drop me a message.

- Emil

Laravel: Seed Users table and send password reset link

November 12, 2019

A useful feature for setting up your application fast is using the seeders, especially for testing and developing it's great to have data to work on with just 1 command. A problem for me though was that if I seed users with a password it would mean ...

Fast webhook testing

November 9, 2019

Ever wanted to test a webhook or some other kind of broadcast event from your app? Yesterday I discovered webhook.site which generates a unique URL for you and let you call that so you can see the calls in their interface and even heads and such. T...

Fix the strange characters for (PHP) Artisan

November 8, 2019

I have lately been facing an issue where my artisan outputs a lot of strange characters such as ?[32m. It seems to be an issue with the latest Laravel. Until now I have managed to read around it, but it still annoyed me. Finally today I found the sol...

Backup MySQL to DigitalOcean

October 23, 2019

I have authored an article on how to create a dead simple backup approach for you project. My approach is for Laravel, but it could easily work for Wordpress as well or any other MySQL database for that instance as it only relies on MySQL and Linux c...

Laravel Packages - How to build and deploy

October 22, 2019

Why using packages (Introduction) Developing with a package approach in Laravel is a great way to split different logic apart in your application. By time as your application grow it will be easier to maintain when the code has been kept in separatio...

Laravel installed with Docker in just 5 minutes

October 21, 2019

In this guide I will teach you to setup your Laravel project for a dev environment. After you finish with this article you will have Laravel running in Docker, without the need to understand Docker as I have prebuild it for you. ###Prerequisites Befo...

❤️This blog is part of the Hashnode family