Download the PHP package qirolab/laravel-themer without Composer

On this page you can find all versions of the php package qirolab/laravel-themer. 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-themer

Multi theme support for Laravel application

Latest Version on Packagist GitHub Tests Action Status Styling Psalm Total Downloads

This Laravel package adds multi-theme support to your application. It also provides a simple authentication scaffolding for a starting point for building a Laravel application. And it also has preset for Bootstrap, Tailwind, Vue, and React. So, I believe it is a good alternative to the laravel/ui & laravel/breeze package.

Features

If you don't want to use auth scaffolding of this package, instead you want to use Laravel Fortify, no problem with that. You can use Laravel Themer with Fortify. Laravel Fortify only gives backend implementation authentication, it does not provide views or frontend presets. So, use Fortify for backend auth and Laravel Themer for views and presets.

Tutorial

Here is the video for Laravel Themer Tutorial.

Installation and setup

NOTE:

Laravel Themer v2.x and the above versions support Vite. If you want to use Laravel Mix then try Laravel Themer v1.7.1

You can install this package via composer using:

Publish a configuration file:

Creating a theme

Run the following command in the terminal:

This command will ask you to enter theme name, CSS framework, js framework, and optional auth scaffolding.

Create theme

Useful Theme methods:

Middleware to set a theme

Register ThemeMiddleware in app\Http\Kernel.php:

Examples for middleware usage:

Asset compilation

To compile the theme assets, first you need to add the following lines in the scripts section of the package.json file.

Now, to compile a particular theme run the following command:

Testing

Support us

We invest a lot of resources into video tutorials and creating open-source packages. If you like what I do or if you ever made use of something I built or from my videos, consider supporting us. This will allow us to focus even more time on the tutorials and open-source projects we're working on.

<img src="https://i.imgur.com/zHowozE.png" alt="Buy Me A Coffee" style="height: 60px !important; width: 217px !important;">

Thank you so much for helping us out! 🥰

Download your copy of the eBook today and become a JavaScript pro

JavaScript: ES2015 to ES2023

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

Authentication scaffolding stubs and presets are taken from laravel/ui, laravel/breeze, and laravel-frontend-presets/tailwindcss.

License

The MIT License (MIT). Please see License File for more information.


All versions of laravel-themer with dependencies

PHP Build Version
Package Version
Requires php Version >=7.1.0
facade/ignition-contracts Version ^1.0
illuminate/support Version ^9.19|^10.0|^11.0
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 qirolab/laravel-themer contains the following files

Loading the files please wait ....