Nick goes in depth with Bolt CMS, implementing custom content types along with their pagination and single record views. You won't believe how easy it is!
Tag: PHP
Jamie Shields dives into effective pagination techniques with jQuery and Ajax in PHP using the Silex framework for the sake of simplicity
In this article, Aleksander Koko takes a look at the various third party JavaScript and PHP libraries used by WordPress today.
Bruno Skvorc compiles a list of Composer tips and tricks for efficient workflows.
Nick Salloum adds CRUD functionality to a previously bootstrapped Laravel application. See how simple it is to get going with real life projects!
Nick Salloum bootstraps a new Laravel CRUD project in this tutorial, laying the foundation for the next part in which CRUD features get added.
Following up on his previous post, Younes Rafie implements searching and categories into his Youtube Laravel application.
Danny uses ajax functionality in Drupal 8 to add some UX magic to a form from a previous tutorial - all without a single line of JavaScript. See how!
The Youtube API can be a powerful ally in creating your own video watching app. See how Younes does it in this intro to using Youtube with Laravel!
Younes Rafie shows you how easy it is to build a micro application with Laravel's Lumen micro-framework. See how to build an API app for Markdown!
Taylor Ren continues his series about Symfony2 Authentication and Authorization by adding Registration and Login
Learn about authorization and authentication in Symfony2 with Taylor Ren's tutorial - covering an invite system, verification, and more.
Jacek Barecki explores Memio, a library one can use to generate PHP code programmatically. It uses Twig templates and an OOP interface to make things easy!
Younes Rafie demonstrates using Sami, the documentation generator, to extract docs from your code's docblocks - even across several tagged versions
Scrutinizer is an online service for checking the quality of your PHP, Python or Ruby code. Bruno Skvorc shows you how to set it up and navigate the options
Learn how to build an Ajax / jQuery powered "liking" module for Drupal with Abbas Suterwala!
Nick Salloum takes a look at BoltCMS - a new player in the CMS game - and uses it to build a sample small business website. See how!
Agbonghama explores a PHP package used for adding social logins to your PHP application. Log your users in with FB, Google, Github, etc!
Christophe Willemsen dives into building social-network style user timelines with Neo4j and PHP - build your own social network easily!
Danny Sipos continues the development of his hybrid app by integrating Elasticsearch with Silex, the PHP micro-framework.
In this short tutorial, Rafie Younes will show you how to implement Github webhooks with your PHP app - log all changes to a repo in your local database!
Younes covers upgrading from Laravel 4 to Laravel 5 in this short guide, referencing the most important change points. Have you upgraded yet?
Danny Sipos decides to make a super-fast CMS by using Drupal for content management, and Silex+Elastisearch for the front-end app. See how!
Bruno Skvorc explains the @each Laravel Blade construct and uses it to build recursive partials that print out infinitely nested trees of data. See how!
Danny Sipos explores UserApp - a user management and authentication web service letting you add logins easily to any app - by implementing it into Symfony2