Hi, found the issue:
The problem was that the "name" element must be equal to the Folder name where the theme is located.
In my case the foldername was lowercase and the theme.json file was indicated with uppercase.
Hi, found the issue:
The problem was that the "name" element must be equal to the Folder name where the theme is located.
In my case the foldername was lowercase and the theme.json file was indicated with uppercase.
The theme.json file contains:
{
"name": "MAMS",
"description": "Medical Appointment Management System Theme",
"type": "frontend",
"version": "0.0.1"
}
Is there any limitation regarding the folder name based on this configuration or other element I'm not aware of?
I've just created a copy of the Flaty theme with another name, changed the theme.json file settings and change the default theme on the configuration section and run both stylish:publish and cache:clear artisan commands.
Even that, when entering to the frontend section a ThemeNotFoundException is thrown. How do I register the theme with stylist?
on both places: https://asgardcms.com/docs/v2/workshop-module/theme-scaffold and https://asgardcms.com/docs/v2/themes/usage there is no mention of how to solve this issue.
Forum does not have mention to it either. Any missing steps?
Asgard 2.6.1 on Php 5.6
That works....!
Is there an specific problem with the migrations?
Should I run something else to get the migrations in place?
Is there any modification needed to the install steps on the modules? https://github.com/AsgardCms/Blog/blob/master/readme.md
Hi, I'm trying to use the site for a new development idea and I'm trying to install the blog module following the instructions on the page, but the command gives me the following error:
php artisan asgard:download:module asgardcms/blog-module
No releases were found for this package.
Is there any specific reason?
I'm using php 5.6 and installed the whole framework following the instructions.