Download the PHP package ayra/laravel-themes without Composer

On this page you can find all versions of the php package ayra/laravel-themes. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package laravel-themes

Laravel Themes - Theme Management System for Laravel 12.x

Latest Version on Packagist Total Downloads License PHP Version Laravel Version

A powerful and modern theme management system for Laravel 12.x that helps you organize themes, layouts, assets, and widgets efficiently. This package is based on teepluss/theme but completely rewritten for modern Laravel compatibility.

✨ Features

🚀 Quick Start

Requirements

Installation

  1. Install via Composer:

  2. Publish Configuration:

  3. Add to .env:

  4. Create Your First Theme:

📚 Documentation

Table of Contents

🎯 Basic Usage

Setting Up a Theme

Controller Integration

🎨 Theme Management

Creating Themes

Theme Structure

Theme Manifest (theme.json)

🔄 Theme Switching

Session/Cookie Based Switching

Theme Preview via URL

Route-Based Theme Switching

📤 Export & Import

Export Themes

Import Themes

Auto-Backup System

📦 Asset Management

Basic Asset Management

Advanced Asset Features

Asset Containers

Inline Assets

🏗️ Layouts & Views

Layout System

View Rendering

Partials

🧩 Widgets

Creating Widgets

Widget Class

Using Widgets

🍞 Breadcrumbs

Creating Breadcrumbs

Custom Templates

🎭 Blade Directives

Available Directives

🛠️ Helper Functions

Date & Time Helpers

Formatting Helpers

Security & Privacy Helpers

Device & Browser Detection

File & Media Helpers

Validation Helpers

UI & Design Helpers

Testing & Development Helpers

SEO & Meta Helpers

Utility Helpers

🚀 Advanced Features

Theme Statistics

Theme Preview URLs

Conditional Asset Loading

Asset Optimization

Theme Switching Examples

Export/Import Examples

Advanced Asset Management

📚 Complete Helper Function Reference

Date & Time Functions

Formatting Functions

Security Functions

Device Detection Functions

File Functions

Validation Functions

UI Functions

Utility Functions

SEO Functions

🎯 Usage Examples in Themes

In Theme Configuration

In Blade Templates

In Controllers

This comprehensive set of helper functions makes your Laravel Themes package incredibly powerful and user-friendly! Users can now build sophisticated themes with minimal custom code, using these built-in utilities for common tasks.

🎓 How to Use - Complete Tutorial

🚀 Getting Started - Step by Step

1. Installation & Setup

2. Basic Theme Structure

After running php artisan theme:create default, you'll have:

3. Create Your First Layout

4. Create Header Partial

5. Create Main Content Section

6. Create Footer Partial

7. Create Your First View

8. Configure Your Theme

9. Create Your Controller

10. Add Routes

🎨 Advanced Theme Features

Creating Multiple Themes

Theme Switching in Real-Time

Creating Widgets

Using Widgets in Your Views

🔧 Asset Management Examples

Advanced Asset Configuration

Asset Containers

📱 Responsive Design with Device Detection

Device-Specific Content

Device-Specific Assets

🎯 Real-World Use Cases

E-commerce Theme

Blog Theme

Corporate Theme

🚀 Performance Optimization

Asset Optimization

Conditional Loading

🔒 Security Features

Email Protection

Asset Integrity

📊 Monitoring & Analytics

Theme Usage Statistics

🎨 Customization Tips

Creating Custom Helpers

Extending Theme Classes

This comprehensive tutorial shows you exactly how to use every feature of the Laravel Themes package! From basic setup to advanced customization, you now have everything you need to build amazing, responsive themes.


All versions of laravel-themes with dependencies

PHP Build Version
Package Version
Requires php Version ^8.2
laravel/framework Version ^12.0
opis/closure Version ^3.6
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package ayra/laravel-themes contains the following files

Loading the files please wait ....