Real Programmer
  • About
  • Tutorial
    • Laravel
    • Django
    • PHP
    • JavaScript
    • AWS
    • Node.js
    • Git
    • WordPress
  • Laravel
    • Laravel 8
    • Laravel 7
    • Laravel 6
  • Codeigniter
  • AWS
  • Node.js

Laravel

Laravel January 23, 2023

clean laravel logs

In Laravel, you can clean up the logs by deleting or truncating the log files. Here are a few ways to do this: Using…

Read More
Laravel January 23, 2023

Laravel Vue JS Axios Post Request

In a Laravel and Vue.js application, you can use the Axios library to make a POST request to the server. Here’s an example of…

Read More
Laravel January 23, 2023

laravel eloquent wherein example

Sure, here’s an example of using the whereIn method in Laravel’s Eloquent ORM:use App\User; $users = User::whereIn(‘id’, [1, 2, 3])->get(); In this example, the…

Read More
Laravel January 23, 2023

laravel http request to external api

here’s an example of making a GET request to an external API using Laravel’s built-in HTTP client, starting with the installation of the http…

Read More
Laravel January 23, 2023

How to set cron in laravel

In Laravel, you can use the task scheduler to set up cron jobs. The task scheduler allows you to define your cron jobs in…

Read More
Laravel January 23, 2023

how to unlink file in laravel

In Laravel, you can use the unlink function to delete a file from the file system. The unlink function is a built-in PHP function…

Read More
Laravel January 23, 2023

sweet alert confirm box in laravel

SweetAlert is a JavaScript library that can be used to create beautiful and functional confirm boxes in a Laravel application. To use SweetAlert in…

Read More
Laravel December 13, 2022

How do I redirect http to htaccess https?

Add below code in your htaccess file RewriteEngine OnRewriteCond %{SERVER_PORT} 80RewriteRule ^(.*)$ https://www.yourdomain.com/$1 [R,L]

Read More
Laravel August 31, 2021

SQLSTATE[HY000] [2002] Connection refused within Laravel

I had the same problem and fixed just by converting the DB_HOST constant in the .env File FROM 127.0.0.1 into localhost DB_HOST = localhost.…

Read More
Laravel August 27, 2021

How to Check Laravel Version via CLI

Check Laravel Version using the Command php artisan –version #or php artisan -v

Read More
Laravel 8 Compare Two Carbon Dates
Laravel August 24, 2021

Laravel 8 Compare Two Carbon Dates

How to Compare Two Dates in Laravel Carbon? eq() equalsne() not equalsgt() greater thangte() greater than or equalslt() less thanlte() less than or equals…

Read More
Laravel August 22, 2021

How to make laravel 8 Shopping Cart

https://www.youtube.com/watch?v=JJ5ItTIQYMc In this tutorial, we will learn about how to make a shopping cart in laravel 8. if you creating an eCommerce project then…

Read More
Laravel August 16, 2021

API Authentication using Laravel Sanctum — Laravel 8

Laravel 8 Sanctum provides a simple authentication system for SPAs web Application, mobile applications, and simple, token based APIs. Sanctum also allows each user…

Read More
Laravel File Manager Tutoria
Laravel August 16, 2021

Laravel File Manager Tutorial Example

In this laravel tutorial, we will learn about how to make file manager in laravel Step 1: Install Laravel 8 composer create-project –prefer-dist laravel/laravel…

Read More
Laravel 8 S3 File Upload Tutorial With Example
Laravel August 15, 2021

Laravel 8 S3 File Upload Tutorial With Example

In this laravel tutorial, we will learn about how to upload file in s3 You can follow these steps by step explain to you…

Read More
Previous1 2 3 … 8Next
  • Ad
  • Recent Posts
    • MongoDB introduction
    • clean laravel logs
    • Laravel Vue JS Axios Post Request
    • git remove file from commit
    • laravel eloquent wherein example
  • Categories
    • .htaccess (6)
    • Ajax (4)
    • Angular (13)
    • AWS (19)
    • bootstrap (3)
    • CloudFlare (2)
    • Codeigniter (13)
    • Composer (4)
    • CSS (2)
    • Datatables (2)
    • Django (20)
    • Email (1)
    • FTP (1)
    • Git (21)
      • Gitlab (11)
    • Github (14)
    • Google Cloud Computing (1)
    • google translate (3)
    • Html (3)
    • Hubspot (1)
    • Java Script (3)
    • Jquery (11)
    • JS (4)
    • Laravel (115)
      • Form Validation (1)
      • Laravel Interview question (2)
    • Laravel 6 (36)
    • Laravel 7 (50)
    • Laravel 8 (32)
    • laravel 9 (23)
    • Laravel Error (5)
    • Livewire (2)
    • Mac (1)
    • Magento (39)
    • MAMP (5)
    • Materialize (1)
    • MongoDB (1)
    • Mysql (15)
    • Node js (5)
    • PHP (62)
    • php in (1)
    • PHP Interview (5)
    • Programming (1)
    • Python (15)
    • React (4)
    • Rest API (4)
    • SCP (1)
    • SQL (1)
    • SSH (2)
    • SSL (4)
    • Sublime Editor (1)
    • Terminal (1)
    • Ubuntu (23)
    • Uncategorized (13)
    • Voygers (1)
    • VS Code (1)
    • Website (2)
    • Wordpress (47)

CUSTOMIZE BY REAL PROGRAMMER.

Top
  • About
  • Tutorial
    • Laravel
    • Django
    • PHP
    • JavaScript
    • AWS
    • Node.js
    • Git
    • WordPress
  • Laravel
    • Laravel 8
    • Laravel 7
    • Laravel 6
  • Codeigniter
  • AWS
  • Node.js

Type above and press Enter to search. Press Esc to cancel.