I have a package that creates user groups and pages and restricts access to the pages based on user groups. It also contains a custom registration page that logs in the user once registration has been completed.
The issue I am seeing is that the page p…
I have routers with names:
[code]
$groupRouter->get('/test', 'TestController::index')
->setName('test');
$groupRouter->get('/show/{id}', 'TestController::show')
->setName('show');
[/code]
How can I use it in a view by its name, not by path?…
Friends with Laravel experience,
Can you please tell me if concrete5 has a middleware authentication mechanism as in Laravel routes and controllers like
[code]
$this->middleware('auth')->except(['index', 'show']);
$this->authorize('update', $user->…
Laravel and concrete5 gurus,
I'm trying to insert a piece of content into a theme's template and I follow the view rendering section:
https://documentation.concrete5.org/developers/framework/routing/views
and I have this in my view controller:
[co…
I'm following this doc:
https://documentation.concrete5.org/developers/framework/routing/including-routes-in-packages
1. I've got this in my package controller:
[code]
use MyPackage\RouteList;
protected $pkgAutoloaderRegistries = [
'src/My…
Is it possible to hide a div from the browser if the editable areas within it have not been used (ie they are empty)? But they are available in EditMode and become visible automatically upon text being added to them?
I am trying to create a package that generates new page attributes. One of these is a "Regions" drop down. I am able to create the attribute, but I cannot figure out how to populate it with values. Any help is appreciated!
Here is the code in the packa…
Anyone else have an Express entity with an Express Entity select that is now blank as of 8.5.3? There doesn't appear to be a button anymore to click to open the list of records to select.
I use a Google-Font «Barlow» in my webpage. The fontweight used is «regular» 400. Due to Security we need to have fonts served locally, also on the webserver, not loaded from a remote google server.
Though the font rendered in the webpage is 500 italic…
I noticed that many of our pages seem to take a long time to load (1.5-2 seconds). I installed the "Speed Analyzer" extension, and confirmed that even really simple pages are taking more than 1.5 seconds to load. I clicked on the record for one of the pag…
If you're looking to get help with an Add-on or Theme you got out of the marketplace, you can do that from the very same place you got the item in the first place. For example, if you have an eCommerce or Calendar question - go check out the Support tab for each of them.
Pick an Answer
Hey, you're asking a community of busy people to volunteer their time to find you an answer. Help us know if your thread is resolved or not by picking an answer.
There's a little "Mark as Best Answer" link to every post in your thread. When you find the best answer to your question, just click that link and all sorts of wonderful things happen to everyone!
-Thank You! MGMT
Post
Sign In?
You must have a user account and be signed to perform this action.