Kayak sailing, Canoe Sailing info

WindPaddle Sails – Rigging and On-The-Water sailing instructions.
Idea from video: How can I fold the sail, Little tape for showing the wind:

DIY Cheap Canoe Sail!

Idea : Mast solution. (Ülésekre kötni, napernyőtartóba az árbóc)

Marshall Islands Canoe Racing on Trans World Sport

My experience:

PHP 8.2 – Using ${var} in strings is deprecated

Deprecated: Using ${var} in strings is deprecated, use {$var} instead in
https://php.watch/versions/8.2/$%7Bvar%7D-string-interpolation-deprecated

Creation of dynamic property is deprecated
PHP 8.2: Dynamic Properties are deprecated
https://php.watch/versions/8.2/dynamic-properties-deprecated

Fatal error: Array and string offset access syntax with curly braces is no longer supported
Array and string offset access syntax with curly braces is deprecated
https://stackoverflow.com/questions/59158548/array-and-string-offset-access-syntax-with-curly-braces-is-deprecated

#################################################

SELECT list is not in GROUP BY clause and contains nonaggregated column

https://stackoverflow.com/questions/41887460/select-list-is-not-in-group-by-clause-and-contains-nonaggregated-column-inc

Gyümölcsfa info

Gyümölcsfa ültetés egyszerűen, lépésről-lépésre

‘Obelisk’ oszlopos körte fajta – Gyümölcsfa akár a balkonra is

Laravel Vite Production, subfolder, outDir , publicDirectory

Laravel + Vite. Production build redirecting to /build path in url
https://stackoverflow.com/questions/74014240/laravel-vite-production-build-redirecting-to-build-path-in-url

Laravel Vite Js change of public directory
https://laracasts.com/discuss/channels/code-review/laravel-vite-js-change-of-public-directory

outDir
https://laracasts.com/discuss/channels/vite/viteconfigjs-or-configvitephp?page=1&replyId=809235

Set vite public path
https://laracasts.com/discuss/channels/vite/set-vite-public-path

Moving vite config to subfolder?
https://laracasts.com/discuss/channels/vite/moving-vite-config-to-subfolder

Run Laravel Vite Vue.js build on production without Artisan

https://laracasts.com/discuss/channels/vite/run-laravel-vite-vuejs-build-on-production-without-artisan

Laravel Corcel info Corcel = A collection of Model classes that allows you to get data directly from a WordPress database.

DEMO site: Laravel Corcel Example – data from a WordPress

Are you interested? Write me: webeswork@yahoo.com
###############################################

ChatGPT: How get Categories in Laravel Corcel (WordPress Categories)?

use Corcel\Model\Term;

// Összes kategória lekérése
$categories = Term::where('taxonomy', 'category')->get();

// Minden kategória nevének kiírása
foreach ($categories as $category) {
echo $category->name . "
";
}

###################################
Corcel is a collection of PHP classes built on top of Eloquent ORM (from Laravel framework), that provides a fluent interface to connect and get data directly from a WordPress database.

You can use WordPress as the backend (administration panel) or CMS, for inserting posts, custom types, etc, and any other PHP app in the other side querying those data (as a Model layer). It’s easier to use Corcel with Laravel, but you’re free to use it with any PHP project that uses Composer.

###########################

Getting started with Corcel
https://hofmannsven.com/2021/corcel

Using Corcel in Laravel to CRUD WordPress Data

https://adevait.com/laravel/using-corcel-in-laravel

Use WordPress as a Headless CMS for your Laravel website

https://inovector.com/blog/wordpress-as-a-headless-cms-for-your-laravel-website

Laravel Corcel Manual:
https://github.com/corcel/corcel?tab=readme-ov-file#table-of-contents

If you want to retrieve a custom field created
you have to install the corcel/acf plugin – click here for more information – and call the custom field like this
https://github.com/corcel/acf

 

#################

WordPress migration to Statamic
https://www.luckymedia.dev/blog/wordpress-migration-to-statamic-v3-part-1

########################################

If your database table has so many rows, it is better to avoid paginate and do `simplePaginate` instead.
simplePaginate will not count the total no of rows and the query will be much faster than the paginate approach.

https://www.facebook.com/groups/1875707456014085/?multi_permalinks=3524127694505378&hoisted_section_header_type=recently_seen