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.
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).
My kids love Calculus games, so I decided to build one using jQuery. This is fairly simple jQuery Calculus game which we will expand in next parts of the tutorial.
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.
In this series of articles I’ll create simple task management web application based on Backbone.js. To save data and persist it to database I’ll use Slim PHP micro RESTful server.
Today I am going to show you how easy it is to debug WordPress with XDebug and improve your overall development process.
This is part two of image upload, crop and resize tutorial started last week. This part will show you HTML5 image upload, multiple image uploads, resizing and cropping them using HTML5, PHP and JavaScript.