Posts marked with “laravel”
Treasures, Old & New – May 2018
Writing clean code, managing technical debt, testing with Mockery, Toxic Tech, API specifications, and more.
Artisanal: Odds and Ends
This month I’m running with a collection of odds and ends of Laravel which I feel strongly about or that answer some common questions about Laravel and the related ecosystem. I find these issues to be common among people who ask me about Laravel on social media or in person at conferences or user group […]
Testing in Practice – April 2018
PHP Unit, Mockery, Type Hints, Async PHP, building a REST API, training programs, PHP isolation and security, serverless computing, Laravel auth, and more.
Artisinal: Authentication with Laravel
Authentication is the foundation of your application’s security. Authentication separates guests from users and restricts functionality in your application to authenticated users. We can also take authentication a step further and completely offload the grunt work to some other service such a GitHub, Google, or any other third party authentication service provider.
Long Running PHP – March 2018
PHP Daemons, Evolving PHP, containers, accessibility, Lumen, code reviews, signing git commits, running a user group, and more.
Illuminating Lumen
Lumen is a microframework from the creator of Laravel advertised as “Decidedly Laravel. Delightfully Minimal.” If you are looking at taking your first dive into building an API or microservice, Lumen is a welcome starting point for those already familiar with Laravel.
Artisanal: Full-Text Searching with Scout
Laravel Scout is a package that makes adding full-text searching of your Eloquent models simple. We’re going to cover installing and configuring Laravel Scout and utilizing a community supported MySQL driver to test drive Scout.
Know Your Tools – February 2018
Containers, Drupal + Symfony, Evaluating Tools, Onboarding, Application Encryption, Laravel Scout, and more
Episode 6: Setting Up to Succeed
Eric and John chat with Joe Ferguson about Laravel collections. They also discuss the January features on background processing with queues, securing your website, PHP Generators and more and more. Oscar looks at PHP support and RFCs coming in 2018.
Setting Up to Succeed – January 2018 issue
Worker Queues, Async with Generators, and PHP Sessions in Depth, Hiring PHP Devs, Laravel Collections, Security & Logging, and more.