Explore

laravel × php ×
  • screenshot

    Array to string conversion in mvc

    i'm new for PHP MVC and currently learning about routing and controller. And here's my error:...

  • 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 Auth attempt, after db switch

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

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

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