Skip to content

Connectedweb

Just another WordPress site

  • Home
  • A Page
  • Useful Links

Question answering using embeddings-based search

Posted on 7 September 2024 by Steve

Provide your own data to OpenAI to refine questions responses! https://cookbook.openai.com/examples/question_answering_using_embeddings

Continue reading
posts

Help, my host does not support CRON jobs

Posted on 29 February 202429 February 2024 by Steve

Guide to working with Laravel scheduler on shared hosting http://novate.co.uk/help-my-host-does-not-support-cron-jobs/

Continue reading
posts

MySQL with JSON in Laravel

Posted on 23 January 2024 by Steve

Learn about JSON columns in MySQL and how to use them in Laravel. https://blog.fortrabbit.com/mysql-json-column-with-laravel

Continue reading
posts

How to Create Categories and Subcategories using Laravel

Posted on 23 January 2024 by Steve

Today we are going to learn how to create categories and subcategories in your Laravel project. We will use a

Continue reading
posts

Laravel transactions

Posted on 16 August 2023 by Steve

Why and how to use them with real-life use cases https://kodekrush.com/laravel-transactions-why-and-how-to-use-them-with-real-life-use-cases/

Continue reading
posts

Deploy to server via GIT

Posted on 5 May 2023 by Steve

How To Deploy Code to a Remote Server with Bitbucket Pipelines

Continue reading
posts

A Complete Guide to Task Scheduling in Laravel

Posted on 2 May 2023 by Steve

usefull guide to scheduling tasks Task scheduling is a useful technique for automating various repetitive tasks based on a schedule.

Continue reading
posts

Laravel: When to Use Dependency Injection, Services and Static Methods

Posted on 1 May 2023 by Steve

Sometimes we need to put application logic somewhere outside of Controllers or Models, it’s usually are so-called Services. But there

Continue reading
posts

Laravel Custom Fields: JSON, EAV, or Add Columns Manually?

Posted on 1 May 2023 by Steve

Let’s compare three different DB structures for flexible DB columns, needed for e-shops and similar projects.

Continue reading
posts

Laravel Database Queue on Shared Hosting

Posted on 1 May 2023 by Steve

Sometimes it’s necessary to host a Laravel app on shared / cPanel hosting, but we recently ran in to an

Continue reading
posts

How to use Quill Rich Text Editor with Livewire

Posted on 1 May 2023 by Steve

“In this tutorial, we’ll show you how to set up Quill as a Livewire component, allowing you to easily create

Continue reading
posts

How to Deploy Laravel Projects to Live Server: The Ultimate Guide

Posted on 23 April 2023 by Steve

Guide from LaravelDaily on deploying Laravel projects, https://laraveldaily.com/post/how-to-deploy-laravel-projects-to-live-server-the-ultimate-guide Archive link https://archive.ph/int92

Continue reading
posts

Add alias command to a Laravel Sail container

Posted on 15 February 2023 by Steve

Create file and folder in Laravel called “aliases/.bash_aliases” at the top level (eg same as app folder) Insert required aliases

Continue reading
posts

Add alias commands to Git on Windows

Posted on 13 February 2023 by Steve

Hot to alias artisan commands on git terminal php artisan times 100, a day. Way too much to write every time

Continue reading
posts

Laravel 9 Multi User Authentication Example

Posted on 27 January 202327 January 2023 by Steve

https://www.tutsmake.com/laravel-9-multi-user-authentication-example/ Archive version https://archive.ph/GN1Sn

Continue reading
posts

Laravel array_map array_walk

Posted on 26 January 202326 January 2023 by Steve

Array map for collection array walk for array The idea of mapping an function to array of data comes from

Continue reading
posts, snippets

Add Adminer to Laravel Sail

Posted on 20 December 2022 by Steve

Snippet to add Adminer to Laravel Sail From this site: https://ecwebservices.medium.com/adding-adminer-to-laravel-sail-727c80835106 Archive link: https://archive.ph/Yfjye

Continue reading
posts

Laravel Roles and Permissions: All CORE Things You Need To Know

Posted on 19 December 2022 by Steve
Continue reading
posts

Move Docker folder to another drive

