Chidiebere Chukwudi

Chidiebere Chukwudi @jovialcore

About: Software Developer. php| laravel | cakephp | vuejs/Nuxt | wordpress | Bootstrap | Tailwind

Location:
Nigeria
Joined:
Jan 10, 2018

Chidiebere Chukwudi
articles - 35 total

'php artisan optimze:clear' might not always work

php artisan optimze:clear might look like it cleared everything...hol' up...For example, if you run...

Learn More 0 0Apr 8

BuilderStreak: How Streak timeline Works

How It Works Your streak on builderstreak.com has a start date and an end date. For...

Learn More 1 0Dec 7 '24

Why my test-webhook-auto-syncer idea won't work

Automating Stripe test Webhook Setup with ngrok Wait,...before you continue reading, I...

Learn More 0 0Sep 20 '24

Integrating Netlify Frontend with External Backend Using Custom DNS Configuration.

Hi there 👋, I put this piece together because this was me trying to host a frontend project on...

Learn More 3 4Aug 23 '24

Using Bootstrap 5 with NUXT 3

Nuxt js is an amazing addition to the vuejs ecosystem in a couple of ways. One of them is it's...

Learn More 2 0Apr 10 '24

Media uploads to Azure blob storage: the REST API Way in Laravel/PHP.

Hi there, I hope you're doing well. Firstly, this tutorial is somewhat Laravel-specific, but I assure...

Learn More 3 2Mar 23 '24

Prepare for Google Summer Of Code 2025: Tips and Takes

What is Google Summer of Code? Google Summer of Code (GSoC) is a paid remote open-source...

Learn More 20 2Jan 6 '24

Traits in php--bible perspective

What are traits in php ? Traits solves the problem where php classes can't inhrerit...

Learn More 2 2Sep 6 '23

Unlock the power of list: Practical usecase of list() in php.

Hi 👋, yet another practical usecase of the "native php function array", list(). In this tutorial...

Learn More 2 0Aug 6 '23

Verifying emails in laravel using laravel ui

Laravel makes building web applications simple and pretty straight forward especially we give credits...

Learn More 8 0Jun 5 '23

Cakephp plugin Development: using custom component in another component.

In a traditional cakephp app development, I.e, if you are not building a pluigin and want to use a...

Learn More 0 0Apr 20 '23

Empty requests data with multipart/form-data when using fetch api

It took me quite some time to resolve this isssue. It was an issue with formData and laravel/php not...

Learn More 6 0Sep 14 '22

How I was able to install php-cs-fixer. Vscode + Linux machine

What caused me to write this article was after a frequent failed lint test for an open source...

Learn More 5 3Sep 3 '22

php: Optimise forloop with this tip

This is not a long lists of whats and what-not-to-do when using the forloop syntax in php. It's just...

Learn More 3 4Jul 28 '22

Laravel dd() alternative in cakephp

Laravel dd() alternative in cakephp is debug() Example : <?= debug($variable) ?> ...

Learn More 7 0Jun 9 '22

[Solved]Unable to write to wp-config.php file on linux ubuntu

"Unable to write to wp-config.php" is usually a problem you get when installing wordpress on a linux...

Learn More 14 0Mar 26 '22

[Solved] No boot device found linux/Ubuntu installation

A post by Chidiebere Chukwudi

Learn More 1 0Mar 17 '22

Fastest Way to migrate your site from wordpress.com to wordpress.org

In this tutorial , I am going to be addressing two things: 1. How to move your wordpress.com site to...

Learn More 6 1Feb 15 '22

My recommended way to install composer on linux ubuntu if you use xammp

Hi, the following technique you are about to employ will save you time having to install *php-cli *...

Learn More 4 2Jan 8 '22

How to display laravel validation errors in vuejs

There are several resources that address this topic but I want to just share my solution for a...

Learn More 12 0Dec 22 '21

How to configure a subdomain in xampp for linux OS (ubuntu, etc ) for your laravel/php application

This solution is for xampp users on linux(local)OS (ubuntu, etc) Let me just mention that, I...

Learn More 5 0Dec 11 '21

[Solved] The POST method is not supported for this route. Supported methods: GET, HEAD. Laravel

Quick Solution and straight to the point no bulky intro(this is my intro though) Solution: If you...

Learn More 2 0Nov 29 '21

How to create Exam/Registration Number or pin in php/laravel

To create an exam Number pin in php/laravel. You can achieve that using this approach function...

Learn More 4 2Nov 19 '21

Target class [role] does not exist: Laravel

Hi, quickly: if this is as a result of using the spatie laravel role package, use this approach to...

Learn More 6 0Nov 14 '21

Failed to clear cache. Make sure you have the appropriate permissions. Laravel 10

First enter php artisan config:clear then, enter php artisan cache:clear Reference

Learn More 5 2Oct 12 '21

app.js clashing with other js files in laravel

You are probably here because some aspect of your laravel javascript dependent webpage isn't...

Learn More 0 0Jul 24 '21

heroku: [solved] failed to push some refs

heroku remote git failed to push some refs error/issue

Learn More 0 6Jun 4 '21

How to remotely connect heroku clearMysql db to your local phpmyadmin database client

First, I want to believe that you have apache server like xampp or lammp installed in your system...

Learn More 3 0Jun 2 '21

Laravel: How to get last N entries from DB

I just added an answer to this question on stackoverflow. Maybe I should write a little note on this...

Learn More 0 0May 21 '21

[Solved] laravel storage:link not working

Solution Pheeew... after hours of searching the internet to solve this problem, I found an...

Learn More 7 0May 7 '21