Laravel 4 tutorial – validation and front end – part 3
This is the third part of Laravel 4 tutorial. This time we are focusing on data validation and front end of this simple Laravel 4 website with admin backend tutorial.
This is the third part of Laravel 4 tutorial. This time we are focusing on data validation and front end of this simple Laravel 4 website with admin backend tutorial.
During a recent project, I had to add some custom links to page listings in WordPress admin besides Edit, View and Delete. Here is a small tip on how to do that.
It is official, a few hours ago Laravel 4, the fanciest of PHP frameworks, is released.
This is part 2 of the Laravel 4 tutorial on how to build a simple website with backend. This part will get into the core of the Laravel 4 back end and explain everything you need to build a back end side of the website.
This is a small tutorial on how to use Uri.lv JSON file to get number of subscribers, cache it and draw a nice chart with subscribers statistics
This is a second part of a Backbone.js and Slim framework. In the first part of the tutorial we’ve dealt with creating server side (using Slim) and now we’ll get started with client side (Backbone.js part of the story).
Google killed Feedburner API few months ago, now it’s killing Google Reader, maybe they’ll kill Feedburner, too. I decided to ditch Feedburner and switch to a great service called URI.LV
WordPress configuration file is a single core WordPress file that you should change. Today’s theme is known and some less known wordpress configuration file tips.
Most of the tutorials I found on Laravel 4 don’t really cover an entire process of building a web site/app with the framework. That is why I wanted to write down my process of building a web site, with a backend panel, simple user authentication, content management, image processing, API routes, etc.