Archives

Mifty

All posts from Mifty

A Tutorial on Laravel 5.3 User Authentication with Activation Email and Custom Notifications

When it comes to user authentication and authorization, Laravel is one of the best frameworks out there. But when trying to setup authentication for the first time in Laravel, the process can seem a bit daunting, especially when you are trying to do something a bit more advanced than the basic authorization functionalities. According to […] Keep Reading

Random Cartoons

018 – Hammer Time

All summer long, we kept hearing comparisons between the DC’s Suicide Squad movie and Marvel’s Avengers movies. So, I thought that it would be interesting to see what both movies share in common. In the end, all I could find was the fact that Harley Quinn and Thor both have hammers. The truth is that […] Keep Reading

BurgerPedia: A Complete Laravel 5 and AngularJS Tutorial with Bootstrap to Make it Pretty – Part 11

Tutorial Conclusion That basically wraps-up the tutorial. We now have a working web application that features a Laravel backend along with a AngularJS frontEnd. We have als covered many of the important topics that we set out to cover during the tutorial introduction. So now, we can talk about what we can do to make […] Keep Reading

BurgerPedia: A Complete Laravel 5 and AngularJS Tutorial with Bootstrap to Make it Pretty – Part 10

Part 10 – AngularJS Modules Controllers and Templates At this point, our AngularJS application and all of its directory setup is complete. We have also created the Burgerpedia module file along with the 2 template files and 2 controller files needed to make the application work. In the end, our application consists of the following […] Keep Reading

BurgerPedia: A Complete Laravel 5 and AngularJS Tutorial with Bootstrap to Make it Pretty – Part 9

Part 9 – Getting familiar with AngularJS Note #1: OK, prior to this tutorial, I had zero experience with AngularJS. Don’t get me wrong. I heard about AngularJS and knew that it could do some really amazing stuff but I had never actually used it. So, I decided to read a few articles and tutorials […] Keep Reading

All That's Awesome/Google

55 Interesting facts you may not know about Google

If you’re a regular on this blog, then you know about my huge lovefest with Google. Well, the good folks at bargainfox were nice enough to share these 55 interesting facts about Google.. Check out the complete infographic below by Bargain Fox. Google is the leading global search engine. However, besides this basic information, there […] Keep Reading

BurgerPedia: A Complete Laravel 5 and AngularJS Tutorial with Bootstrap to Make it Pretty – Part 8

Part 8 – Integrating AngularJS and Bootstrap Now that we have the Laravel backend completely ready and all of our API routes defined, let’s go ahead and setup our frontend for viewers using AngularJS and Bootstrap. The first part is downloading and installing the various AngularJS and Bootstrap files in the right location. Inside Laravel’s […] Keep Reading