Open in app

Sign In

Write

Sign In

Lyubomir Filipov
Lyubomir Filipov

20 Followers

Home

About

Sep 10

MacBook Pro Screen freezes after update to Ventura 13.5.2

We all want to use the latest version of the software, well some lessons are learned the hard way. Sometimes in the MacWorld, you might have issues with software that you are using that is not compatible with the latest updates. …

MacBook

2 min read

MacBook Pro Screen freezes after update to Ventura 13.5.2
MacBook Pro Screen freezes after update to Ventura 13.5.2
MacBook

2 min read


Apr 28

Install Drupal 10 and generate dummy content in 10 min

You need to have - xampp - composer — 2.5.4 1. Install Drupal https://www.drupal.org/docs/develop/using-composer/manage-dependencies composer create-project drupal/recommended-project drupal 2. Create a database in phpmyadmin drupal -> utf8mb4_general_ci Create a database named — drupal Create a new use named — drupal_user 3. Alter vhosts file <VirtualHost *:80> DocumentRoot "C:/xampp/htdocs/drupal/web" ServerName my-drupal.com <Directory "C:/xampp/htdocs/drupal/web"> Options Indexes FollowSymLinks MultiViews AllowOverride all Order Deny,Allow Allow from all Require all granted </Directory> </VirtualHost>

1 min read

Install Drupal 10 and generate dummy content in 10 min
Install Drupal 10 and generate dummy content in 10 min

1 min read


Feb 4

Solve the puzzle: MacOS Ventura with Docksal

If you have recently updated to macOS Ventura and you are running projects using Docksal you might face some issues.

Ventura

1 min read

Solve the puzzle: MacOS Ventura with Docksal
Solve the puzzle: MacOS Ventura with Docksal
Ventura

1 min read


Dec 19, 2022

Integrate template in Laravel 9.x

If you need to see a tutorial about the older version you could find it here. #STEP1: Find a template Zombiz - Free Template Review and Demo 'Zombiz' is a free Landing Page template suited for a digital agency. The portfolio items don't offer AJAX loading or…onepagelove.com There are plenty of websites on the internet that offer free one-page HTML templates. We have chosen one which we are planning to use for our tutorial.

Template To Laravel9

4 min read

Integrate template in Laravel 9.x
Integrate template in Laravel 9.x
Template To Laravel9

4 min read


Dec 11, 2022

Laravel 9.x + Backpack + Article with image (file upload)

In order to proceed you should have: - Laravel installed + Backpack admin (teaching purposes) - Tags CRUD created - Article CRUD created Note: There is an older version of this tutorial before Backpack was split on FREE vs PRO field types. #STEP 1: Create migration to add an image to an article php artisan make:migration add_image_to_articles_table --table=articles The new file…

Laravel9

4 min read

Laravel 9.x + Backpack + Article with image (file upload)
Laravel 9.x + Backpack + Article with image (file upload)
Laravel9

4 min read


Dec 5, 2022

Laravel 9.x + Backpack — Article with tags

In order to proceed you should have: - Laravel installed + Backpack admin (latest version free edition) - Tags CRUD created #Step 1. Define what the article consists of title — text content — longText (body of the article) tags (many available) — select multiple options This means that one article could have multiple tags and one tag…

Many To Many Crud

4 min read

Laravel 9.x + Backpack — Article with tags
Laravel 9.x + Backpack — Article with tags
Many To Many Crud

4 min read


Nov 27, 2022

Laravel 9.x + Backpack — CRUD for tags

In order to proceed you should have: - Laravel installed + Backpack admin (teaching purposes) - virtual host ready for you - xampp setup or other web server - composer installed - you have follow this tutorial (you have tags table created and migration has run) # STEP 1. Create…

Laravel9

2 min read

Laravel 9.x + Backpack — CRUD for tags
Laravel 9.x + Backpack — CRUD for tags
Laravel9

2 min read


Nov 27, 2022

Laravel 9.* create tags table using Migrations

In order to proceed you should have: - Laravel installed + Backpack admin (teaching purposes) - virtual host ready for you - xampp setup or other web server - composer installed # STEP 1. create migration Note: In the older version there was a way to provide the schema as…

Migrations

3 min read

Laravel 9.* create tags table using Migrations
Laravel 9.* create tags table using Migrations
Migrations

3 min read


Oct 8, 2022

Migrate Wordpress to Virtual host (Windows + XAMPP)

If you have tried to install Wordpress using XAMPP and just pasted the wordpress folder in your /htdocs folder I have bad news for you. If you start using virtual hosts you will have to choose between two options.

WordPress

3 min read

Migrate Wordpress to Virtual host (Windows + XAMPP)
Migrate Wordpress to Virtual host (Windows + XAMPP)
WordPress

3 min read


Dec 24, 2021

YouТube dislike count fetched from API

Well, it was recently when YouTube decided to remove their dislike count from the website. Many people were curious because of this change and wanted to find a way how we could check the actual dislike count of a video. Fellow colleague Daniel Angelov gave the idea to build a…

PHP

3 min read

YouТube dislike count fetched from API
YouТube dislike count fetched from API
PHP

3 min read

Lyubomir Filipov

Lyubomir Filipov

20 Followers

Group Architect at FFW, believer, developer, enthusiast

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech

Teams