Showing 7 of 1,216 result(s)

/blog/2016/12/07/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...

/blog/2016/11/30/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...

/blog/2016/11/21/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...

/blog/2016/11/18/laravel-array-helper-functions

Laravel provides many helper functions for interacting and manipulating array data structures. Laravel's array functions offer additional functionality on top of PHP's built in array functions. The helper functions in this section are located...

/blog/2016/11/21/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...

/blog/2016/11/21/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...

/blog/2018/04/14/laravel-5-generating-public-urls-to-mix-compiled-assets-with-mix

The mix helper function can be used to generate URLs to a versioned Laravel Mix file. You should use this function when you reference assets compiled or minified using Laravel Mix; this is because Laravel Mix generates a hash as the name of the...

Some absolutely amazing
people

The following amazing people help support this site and my open source projects ♥️
If you're interesting in supporting my work and want to show up on this list, check out my GitHub Sponsors Profile.