Skip to content
Scratch Coding
  • WordPress
  • Laravel
  • PHP
  • Vue.js
  • JavaScript
  • Quick Links
    • Contact Us
    • Privacy Policy
    • About Us

Laravel

How to connect two Laravel 8 applications sharing same database

May 19, 2023 by Sumaira Nasir

Here in this article, we will show you how to connect two Laravel application sharing login details and sessions across sub-domains.

Categories Laravel Leave a comment

How to clear cache in laravel 8 via routes, controllers and commands?

April 7, 2023 by Sumaira Nasir

There are several ways to clear cache in Laravel 8 via routes, controllers, and commands. Here are three possible methods: This route will call the cache:clear command provided by Artisan, which will clear all cached data. Then, define a new route in your web.php file that will call this controller method: Using a Command:Create a … Read more

Categories Laravel Leave a comment

How to fix ‘Trying to get property ‘name’ of non-object navigation.blade.php’

April 6, 2023 by Sumaira Nasir

There are 3 solutions to fix Trying to get property ‘name’ of non-object navigation.blade.php

Categories Laravel Leave a comment

How to fix Laravel 8 Breeze CSS not loading with Vite

March 22, 2023 by Hadaya Qaiser
Fix Laravel 8 Breeze CSS

Details of the methods you can use to fix Laravel 8 Breeze CSS not loading properly. Also gives an introduction of the terms used.

Categories Laravel Leave a comment

How to handle nulls and whitespaces in a single line – JavaScript

June 13, 2023March 20, 2023 by Hadaya Qaiser
handle nulls and whitespaces

The simple method to handle nulls and whitespaces for strings in JavaScript. Learn how to validate both conditions in a single line!

Categories Laravel Leave a comment

How to handle nulls and whitespaces using String functions – JavaScript

June 13, 2023March 20, 2023 by Hadaya Qaiser

Specific conditions are only applied to variables only if they hold a proper value. Suppose you are filling a form and leave blank space. The system should throw a validation error or handle the empty or blank space string. There are numerous ways to handle such situation in JavaScript. Let’s focus on the most how … Read more

Categories Laravel Leave a comment

How to check running container in Laravel 8?

June 13, 2023January 17, 2023 by Hadaya Qaiser
check running container

The tutorial explains how to interact with Laravel project in the docker environment and check running container using sail commands…

Categories Laravel Leave a comment

What are Laravel 8 Config Files & How to fetch value?

June 13, 2023January 17, 2023 by Hadaya Qaiser
Laravel 8 Config files

In this tutorials of Laravel, we will discuss on What are Laravel config files & How to fetch a variable value form it?

Categories Laravel Leave a comment

How to add Bootstrap Auth Scaffolding Laravel 8 Code Examples

January 11, 2023 by Sumaira Nasir
How to add Bootstrap Auth Scaffolding Laravel 8 Code Examples

In this tutorials, we will show you how to add Bootstrap Auth Scaffolding in Laravel 8 with Code Examples, We will do it with commands

Categories Laravel Leave a comment

How to fix Laravel logging you out automatically for no reason

June 13, 2023January 11, 2023 by Hadaya Qaiser
How to fix Laravel logging out automatically for no reason

In this tutorials, we will show you how to fix laravel logging out automatically for no reasons with 3 code examples

Categories Laravel Leave a comment
Older posts
Page1 Page2 … Page22 Next →

Recent Posts

  • How to make API calls in JavaScript?
  • How to use different Math functions in JavaScript?
  • How to create beautiful CSS box-shadow with examples
  • How to create the background blend mode in CSS styling?
  • How to create the Neon Text Effect using Pure CSS?
  • CSS
  • Ionic Framework
  • JavaScript
  • Laravel
  • MySql
  • PHP
  • Vue.js
  • Wordpress
© 2023 Scratch Coding • All Rights Reserved.