Showing 10 of 1,278 results.

An Introduction to Laravel Message Bags

…. Illuminate\View\View The View class uses instances of MessageProvider implementations to facilitate the communication of errors between the application logic and the front-end code of an application.This article is the start of a mini-series...

Custom Command Styles With Laravel Artisan

Since Laravel's console application and commands are built on top of the Symfony console component, we can use Symfony's console style system within our Laravel commands. Styles are used to control the background and foreground colors of text that...

Laravel Task Scheduling: Running the Task Scheduler

In this article we will explore the various ways to run the Laravel task scheduler. We will look at running the task scheduler on Mac OS as well as on Windows. There are two major ways to run the task scheduler. The first is to manually run the...

Laravel Macros: An Easy Way to Extend Laravel Components

Macros are a way to reduce the lines of code a developer has to write, and can be traditionally thought of as "shortcuts". Laravel generally uses macros to add, or inject, functions into various classes at runtime. Developers familiar with C# can...

Laravel Companion: Second Edition

Laravel Companion: Second Edition is the practical, example-rich reference guide designed for developers who want to work smarter with Laravel. Whether you're just getting started or looking to level up, this book gives you a fast and accessible...

Encrypting and Decrypting Within Laravel Applications

Laravel provides support for AES encryption, a symmetric key encryption scheme, right out of the box. Laravel also automatically signs all encrypted values with a message authentication code (MAC) so that any modifications to the encrypted data...

Laravel Facades Part One: An Introduction to Facades

This article is part of a four part series all about Laravel facades. Each of the parts are listed below: Laravel Facades Part One: An Introduction to Facades, Laravel Facades Part Two: Using Facades, ., Laravel Facades Part Three: Creating Custom...

Laravel Facades Part Four: Facade Class Reference

Laravel Facades Part One': 'An Introduction to Facades, Laravel Facades Part Two': 'Using Facades, Laravel Facades Part Three': 'Creating Custom Facades, Laravel Facades Part Four': 'Facade Class Reference The following tables will list all the...

Filter Search