All Projects → RobinRadic → Blade Extensions

RobinRadic / Blade Extensions

Licence: other
Laravel Blade extensions like $loop->odd/$loop->index in foreach, view blocks and partials, etc

Labels

Projects that are alternatives of or similar to Blade Extensions

Laravel Robots Middleware
Enable or disable the indexing of your app
Stars: ✭ 259 (-3%)
Mutual labels:  laravel
Laravel Money
Currency formatting and conversion package for Laravel
Stars: ✭ 261 (-2.25%)
Mutual labels:  laravel
Eloquent Builder
Provides an advanced filter for Laravel or Lumen model.
Stars: ✭ 264 (-1.12%)
Mutual labels:  laravel
Pmanager
A project management system built using laravel. Watch full video here
Stars: ✭ 260 (-2.62%)
Mutual labels:  laravel
Nova Backup Tool
A Laravel Nova tool to backup your app
Stars: ✭ 260 (-2.62%)
Mutual labels:  laravel
Formvuelar
Vue form components with server-side validation in mind
Stars: ✭ 263 (-1.5%)
Mutual labels:  laravel
Quicksand
Easily schedule regular cleanup of old soft-deleted Eloquent data.
Stars: ✭ 259 (-3%)
Mutual labels:  laravel
Ray
Debug with Ray to fix problems faster
Stars: ✭ 263 (-1.5%)
Mutual labels:  laravel
Otter
A relatively automatic CRUD backend administration panel for Laravel
Stars: ✭ 261 (-2.25%)
Mutual labels:  laravel
Html
Laravel package designed to generate common HTML components
Stars: ✭ 265 (-0.75%)
Mutual labels:  laravel
Laravel Nestedset
Effective tree structures in Laravel 4-5
Stars: ✭ 3,045 (+1040.45%)
Mutual labels:  laravel
Shaark
Self-hosted platform to keep and share your content: web links, posts, passwords and pictures.
Stars: ✭ 258 (-3.37%)
Mutual labels:  laravel
Laravel Slack
#️⃣ Slack notification for Laravel as it should be. Easy, fast, simple and highly testable.
Stars: ✭ 263 (-1.5%)
Mutual labels:  laravel
Laraform
Reactive Form Builder for Vue.js with Laravel Support
Stars: ✭ 259 (-3%)
Mutual labels:  laravel
Cors
🔮Supported(Laravel/Lumen/PSR-15/Swoft/Slim/ThinkPHP) - PHP CORS (Cross-origin resource sharing) middleware.
Stars: ✭ 266 (-0.37%)
Mutual labels:  laravel
Laravel Demo Mode
A package to protect your work in progress from prying eyes
Stars: ✭ 259 (-3%)
Mutual labels:  laravel
Seo Helper
🔍 SEO Helper is a package that provides tools and helpers for SEO (Search Engine Optimization).
Stars: ✭ 262 (-1.87%)
Mutual labels:  laravel
Free Pmo
Project management software for freelancers or agencies, built with Laravel 5.
Stars: ✭ 264 (-1.12%)
Mutual labels:  laravel
Pixelfed
Photo Sharing. For Everyone.
Stars: ✭ 3,237 (+1112.36%)
Mutual labels:  laravel
Laravel Transactional Events
Transaction-aware Event Dispatcher for Laravel
Stars: ✭ 263 (-1.5%)
Mutual labels:  laravel

Laravel logo Laravel Blade Extensions

Build Status GitHub Version Total Downloads License

A Laravel package providing additional Blade functionality.

Tested on all Laravel 5.x & 6.x & 7.x versions.

The package follows the FIG standards PSR-1, PSR-2, and PSR-4 to ensure a high level of interoperability between shared PHP code.

Version 7.3

Features

  • Compatible with all Laravel 5 & 6 versions
  • 20+ Configurable, nameable, extendable, replaceable, testable directives.
  • Compile Blade strings with variables BladeExtensions::compileString($string, array $vars = [])
  • Progamatically push content to a stack inside blade view(s) BladeExtensions::pushToStack($stack, $views, $content)
  • Even if you don't use any of the directives, Blade Extensions provides you with a great method to manage your directives.

Directives

All directives can be disabled, extended or replaced.

Installation

1. Composer

"radic/blade-extensions": "~7.1"

2. Laravel

Radic\BladeExtensions\BladeExtensionsServiceProvider::class

3.Configuration

The first version of this package was created for Laravel 4.2. In the later releases Laravel introduced quite a few similar directives/functionality like the foreach loop variable, Components & Slots, etc. This package automaticly disables some directives depending on your Laravel version. The configuration file allows you to fully configure this behaviour. Make sure to check it out.

Copyright/License

Copyright 2015 Robin Radic - MIT Licensed

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].