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 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

In this tutorial, we will learn about how to make a shopping cart in laravel 8. if you creating an eCommerce project then you…

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
Laravel July 25, 2021

Laravel Pagination is showing weird arrows

Here is official document that talk about it. You can check it Inside AppServiceProvider use Illuminate\Pagination\Paginator; public function boot() { Paginator::useBootstrap(); } Doc: https://laravel.com/docs/8.x/pagination#using-bootstrap

Read More
Determine User Online Status in Laravel
Laravel July 18, 2021

Determine User Online Status in Laravel

In this laravel tutorial, we will learn about how to check user online status and last seen. If you need in your application user…

Read More
laravel-css-not-loading
Laravel July 18, 2021

auth pages not getting CSS in Laravel

This command working in my machine command. npm run dev

Read More
Laravel April 1, 2021

Laravel 8 Bootstrap Auth Scaffolding

Laravel 8 Bootstrap Auth Scaffolding First of all, you need to follow this step. https://www.youtube.com/watch?v=JYL1iXFBAe4 Step 1: Install laravel 8 App Step 2: Database…

Read More
Laravel April 1, 2021

Laravel 8 Authentication with Breeze Tutorial

Laravel 8 Authentication with Breeze in this tutorial, I will show you how we can setup Laravel 8 Authentication with Breeze. Laravel 8 breeze…

Read More
Laravel March 30, 2021

Laravel 8 Botman Chatbot Tutorial

Laravel 8 Botman Chatbot in this tutorial, I will show you how we can setup Botman Chatbot in your Laravel application. Also, I will…

Read More
How To Generate Barcode In Laravel 8
Laravel March 26, 2021

How To Generate Barcode In Laravel 8

How To Generate Barcode In Laravel 8 Step 1: Create the application We need to run command to create Laravel 8 projects. composer create-project…

Read More
Composer require runs out of memory. PHP Fatal error: Allowed memory size of 1610612736 bytes exhausted
Composer January 31, 2021

Composer require runs out of memory. PHP Fatal error: Allowed memory size of 1610612736 bytes exhausted

Composer require runs out of memory. PHP Fatal error: Allowed memory size of 1610612736 bytes exhausted To get the current memory_limit value, run: php…

Read More
Previous1 2 3 … 8Next
  • Ad
  • Recent Posts
    • How to fix file format and extension don’t match?
    • how to change php version 8 to 7.1 in ubuntu 20.04 Code Answer
    • How to Reindex Magento 2 from SSH/CLI or Admin Panel?
    • mysqldump: Couldn’t execute. Unknown table ‘column_statistics’ in information_schema
    • Simulate a specific CURL in PostMan
  • Categories
    • .htaccess (6)
    • Ajax (4)
    • Angular (3)
    • AWS (19)
    • bootstrap (3)
    • CloudFlare (2)
    • Codeigniter (13)
    • Composer (4)
    • CSS (2)
    • Datatables (2)
    • Django (20)
    • Email (1)
    • FTP (1)
    • Git (20)
      • Gitlab (11)
    • Github (14)
    • Google Cloud Computing (1)
    • google translate (3)
    • Html (3)
    • Hubspot (1)
    • Java Script (3)
    • Jquery (11)
    • JS (4)
    • Laravel (107)
      • Form Validation (1)
      • Laravel Interview question (2)
    • Laravel 6 (36)
    • Laravel 7 (50)
    • Laravel 8 (32)
    • laravel 9 (22)
    • Laravel Error (5)
    • Livewire (2)
    • Mac (1)
    • Magento (31)
    • MAMP (5)
    • Materialize (1)
    • Mysql (14)
    • Node js (5)
    • PHP (45)
    • php in (1)
    • PHP Interview (5)
    • Programming (1)
    • Python (15)
    • Rest API (4)
    • SCP (1)
    • SQL (1)
    • SSH (2)
    • SSL (4)
    • Sublime Editor (1)
    • Terminal (1)
    • Ubuntu (23)
    • Uncategorized (4)
    • Voygers (1)
    • VS Code (1)
    • Website (2)
    • Wordpress (30)

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.