-
Virgin Media Calling and Asking for Password
Last week sometime, I received a phone call from Virgin Media. The caller said he would like to talk to me regarding my account, which at first seemed fairly legit. I asked him what the problem was and to his response, I was shocked.
Advertisements -
Nice little Laravel tip (Blade Ternary Operator)
Just today, I was looking at using a ternary operator in Laravel’s Blade templating system and thought to myself… There must be a better way of doing this. After a quick Google aanndd… BEHOLD THE OR STATEMENT! Since version 4.1 they managed to sneak in this or statement and it’s managed to bypass so many people (I figured this out by the lack of voices shouting about this on Google).
Advertisements -
Laravel Localhost removing /public/index.php
This little command is a lifesaver and will save you so much time when switching and merging previous branches in your GIT workflow.
Advertisements -
Laravel Dynamic Navigation Package
I have managed to create a dynamic navigation package for Laravel which can be seen in my previous post. If you go to Packagist you will be able to find my package under checkeredmichael/navigation.
Advertisements -
Laravel Dynamic Menu Tutorial (Best for Admin packages)
Thanks to this very Laravel topic over at Laravel.io and Josh Benham I managed to find out how to make my very own
Advertisements -
Composer Private Repository Problems
Recently I have been finding out the slight differences between Windows and Linux for use with Laravel and Composer. One difference is Windows isn’t picky about the way you set out Composer’s packages which can be a major problem. Here’s the issue I had and what I had to do to get it going…
Advertisements -
First Laravel Tutorial – Controllers and Routes
Previously on a Laravel project, I had to have a slug within my routes which would point to two different tables within my database. I needed a controller which would do the thinking for me. And by this I mean, in my routes I would have…
Advertisements -
Brand New Website, Brand New Exciting Start
Of becoming a Web Master. It’s been a while since I properly posted on my Blog. And so I wondered the best way to go about this. As I went back to my old site and old Blog. I looked at it and I couldn’t help but think that the way of making templates on Blogger was a bit too tedious and slap-dashed and was in need of a new website.
Advertisements