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

How to create X characters random string in Laravel

June 30, 2023September 12, 2022 by Hadaya Qaiser
How to create X character random string in Laravel - Code Example

In this tutorials of laravel, we will be generating a unique random string of X characters long using Laravel Helper method STR.

Categories Laravel Leave a comment

How to fix 1048 Column ‘user_id’ cannot be null in Laravel

June 30, 2023September 12, 2022 by Hadaya Qaiser
How to fix 1048 Column 'user_id' cannot be null in Laravel

1048 Column ‘user_id’ cannot be null when trying to assign role to existing user Laravel

Categories Laravel Leave a comment

How to fix cross-env is not recognized as an internal or external command

June 29, 2023September 11, 2022 by Hadaya Qaiser
How to fix cross-env is not recognized as an internal or external command

‘cross-env’ is not recognized as an internal or external command, laravel

Categories Laravel Leave a comment

How to fix $user->id show 0 in blade Laravel

June 30, 2023September 11, 2022 by Hadaya Qaiser
$user->id show 0

In this tutorial of Laravel, we will show you how to fix $user->id shows 0 in blade with Code Examples using best practices.

Categories Laravel Leave a comment

What is $this attribute and how to use it in Laravel

June 29, 2023September 11, 2022 by Hadaya Qaiser
What is $this attribute and how to use it in Laravel

$this- attribute laravel

Categories Laravel Leave a comment

How to fix Undefined variable: request in Laravel query

June 29, 2023September 11, 2022 by Hadaya Qaiser
Undefined variable: request

Here we are going to provide you solution to the error $request undefined inside function query in laravel application.

Categories Laravel Leave a comment

How to fix $posts->links() layout error -Laravel

June 13, 2023September 11, 2022 by Hadaya Qaiser
$posts-links layout error

In this tutorial of Laravel, we are going to show you How to fix $posts-links layout error with Code Examples

Categories Laravel Leave a comment

How to use the $loop in Laravel?

June 30, 2023September 11, 2022 by Hadaya Qaiser
$loop in Laravel and how to use it in foreach Loop in Laravel

In this tutorial on Laravel, we will show you how useful and powerful the @foreach directive is in Laravel blade because of $loop variable.

Categories Laravel Leave a comment

How to display/show validation error in Laravel blade

June 29, 2023September 11, 2022 by Hadaya Qaiser
How to show_display validation error in laravel blade - Code Example

In this tutorials of Laravel, we will show you how to show validation error in front end if any error happens in laravel blade.php file.

Categories Laravel Leave a comment

How to fix $ is not defined in Laravel – 3 different Solutions

June 29, 2023September 7, 2022 by Hadaya Qaiser
How to fix $ is not defined in 3 Steps in Laravel

Errors like $ or jQuery are not defined happen when working with Laravel projects. These errors happen when working on a project which relies on jQuery. I encountered such an error while working on a project where I needed jQuery. So I am adding a solution here, which will help anyone facing such an issue. … Read more

Categories Laravel 2 Comments
Newer posts
← Previous Page1 … Page24 Page25

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.