Explore

laravel ×
  • screenshot

    Sent image does not appear in React and laravel

    I am developing a chat application with Laravel and React. I want to send pictures in...

  • screenshot

    Laravel Blade PHP Expression returns undefined variable

    I have something like this in my controller passed to blade $fields = [ 'productCode' =>...

  • screenshot

    multiple where clausses in Laravel query

    I'm on Laravel 10, and new to it too. I did a simple query like this...

  • screenshot

    Laravel 10 redirect to specific route gives error

    Working with Laravel 10, Windows 10, Wamp. I am trying to redirect users that have a...

  • screenshot

    Laravel Auth attempt, after db switch

    I manually authenticate users on login, here is my full Login function public function Login(Request $request)...

  • screenshot

    How to set storage path for main domain from sub domain - Laravel

    I have issue on create storage path for access main domain file from sub domain project....

  • screenshot

    laravel middleware to remove unwanted response headers

    I want to have a Laravel middleware that removes unwanted response headers like X-Powered-By and Server...

  • Build a Simple Blog + Multiple Image Upload with Laravel & Vue

    Psst! If you need help setting up laravel, here’s a walkthrough: The Hitchhiker’s Guide to Laravel...

  • Properly Passing Data from Laravel Blade to Vue Components

    Prop “authuser” is passed to component , but the declared prop name is “authUser”. Note that...

  • screenshot

    origin 'http://localhost:3000' has been blocked by CORS policy

    i have this error when i fetch data Access to XMLHttpRequest at 'http://dash.thesportk.com/api/front' from origin 'http://localhost:3000'...

  • screenshot

    I want multi-user role user employee and admin login system with crud operations using pdo

    Now I have a user role. But I can't create a crud for the user role...

  • screenshot

    Target class [excel] does not exist

    use Maatwebsite\Excel\Facades\Excel; class ExcelController extends Controller { // public function exportExcel(Request $request) { // Ambil rentang...

  • screenshot

    SQL re-indexing an id During Select

    I have a problem between my two tables Let say Table A has two or more...

  • screenshot

    Laravel cache with events and webhooks

    I'm trying to implement the "processing" button functionality to use with a set of api calls...

  • screenshot

    Laravel / Livewire input returning blank when using eloquent

    using laravel livewire for a form, the form submits ok and if i enter details manually...

  • screenshot

    Laravel redirect to external api and send data to api

    I am trying to initiate a function when the user clicks on action, the function will...

  • screenshot

    Laravel - how to change root path from / to /quote

    Hello Laravel Experts, (I am newbie to laravel) for my Laravel application, I want to change...

  • screenshot

    Make temporarySignedRoute expires after it's submitted/opened once

    How to make the temporarily generated route to expire after it is submitted or it can...

  • screenshot

    Parsing "m/Y" Date Format in Laravel Carbon

    I'm working on a Laravel project where I need to parse date input provided in the...

  • screenshot

    Facing issue while deploying laravel project on vercel (ready only file system)

    enter image description here i'm trying to deploy open source project bagisto on vercel but facing...

  • Using Static Analysis in Laravel: A Guide to Starting with PHPStan in Your Project

    Step-by-Step Guide on How to Install and Configure PHPStan in Laravel to Begin Benefiting from Code...

  • screenshot

    Laravel Excel Error Column Header with symbol (RM)

    I have import excel function, but it did not works on certain column name since the...

  • screenshot

    Failed to load livewire js assets on production

    I've deployed my laravel 10 - livewire 3 apps on local server (office LAN server) but...