Skip to main content
ArticlesProjectsUsesNowWork HistoryAbout
Tag Archive

Articles Tagged: laravel

Technical writings, opinionated architectures, and development guides tagged with laravel.

Articles86
Est. Read Time771 mins
Categories6
Featured5

All you need to know about API Versioning. What is it, what types of versioning exist, how are they used and why you might need it?

laravelapi-developmentversioningrest-api

Simplify complex business processes in Laravel using pipelines for clean and elegant code.

laravelpipelinesbusiness-processescode-organisation

Learn how to implement secure passwordless authentication in Laravel using magic links for user access. Follow this tutorial for a step-by-step guide.

laravelauthenticationmagic-linkssecurity
2023-03 · 6 min read

Laravel Response Classes

Laravel Response Classes; Simplify API responses, maintain code quality with custom response classes.

laravelapi-responsesjson-responsescode-organization
2023-02 · 5 min read

Laravel CI with GitHub Actions

Automate Laravel CI with GitHub Actions - Learn testing, PHPStan static analysis setup in this tutorial.

laravelgithub-actionscontinuous-integrationstatic-analysis

Learn strategies like Route Service Provider, File Requires, and Route Groups for managing routes in a large Laravel application.

laravelroutingcode-organisationscalability