Posted on 14 December 202214 December 2022 by Steve

HowTo: Change Docker containers storage location with WSL2 on Windows 10 https://blog.codetitans.pl/post/howto-docker-over-wsl2-location/ Archive link incase pages goes: https://archive.ph/Tapm3

Continue reading
posts

An Introduction to Caching in Laravel

Posted on 9 November 20229 November 2022 by Steve

An Introduction to Caching in Laravel https://ashallendesign.co.uk/blog/an-introduction-to-caching-in-laravel Cached incase original goes https://archive.ph/Sd3Gl

Continue reading
posts

Laravel Soft Deletes

Posted on 22 October 2022 by Steve

Simple intro to soft deletes.

Continue reading
posts

Laravel Service Classes Explained

Posted on 15 October 2022 by Steve

Helpful explantion of Laravel Service class

Continue reading
posts

ionos add composer

Posted on 2 October 2022 by Steve

Install composer on ionos via ssh

Continue reading
posts

Ionos laravel htaccess

Posted on 2 October 2022 by Steve

Default htaccess doesn’t work on ionos so used this modded version

Continue reading
posts

Reset Zen Cart admin password

Posted on 2 October 20222 October 2022 by Steve

If the techniques above don’t work, use phpMyAdmin to create a temporary admin user directly in the database. You must

Continue reading
posts

Gladys Assistant

Posted on 18 September 2022 by Steve

A privacy-first, open-source home assistant https://gladysassistant.com/

Continue reading
posts

Deploy Laravel 5 on shared hosting

Posted on 18 September 202218 September 2022 by Steve

Instructions on how to deploy Laravel on shared hosting Deploy Laravel 5 on shared hosting from Heart Internet Archvie link

Continue reading
posts

Laravel Migration Generator

Posted on 18 September 2022 by Steve

Generate migrations from existing database structures, an alternative to the schema dump provided by Laravel. https://github.com/bennett-treptow/laravel-migration-generator

Continue reading
posts

Archive web page

Posted on 17 September 2022 by Steve

Site for creating archive version of webpage;https://archive.ph/

Continue reading
posts

ionos ssh

Posted on 16 September 2022 by Steve

to run laravel commands on ionos shared hosting use the path to the php version in the ssh command line.

Continue reading
posts

CrestApps

Posted on 16 September 202223 September 2022 by Steve

Crestapp Laravel CRUD generator Home page: https://www.crestapps.com/ GIT: https://github.com/CrestApps/laravel-code-generator ### Steps Used during the screencast The following is the first

Continue reading
posts

Laravel Event Listeners

Posted on 22 July 202222 October 2022 by Steve

Simple intro to Event and listeners

Continue reading
posts

Smart Mirror

Posted on 18 December 202018 September 2022 by Steve

Build a Voice-Controlled DIY Raspberry Pi Smart Mirror with Jasper https://howchoo.com/project/mzu3ndm2otu/building-a-voice-controlled-smart-mirror-with-raspberry-pi-and-jasper

Continue reading
posts

Building Desktop Apps With Electron And Vue

Posted on 18 September 202018 September 2022 by Steve

Tutorial for Electron using vues https://www.smashingmagazine.com/2020/07/desktop-apps-electron-vue-javascript/

Continue reading
posts

Docker Intro

Posted on 18 September 201918 September 2022 by Steve

Useful video on Docker, explains “why” you do things in Docker not ust “how” you do things.Great starting point.

Continue reading
posts

Design Pattern Explained

Posted on 18 September 201818 September 2022 by Steve

Series of videos on various design patterns.

Continue reading
posts

Flexbox CSS In 20 Minutes

Posted on 17 September 201817 September 2022 by Steve

Traversy media intro to flexbox

Continue reading
posts

CSS Grid Layout Crash Course

Posted on 17 September 201817 September 2022 by Steve

Traversy Media simple intro to CSS grid

Continue reading
posts

Tags

css css-grid deployment docker git ionos laravel openAI php Python Raspberry Pi ssh vuejs zen-cart

Tools

  • webpage archive

Laravel

  • Crestapps
  • laracasts

WordPress Theme: Donovan by ThemeZee.