jlambe on master
Add make:observer command suppo… (compare)
jlambe on master
Add cache table, cast make, com… (compare)
jlambe on master
Set env command and register co… (compare)
jlambe on master
Fix console kernel error report… (compare)
jlambe on master
Implement configuration cache c… (compare)
jlambe on master
Implement make component comman… (compare)
jlambe on master
Implement clear-compiled comman… (compare)
jlambe on master
Implement the cast command. (compare)
jlambe on master
Bump acorn from 6.4.0 to 6.4.1 … Merge pull request #776 from th… Fix Mix helper path. Add manife… and 15 more (compare)
@swaraasolutions Thanks for reporting this issue. Can you post it under the framework repository or perhaps could you make a pull request? https://github.com/themosis/framework/issues Thanks
i will generate a pull request first thing monday morning IST
Hi @jlambe , loving the work on v2! I'm glad that someone is trying to make Wordpress bearable! :smile:
Just wondering what your feelings about where views/assets should go in the project structure. I'm getting the impression that these should generally be going in the project's theme directory, but for my use-case (a single Wordpress app), I can't really think of a compelling reason to do this.
My initial thoughts would be to actually hoist everything to root-level views/assets directories as it seems like it would make working on my project easier, particularly because:
views
directory (would just be empty otherwise?)On the other-hand, I'm quite new to Themosis, so I'm not sure if there are potential downsides to this kind of approach?
echo app('Twig_Environment')->render('partials/global/activate/activate-header.twig')
Hello, i tried to upgrade the framework for a customer from 1.3 to 2.0 but when i go to the homepage it keeps telling we:
The theme is only compatible with the Themosis framework. Please install the Themosis framework.
I followed the documentation, but i kinda stuck in here. Can someone please help me? Cheers Rob
http://bookstore.dev/firstcategory/secondcategory/hello-world-post
, but not the archive
i have to reference http://bookstore.dev/secondcategory
currently but i need the parent/child category tree to be on the url
it's using the standard route currentlyRoute::match(['get', 'post'], 'archive', function ($post, \WP_Query $query) {
firstcategory-secondcategory
)
secondcategory
instances are different