-
### Discussed in https://github.com/qirolab/laravel-themer/discussions/53
Originally posted by **El-Diegore** September 9, 2024
Hi, I was trying to add the theme to the reverb-chat project in…
-
### Scribe version
4.37.2
### PHP version
8.3.6
### Framework
Laravel
### Framework version
11.25.0
### Scribe config
```ruby
title => "Serp API Client"
type => "laravel"
…
-
Would this work with Laravel 5.7?
Also how easy is it to use it with modules and themes?
-
### What happened?
When accessing the /themes/ path under the subdomain sub.example.com, a 403 Forbidden error is encountered. However, the same path works correctly when accessed under the main doma…
-
Hi,
I'd like more information about this topic : https://github.com/igaster/laravel-theme/issues/38
Indeed, I'd like to have all my themes under public/themes folder
Is it possible to configure s…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Rate-Limited
These updates a…
-
Uploaded to production server,
Apache 2.4
PHP 8.3
Laravel 10*
Errors;
`[2024-08-08 23:47:53] local.ERROR: View [contact.index] not found in theme [public/themes/macron/views] or module [Module…
-
- Laravel Mix Version: 6.0.32 (`npm list --depth=0`)
- Node Version (`node -v`): v14.15.1
- NPM Version (`npm -v`): 7.8.0
- OS: MaxOS Big Sur 11.6
### Description:
Babel error
(node:7…
-
I tried to install the package with `Laravel 5.2`.
here is my `composer.json` file:
```
{
"name": "laravel/laravel",
"description": "The Laravel Framework.",
"keywords": ["framework", "l…
-
I follow installation guide, which is:
1) `laravel new themes` // installed laravel
2) `composer require caffeinated/themes` // installed package
3) `php artisan make:theme Bootstrap` // created …