I hereby claim:
- I am awilum on github.
- I am awilum (https://keybase.io/awilum) on keybase.
- I have a public key ASBuf2Fuhn_PRGA1JnWLY187vFoiKuHnemJCl9ypnSE_awo
To claim this, I am signing this object:
| # Run phpstan | |
| php -d memory_limit=1G ./vendor/bin/phpstan | |
| # Run pest | |
| php -d memory_limit=1G ./vendor/bin/pest | |
| # Run phpcbf | |
| ./vendor/bin/phpcbf --standard=Doctrine ./src/flextype/core/Actions.php | |
| # Start Symfony Local Server |
| <?php | |
| // Add this route to your Flextype Website to generate static website. | |
| flextype()->get('/generate-static-site', function () { | |
| // Set static site directory path | |
| $staticSitePath = '../awilum.github.io/'; | |
| // Set static site base url | |
| //flextype('registry')->set('flextype.settings.url', 'CUSTOM_BASE_URL'); |
I hereby claim:
To claim this, I am signing this object:
| <?php | |
| return \Symfony\Component\VarExporter\Internal\Hydrator::hydrate( | |
| $o = [ | |
| clone (($p = &\Symfony\Component\VarExporter\Internal\Registry::$prototypes)['Atomastic\\Arrays\\Arrays'] ?? \Symfony\Component\VarExporter\Internal\Registry::p('Atomastic\\Arrays\\Arrays')), | |
| clone $p['Atomastic\\Arrays\\Arrays'], | |
| clone $p['Atomastic\\Arrays\\Arrays'], | |
| clone $p['Atomastic\\Arrays\\Arrays'], | |
| clone $p['Atomastic\\Arrays\\Arrays'], | |
| clone $p['Atomastic\\Arrays\\Arrays'], | |
| clone $p['Atomastic\\Arrays\\Arrays'], |
| <?php | |
| return Atomastic\Arrays\Arrays::__set_state(array( | |
| 'items' => | |
| array ( | |
| 'title' => 'Shop', | |
| 'entries' => | |
| array ( | |
| 'fetch' => | |
| array ( | |
| 'catalog' => |
| admin: | |
| entries: | |
| view: | |
| emitter: | |
| addListener: | |
| - name: onAdminThemeTail | |
| properties: | |
| value: | | |
| <form id="delete-entry-id-{{ entry.id }}" action="{{ urlFor('admin.content.deleteProcess') }}" method="POST" style="display: none;"> | |
| {{ csrf() }} |
| title: Default | |
| type: entry | |
| icon: | |
| set: bootstrap | |
| name: file-text | |
| admin: | |
| entries: | |
| view: | |
| emitter: | |
| addListener: |
| <p style="font-size: 500%; text-align: center">Total Downloads:</p> | |
| <p id="downloads-all" style="font-size:1000%; text-align: center"></p> | |
| <script type="text/javascript"> | |
| let userName = "flextype"; // User name of the repository | |
| let repoName = "flextype"; // Repository name | |
| let releaseTag = "latest"; // Using tag 'latest' for latest released download count | |
| let url = `https://api.github.com/repos/${userName}/${repoName}/releases/${releaseTag}`; | |
| let request = new XMLHttpRequest(); | |
| request.open('GET', url, true); | |
| request.onload = function () { |
| # | |
| # Flextype Traditional CMS (MacOS, Linux) | |
| # | |
| # Required: curl, wget, jq | |
| # | |
| # Will be installed | |
| # | |
| # Core: Flextype | |
| # Plugins: admin, accounts, accounts-admin, acl, site, twig, form, form-admin, themes-admin, jquery, icon, phpmailer | |
| # Themes: noir |