Skip to content
View alexandreelise's full-sized avatar
💡
Your Website. Augmented.
💡
Your Website. Augmented.

Block or report alexandreelise

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
alexandreelise/README.md

Api Adept : Your Website. Augmented.


      ___           ___                              ___          _____          ___           ___               
     /  /\         /  /\      ___                   /  /\        /  /::\        /  /\         /  /\        ___   
    /  /::\       /  /::\    /  /\                 /  /::\      /  /:/\:\      /  /:/_       /  /::\      /  /\  
   /  /:/\:\     /  /:/\:\  /  /:/                /  /:/\:\    /  /:/  \:\    /  /:/ /\     /  /:/\:\    /  /:/  
  /  /:/~/::\   /  /:/~/:/ /__/::\               /  /:/~/::\  /__/:/ \__\:|  /  /:/ /:/_   /  /:/~/:/   /  /:/   
 /__/:/ /:/\:\ /__/:/ /:/  \__\/\:\__           /__/:/ /:/\:\ \  \:\ /  /:/ /__/:/ /:/ /\ /__/:/ /:/   /  /::\   
 \  \:\/:/__\/ \  \:\/:/      \  \:\/\          \  \:\/:/__\/  \  \:\  /:/  \  \:\/:/ /:/ \  \:\/:/   /__/:/\:\  
  \  \::/       \  \::/        \__\::/           \  \::/        \  \:\/:/    \  \::/ /:/   \  \::/    \__\/  \:\ 
   \  \:\        \  \:\        /__/:/             \  \:\         \  \::/      \  \:\/:/     \  \:\         \  \:\
    \  \:\        \  \:\       \__\/               \  \:\         \__\/        \  \::/       \  \:\         \__\/
     \__\/         \__\/                            \__\/                       \__\/         \__\/              


      
  

Tip

Don't let technical problems KILL your AMBITIONS...

visitor badge GitHub followers YouTube Channel Views

Let's connect

Pinned Loading

  1. j4x-api-collection j4x-api-collection Public template

    An attempt to help the Joomla! 4.x, 5.x, 6.x and beyond, early adopters, mainly focused for developers. It's an unofficial postman collection of the official since Joomla4 Beta API until now

    66 32

  2. j4x-api-examples j4x-api-examples Public template

    Some Joomla! 4.x Web Services Api Examples and Experiments to raise the level of awareness of the huge potiental of Joomla! 4.x Web Services.

    PHP 35 1

  3. routefinder routefinder Public template

    Goal: Extract Joomla Api Routes to be able to auto-generate always up-to-date OpenAPI Schema

    PHP 2

  4. frankenphp-joomla frankenphp-joomla Public template

    Joomla on FrankenPHP

    Dockerfile 11 3

  5. Add custom fields to core modules in... Add custom fields to core modules in Joomla! 3
    1
    <?php
    2
    defined('_JEXEC') or die;
    3
    ?>
    4
    <div class="latestnews">
    5
       <ul class="list-group list-group-flush">
  6. How to render a subform custom field... How to render a subform custom field manually by using php in Joomla! 4.0.x
    1
    <?php
    2
    /**
    3
     * @package         Joomla.Plugin
    4
     * @subpackage      Fields.Subform
    5
     *