I want to implement paytabs into my Laravel app and have imported paytabs class into my blade templa...
I tried to code this from scratch before, the database schema is really simple, the tricky part is t...
Hi there, I am using prism code highlighter in Laravel 5.4 in bellow example; ` Download ` In the ab...
I have three dependent tables, and I want to know, how I can get the dependency in table 3 from tabl...
Hello, after upgrading Laravel according to the docs to v7 I ran composer update. Then I'm getting t...
Hi! Have this form (view) -> edit.blade.php `@extends('layouts.app') @section('content') <div...
How to implement WithMultipleSheet + ShouldQueue on Laravel Excel ? Currently Controller waiting for...
No matter what I do, the constructor of the mocked class isn't called. The constructor has one param...
I tried to install laravel offline by using the laravel method installed on my computer or globally,...
I created a video player project in laravel. the video will play from only authenticated users. usin...
Hi Laravel Community, Is it possible to stream data? I tried implementing broadcast with laravel-web...
I have this code which I am using to create a dynamic model in laravel `use Jenssegers\Mongodb\Eloqu...
hey all, I need an hint on this: in my laravel app every user must authenticate to use it. If user i...
Hi, I need a user to be able to only select a date between a pair of dates, but the validation hasn'...
invokermaster liked this thread
I would like to send notification emails with only plain text. But every email is send with the Cont...
hello, I'm generating sensible data this way: ` File::put(storage_path() . '/invoice_' . $invoice-&g...
I have two tables, Schema::create('orders', function (Blueprint $table) { $table->string(...
I am using laravel 5.4 , created mobile API. Now I want to allow multiple mobile device to login for...
I have a model with those methods: public function waiting() { return ! is_null($thi...
Please help, I have implemented the Bootstrap Carousel into my project but it doesn't seem to be sli...
Solutions given in the past year. Excluding solutions from thread authors.
Select a tag below to filter the results
The Laravel portal for problem solving, knowledge sharing and community building.
The community