Support the ongoing development of Laravel.io →
posted 9 years ago

DB:raw query

how do i add a where clause on these query given by google...i want to put on the where clause.. whe...

0 Likes
1 Replies

Laravel-Excel: How to Open and edit a sheet?

This might sound a little bit silly, but I can't get Laravel-Excel to do a basic workflow: Open a fi...

0 Likes
10 Replies
posted 10 years ago

Combine sql select queries from different tables

I'm trying to create a search function that will search through multiple tables. My problem: I can't...

0 Likes
12 Replies
Solved

Laravel Auth routing issue

Hey there, I am new to laravel i have created laravel basic authentication using command line, ever...

0 Likes
4 Replies
Solved
posted 9 years ago

[5.2] Eager loading returns null

Hello! I'm having an issue with one of my eager loaded relationship. I'm trying to get a Document an...

0 Likes
1 Replies

Laravel 5.2 on shared hosting server (Heart Internet)

Hello I have followed this tutorial step by step with no joy: http://novate.co.uk/deploy-laravel-5-o...

0 Likes
1 Replies
posted 9 years ago

Route facade not found on live server.

Hi, I uploaded my project (that was working on homestead) to my live server. And I'm getting an erro...

0 Likes
0 Replies

Command fired by Command Bus can return an array?

Is it possible to return an array from the 'handle' method of a Command back to the controller who i...

0 Likes
1 Replies
Solved
posted 9 years ago

ID changed after inner query

Hi, Table 1 public function up() { Schema::create('materials', function (Blueprint $tabl...

0 Likes
1 Replies
Solved
posted 9 years ago

how read uploaded video files from storage directory

Hi, I have upload video files in the storage/app directory. how read video files and play in view fr...

0 Likes
1 Replies
Solved

Gmail smtp

I tried using gmail smtp but I have the following errors. Connection could not be established with h...

0 Likes
3 Replies
Solved

Auth and Entrust not working within routes file

Hello, I am using Entrust in my application for user permissions. It works fine in my controllers, f...

0 Likes
0 Replies
posted 10 years ago

Streaming video files with Laravel

I am using the following code to try to serve video files on my server (I'm not just linking to the...

0 Likes
5 Replies
posted 9 years ago

php artisan problem

[PDOException] could not find driver

0 Likes
1 Replies

Structuring Application for intensive facebook graph api request

Hi all, I am new to laravel framework so this might be very basic question to ask. Application Backg...

0 Likes
0 Replies
posted 9 years ago

trying to send a mail through SMTP google

Hello people of the forum. I make a query. I'm working with xampp under Win7 and laravel 5.1. When t...

0 Likes
0 Replies

how to upload image with blob data type in database and display from database to view? i try to somthing like this>>

// controller public function saveImage(){ $image = new Image(); $img = Input::file('image'); $i...

0 Likes
2 Replies
posted 9 years ago

[PDOException] SQLSTATE[HY000] [1045] Access denied for user 'postgres'@'localhost' (using password: YES)

I download LaravelDaily/quickadmin I followed all the step . I have that error when I type the comma...

0 Likes
0 Replies

[SOLVED] Lumen Return image without saving file

I'm developing an API to generate QRCodes using Endroid/QrCode package. I want to generate the QrCod...

0 Likes
1 Replies
Solved
posted 9 years ago

Lumen and JWT-Auth

Hi, I am trying to use Lumen and JWT, following this tutorial: http://laravelista.com/json-web-token...

0 Likes
0 Replies

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.

© 2025 Laravel.io - All rights reserved.