Skip to main content
7
results
Andrew Fletcher
Working in Laravel, I needed to loop through an array and know whether the current loop was odd or even row.  To do this add the expression to your Twig file: {% set direction = loop.index0 is odd ? 'left' : 'right' %}In the call above, the variable direction is set to either left or right depending on the value of the position of the loop row (loop.index0).  I then used the left or right value in a div class adding to a series of tailwind css definitions.  Such...
Andrew Fletcher
Setting up the mail configuration in October CMS is a quick progress....
Andrew Fletcher
Common commands Themes and plugins have similar command lines.  So rather...
Andrew Fletcher
At times while developing in October CMS, you will perform a step that kills the...
Andrew Fletcher
Using October CMS to migrate your site and update the tables with the plugins...
Andrew Fletcher
This a resource library of the Apple developer resources that I have regularly accessed.  It will continue to grow as my path to learn app development continues. Library App Guidelines - https://developer.apple.com/library/content/qa/qa1686/_index.html Human Interface Guidelines - https://developer.apple.com/ios/human-interface-guidelines/overview/themes/ API reference - https://developer.apple.com/documentation Apple Developer Forum - https://forums.developer.apple.com/ Apple...
Andrew Fletcher
A list of languages for the iOS app in speech mode: Arabic (Saudi Arabia) -...