Posts marked with “laravel”

Treasures, Old & New – May 2018

by · May 1, 2018

1
 

Writing clean code, managing technical debt, testing with Mockery, Toxic Tech, API specifications, and more.

 

Artisanal: Odds and Ends

by ·

0
 

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

by · April 2, 2018

0
 

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

by ·

0
 

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

by · March 1, 2018

2
 

PHP Daemons, Evolving PHP, containers, accessibility, Lumen, code reviews, signing git commits, running a user group, and more.

 

Illuminating Lumen

by ·

0
 

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

by · February 1, 2018

0
 

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

by ·

0
 

Containers, Drupal + Symfony, Evaluating Tools, Onboarding, Application Encryption, Laravel Scout, and more

 

Episode 6: Setting Up to Succeed

by · January 24, 2018

0
 

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

by · January 4, 2018

0
 

Worker Queues, Async with Generators, and PHP Sessions in Depth, Hiring PHP Devs, Laravel Collections, Security & Logging, and more.