Support the ongoing development of Laravel.io →

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

Allowing dynamically loaded components to define and handle their own routing

I'm building a system that will dynamically load components based on the Request URI. Each of these...

0 Likes
0 Replies
posted 9 years ago

Change Laravel Builtin Cache to Redis

Do you know that you can change your builtin Larvel file cache to Redis. Redis is an in-memory but p...

0 Likes
0 Replies

Entrust allow multiple roles for different objects

I have Entrust set up on an app and it is working well. I have 7 system-wide roles and several permi...

0 Likes
0 Replies

Model get's wrong ID after saving

I've got a Laravel application (5.1.28) which I have running on a development server and production...

0 Likes
6 Replies

deleting a record via a delete link in a table

Hello everybody. I would like to create an administration page for my users on my website. For this...

0 Likes
3 Replies
posted 9 years ago

Is this an example of good looking write or the oposite?

This is an example of route that I have in my app. Is good looking route or is there any bad practic...

0 Likes
1 Replies

Eloquent Pivot Model Instance with newPivot

My database structure looks like this: users id email ... projects id name ... project_user id...

0 Likes
2 Replies
posted 9 years ago

Speed up you laravel development workflow illuminating packages with acacha llum

Form whom it may concern: I create a lot of new Laravel projects every week with my students in clas...

0 Likes
0 Replies

Increase Laravel Performance

I'm thinking about how it would be increase performance if we keep IoC container in Redis Cache Duri...

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.