Younes's articles
Younes Rafie explores Github's Public Event data through Google BigQuery, and builds a demo PHP app around it for checking project popularity. Check it out!
Following up on his previous post, Younes Rafie implements searching and categories into his Youtube Laravel application.
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!
Younes Rafie explains how to enhance your PHP logging with Loggly.
Younes Rafie demonstrates using Sami, the documentation generator, to extract docs from your code's docblocks - even across several tagged versions
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?
Ever developed Laravel 4 packages? Ever wondered how you can use the same procedure to build them for Laravel 5? Wonder no more - Rafie Younes explains it.
Ever wondered how you can develop your PHP package while using it in an app for best effect? Use Github to fetch it via Composer, still undeployed!
Younes Rafie explores the Github API and its integration with PHP via a Laravel helper application
Younes Rafie explains what Laravel contracts are all about and uses them to implement a Twig engine into Laravel
Younes Rafied further explores 500px's API and implements upvoting, favoriting, commenting and uploading of new photos into the app he built last time!
Younes Rafie shows you how to implement 500px API into your Laravel application, adding popular photos, filters and users' profiles to it.
Rafie Younes introduces Silex, the microframework from Sensiolabs, the makers of Symfony. What is it good for? Is it better than Symfony? Find out!
Younes Rafie continues his foray into OctoberCMS development by showing you how to build a widget plugin from scratch.
Younes Rafie builds a blogging theme for OctoberCMS in this step by step tutorial. Laravel powered blogging in a jiffy!
Younes Rafie will build a Google Analytics plugin for OctoberCMS from scratch to show you how simple it is. Get started today!
Younes Rafie upgrades his previous demo application by extending the Google Analytics implementation with filters and charts from Highcharts.js
Younes continues his series by showing readers how to fetch Google Analytics data for their properties via the Google Analytics V3 API
Younes Rafie shows us how we can log into the Google Analytics API from PHP to start querying it for analytics data
Younes Rafie explains how one can create a Laravel Artisan Command for command line execution - CSS minification
Younes Rafie introduces Laravel IoC and explains how it's used for dependency injection
Younes Rafie explains how we can use Laravel Cashier to add a paid membership option to our web application via Stripe