Laravel: Rendering view as file donwload

More than once I needed to render a laravel view as a downlodable file. This task could be easily accomplished

Category: Development
03/04/2018
12336 times
Tags: Laravel
Laravel: Rendering view as file donwload
Related posts
TDD implementation of Finite State Machine (FSM) with Laravel

This article describes a TDD (Test Driven Development) approach to implement a Finite State Machine (FSM) using PHP+Laravel. However, such method is general and could be used in the programming language of your choice.

Load dynamic Vue components based on a prop string

Learn how to use a dynamic component by passing its name through a string prop.

Laravel Visitor

LaravelVisitor is a Visitor Design Pattern implementation for Laravel. It allows to easily execute processing of collections of arbitrary elements, without requiring to use repeated conditionals, thus improving code abstraction.

Sending a test email from a Laravel application

Learn how to send a test email from a Laravel app