Category: Laravel

  • Statamic Project

    Index Here is an Index of my Statamic project, it doesn’t always look like this since things might change with updates or because of a different folder structuring by the person themselves. So as mentioned while somethings might align with different projects / versions this is only guaranteed to match my project. (These paths are

    Zum Beitrag

    //

  • Statamic

    Generally the way you add the Statamic elements or content in the code is somewhat similar as you would do in Blade. So very simply put, you just add whatever you wish to include that’s from Statamic between 2 curly braces like so “{{ element }}”.An example is shown for each “Category” below. Collections Collections

    Zum Beitrag

    //

  • Myhosttech and Wonderland

    Myhosttech Framework: LaravelConfig-File: .env Where to find the Folders? Models: app/models/View: resources/views/ (NAME.blade.php)Controller: app/Api/Wonderland/User/v1/Controllers/Livewire: app/Http/Livewire/Livewire-Views: resources/views/livewire/ Wonderland Framework: Zend 1Config-File: application/configuration/config.ini Where to find the Folders? Models: application/modelsView: application/views/ (.phtml files get their data from the controllers)Controller: application/controllers/ Wonderland (admin): View: application/views/Controller: application/controllers/ Code Website (URL and / or Image) Documentation View: scripts/admin/index.phtmlController: AdminController.php ‘/’ => ‘/admin’‘/admin’ => ‘/admin’‘/admin/index’

    Zum Beitrag

    //