Showing 10 of 1,322 results.

Laravel Facades Part Four: Facade Class Reference

…lved Class App Illuminate\Foundation\Application Artisan App\Console\Kernel Auth Illuminate\Auth\AuthManager Blade Illuminate\View\Compilers\BladeCompiler Bus Illuminate\Bus\Dispatcher Cache Illuminate\Cache\CacheManager Config...

Additional Index Fields | Index Configuration

The documentation search provider makes many additional fields available for use when building the search results template. The following should be added to your fields configuration when using the docs: search provider: search_title, : The title...

Specifying Custom Directive Names | The Document Parser

By default, the document parser does not know any custom directives available within an application. This decision was made to help keep the parser as standalone and reusable as possible. However, it is simple to teach the parser about custom...

Creating the Comment Form | Integrating Meerkat

To create the comment form, we will use the {{ meerkat:create }} Antlers tag. This tag will give us access to Meerkat's form definition, as well as useful information we can use after a visitor submits their comment. At the most basic level, this...

Laravel Artisan Custom Styles: Custom Progress Bar Styles

There are extensive customizations that can be made to console progress bars. The progress bars that are displayed in Laravel commands are an instance of Symfony\Component\Console\Helper\ProgressBar class. Progress bars also inherit their styles...

Filter Search