Support the ongoing development of Laravel.io →

Laravel Mail function

I tried mail function on my localhost. It is OK. But when I upload my project on Bluehost live serve...

0 Likes
0 Replies
posted 8 years ago

Publishing config and migrations from included package in Laravel

I'm using Laravel to build a package which will include some Admin functionality and will include so...

0 Likes
1 Replies

Return JSON response in custom Exception

The return statement does not seem to work there? There is no difference whether I added that line o...

0 Likes
0 Replies

Reverse working with many to many polymorphic relations

Hi guys, I'm wondering how to deal with this situation: I have this structure: Ingredients (basic li...

0 Likes
0 Replies

Database "lazy connection"

Is it possible to create "lazy DB connection" in Laravel on easy way? If my app cache all...

0 Likes
1 Replies

get payload session info

Hi all, can i know algorithm to get session info payload stored in my database? i have to build a fu...

0 Likes
1 Replies
posted 9 years ago

Using PasswordBroker in Lumen

Hi there! I'm falling down with some Lumen issues here and I thought someone may be able to help me...

0 Likes
2 Replies
Solved

barryvdh/laravel-dompdf - Uncaught ReflectionException: Class config does not exist

Hello Everyone, I am attempting to create a PDF from a view. I have read that the Barryvdh/dompdf i...

0 Likes
1 Replies
Solved

Laravel 5.2 and ajax post login problem

Hello Folks! my problem next > when i use jquery login , server response 201 OK , and when javasc...

0 Likes
0 Replies

Login with Username in Laravel 5? Not sure why this isn't working.

I've used Laravel 4 for projects the past, but I've just recently picked up L5 and am struggling to...

0 Likes
4 Replies
posted 8 years ago

Laravel & bower with grunt building

I'm using (non laravel) packages which I downloaded into vendor/bower_compontents (directory defined...

0 Likes
1 Replies
posted 8 years ago

Service class in Laravel 5.2

With Laravel 5.0 you can use the Service folder for creating your services. But in Laravel 5.2 there...

0 Likes
0 Replies

Laravel 4.2 on GoDaddy shared hosting: .htaccess and 500 error

I have a vexing problem: in public_html/.htaccess, I added the line 'RewriteBase /'. The website cra...

0 Likes
1 Replies

[Unit Test] Progressive unit test for uploaded files with validation

how is exactly build a unit test for uploaded files ? i have use a $this->call(<method>,<...

0 Likes
9 Replies

strange behavior on created_at

Hello, When I fill in a form, the fields created_at and updated_at will be filled in, all ok. I have...

0 Likes
0 Replies

Laravel routing with regular expression

Hi! I would like to route these slugs: lorem-ipsum-123 lorem-ipsum-123-456 into two variables: $sl...

0 Likes
2 Replies

Laravel Auth Session not working

Hi, I am using the stock auth controllers that come with the laravel installation. they redirect fin...

0 Likes
1 Replies

How can I logs of failed queue jobs into laravel 5.2?

<?php namespace App\Providers; use Queue; use Illuminate\Support\ServiceProvider; use Illuminat...

0 Likes
1 Replies
posted 8 years ago

Auth not working

Hey, i'm working on my first Laravel project but i don't get the authentication working! I just did...

0 Likes
2 Replies

how can i update a row using concat

i have this $data = ['name' =>'Name', 'observation' => "concat($obervation, 'observation'...

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.