Support the ongoing development of Laravel.io →

Multimail: Mail with multiple configs at runtime -- need opinions

I wanted to be able to do something like this: Mail::using($c)->send('emails/default', ['content'...

0 Likes
3 Replies

help with billing in laravel

Hi, im building this SaaS application where the users are billed every month on their join dates. bu...

0 Likes
1 Replies
posted 7 years ago

Laravel Eloquent eager load problem

In my blog application there users can post articles and comments on there. When I go to any user pr...

0 Likes
1 Replies

Offline documentation in pretty format

I'm new to Laravel, and I'm going to do a lot of reading up on it during a trip I'm taking. I'll be...

0 Likes
3 Replies
Solved

Import External style sheet to a view

Hi, I am using Laravel 5.2 ! I wanna import external style sheet in to my view. I tried, <link h...

0 Likes
1 Replies
posted 7 years ago

A week of Laravel (12-19 June 2016)

laravel/framework master 658d1df: change comment wording @taylorotwell e97e151: [5.2] Add getVal...

0 Likes
0 Replies

File Upload TokenMismatchException

In my view i have 5 file fields like this {!! Form::file('song[][url]', ['placeholder'=>'Url']) !...

0 Likes
0 Replies

Link each product to its product_details page

In native PHP it takes about 2 minutes to link each product on the page to its product_details page...

0 Likes
4 Replies
Solved
posted 7 years ago

Maatwebsite Excel Getting Maximum time execution

I got Maximum execution time of 60 seconds exceeded even if I have only 1 record(username, email) in...

0 Likes
1 Replies
posted 7 years ago

Storage: get url of file

Hi, i'm trying to get url of file in storage folder. This is local disk configuration: 'disks' =>...

0 Likes
1 Replies

Test Laravel package integration

Hi What I want to do is test my Laravel 5 package. Specifically how it integrates with a actual Lara...

0 Likes
0 Replies
posted 8 years ago

Laravel 5.2 BUG: CORS, GET not working with preflight OPTIONS

The dreaded CORS Error: Cross-Origin Request Blocked: The Same Origin Policy disallows reading the r...

0 Likes
6 Replies

Confirmation Code for a user won't work

So was able to create a user, no problem. I wanted to add a confirmation code to validate a users em...

0 Likes
1 Replies

How do I use chunk to insert large amounts of data into database?

I would like to insert a large number of rows into my database using chunks, but I am not sure I am...

0 Likes
2 Replies
Solved

response()->json() return an object instead of string json

Hello, I make a get ajax request, and my controller is in charge of making query to the database and...

0 Likes
4 Replies

How to move all models in separate folder in laravel 5.2

Greeting to everybody, I'm building a pretty big and complex application in laravel 5.2. it's going...

0 Likes
2 Replies
posted 9 years ago

[Package]Simple QrCode

Simple-QrCode What is Simple-QrCode? Simple QrCode is an easy to use library made for Laravel. We f...

0 Likes
9 Replies
posted 7 years ago

How to get "base" Eloquent query builder

I'm writing something that is performing an eloquent query on a model called Enquiry. The actual que...

0 Likes
2 Replies
Solved

Create join without "ON" clause

Hi Guys...i need some help...i need to implement something like this... select * FROM matchscore_pr...

0 Likes
2 Replies

Trying to display orders on logged user

I'm trying to make a menu for user when he loggin to be able to check his order history. So far I go...

0 Likes
3 Replies
Solved

Thanks to our community

Solutions given in the past year. Excluding solutions from thread authors.

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.