Now you have a highly stylized menu in the html your designer gave you. Customized classes all the way, one for the enclosing div, the ul, the li and even one for the anchor tag. And you have to convert
WordPress Theme Building : Styling Menu

Now you have a highly stylized menu in the html your designer gave you. Customized classes all the way, one for the enclosing div, the ul, the li and even one for the anchor tag. And you have to convert
This article describes how to enable CORS in Apache Server.
In this article I would like to share my knowledge on Laravel Migrations, that could make a first-time Laravel developer’s life easy. The list is in no way complete, just few points off the top of my head.
I was trying to use sqlite database in a Laravel project (I am using version 5.4, but I think this is relevant for other versions too) and I found this issue. I had my database.sqlite file in the database directory.
While trying to find a way to test the email feature of my application, I stumbled upon this great utility – Mailtrap.io, a fake smtp server.