Stylist

screenshot of Stylist

Theming package for Laravel 5.

Overview

Stylist is a Laravel 5.5+ compatible package for theming your Laravel applications. It allows you to easily manage and activate themes for your application, organize theme directories, and handle assets within themes.

Features

  • Compatible with Laravel 5.5+
  • Easy installation via composer command
  • Ability to register and activate themes
  • Supports theme inheritance for customization
  • Organizes theme directories for views, stylesheets, javascripts, and images
  • Handles theme assets using Stylist's Theme facade

Summary

Stylist is a Laravel package that allows you to easily theme your Laravel applications. It provides features such as theme activation, theme directory organization, and asset management. With Stylist, you can easily customize the look and feel of your application by activating different themes and organizing their assets.