Skip to content

Fragland

Web Development made easy

Author: MrFrag

Create a custom validator in 4 steps

Create a custom validator in 4 steps

Laravel comes with a great validation system, but sometimes it’s not enough and you need to write your own custom validator.

After some googling, coding, and a big headache, here’s how to do it. Continue reading Create a custom validator in 4 steps

Posted on 2016-02-222016-02-23
Howto: Install Php and Composer on Windows

Howto: Install Php and Composer on Windows

Recently I had to install Composer on my Windows 10 system, it’s quite easy but you need to satisfy some dependencies first, so, I wrote this little howto, I hope it will help. Continue reading Howto: Install Php and Composer on Windows

Posted on 2016-02-092016-02-23
Easy virtual development envinronments with Vagrant

Easy virtual development envinronments with Vagrant

Vagrant is your next work companion: it will create a virtual development environment ready to run on every machine, you no longer need to install a web server, a database or any other package on every single machine, just set it up once and share the same environment with your team. Continue reading Easy virtual development envinronments with Vagrant

Posted on 2016-02-082016-02-23
Easy css sizing with vw and vh

Easy css sizing with vw and vh

A common task you may encounter while developing a web interface is creating an element that perfectly fit the browser’s space. usually you can do it with some percentages or via javascript, but CSS3 offers a better solution. Continue reading Easy css sizing with vw and vh

Posted on 2016-02-062016-02-23
Unboxing a brand new IBM 286

Unboxing a brand new IBM 286

A guy was looking form some vontage computer parts on eBay when he found a company selling some brand new IBM computers left in their storage since the 90’s. The computers were NEW, still in their original boxes, together with their original mouse, keyboards and user manuals. Continue reading Unboxing a brand new IBM 286

Posted on 2016-02-062016-02-23
How to solve “No supported encrypter found. The cipher and / or key length are invalid”

How to solve “No supported encrypter found. The cipher and / or key length are invalid”

Here’s a quick tutorial about solving this common issue:

  1. On your project root, open your .env file
  2. Look for the APP_KEY setting: it must be a string with 16, 24 or 32 random characters. Just write a string of your choice or, even better, get the md5 hash of something: md5 hashes are 32 characters long.
  3. Save and have fun with Laravel!
Posted on 2016-02-052016-02-23
Howto: drop Postgres tables matching a pattern

Howto: drop Postgres tables matching a pattern

Suppose that your Postgres db has a big, big table split into many smaller partitions, how can you delete some of them in single query? Continue reading Howto: drop Postgres tables matching a pattern

Posted on 2016-02-042016-02-23
Whoops, looks like something went wrong

Whoops, looks like something went wrong

This post is just a little remainder for me and any other Laravel newbie.

If you see a “Whoops, looks like something went wrong” message here is how to solve it. Continue reading Whoops, looks like something went wrong

Posted on 2016-02-042016-02-23
Howto: monetize your Angular JS project with Google Adsense

Howto: monetize your Angular JS project with Google Adsense

Here is a tutorial abouts using Adsense on a single page application made with Angular js.
Continue reading Howto: monetize your Angular JS project with Google Adsense

Posted on 2016-02-042016-02-23

Posts navigation

Previous page Page 1 Page 2
Proudly powered by WordPress
We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.OkNo