Younes's articles
How to Master Your API Workflow with Postman
By Younes Rafie,
Younes present Postman - the API development tool of choice - in comprehensive detail. There's never been a better way to improve your API dev workflow!
8 Must Have PHP Quality Assurance Tools
By Younes Rafie,
Take a look at this list of 8 PHP Quality Assurance tools - absolute essentials in your passion projects
PDS Skeleton by Example: A Standard for File and Folder Structure
By Younes Rafie,
Younes explores PDS-Skeleton, a new idea in the PHP world aiming to standardize file and folder layouts of packages and apps. No more "where's that class?"!
An Alternative Laravel Package Development Workflow
By Younes Rafie,
After we published Francesco's Laravel Package development workflow a month ago, Younes chimes in with his own Laravel Package development approach!
How Can I Use Laravel Envoy or Deployer with SemaphoreCI?
By Younes Rafie,
Younes sets up a CI pipeline on SemaphoreCI and makes sure it invokes Deployer or Laravel Envoy to deploy the app after a successful commit / test.
How to Secure Laravel Apps with 2FA via SMS
By Younes Rafie,
Younes Rafie shows us how to add 2FA to a Laravel app - make sure your users can log in securely by adding an SMS layer!
PHP Fractal – Make Your API’s JSON Pretty, Always!
By Younes Rafie,
Younes looks at Fractal - a PHP League package for formatting and transforming JSON, YAML, and other data formats to something consistent. APIs rejoice!
Eloquent & Polymorphic Relations: Overview and Usage Guide
By Younes Rafie,
In this "next level Laravel" post, Younes explains an interesting approach to designing relationships with Eloquent: polymorphic relations.
What’s New and Exciting in PHP 7.1?
By Younes Rafie,
Younes quickly goes through some of the most exciting PHP 7.1 updates - come see what's new in this not-major-not-minor new version!
Quick Tip: The Convenient Magic of Eloquent Observers
By Younes Rafie,
Younes presents Eloquent Observers - a method of subscribing to changed on models and having those models notify all subscribers of changes. Check it out!