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

Sent email to multi addres

Hello, I have to sent a email to some person but it shows: "Swift_RfcComplianceException in Mai...

0 Likes
0 Replies

How to run run your own written service provider before laravel core service providers

I want to run my own provider before laravel core provider how can i do it?

0 Likes
0 Replies

Lravel 5.3 - Password Reset with different user column names (username)

Hi, developed web application based on account with inner users for companies with staff. my users t...

0 Likes
2 Replies

How to select table data in orderby id desc then groupby name in laravel 5.3?

I do this but can not work.. DB::table("office_costing_zone") ->orderBy("id",...

0 Likes
2 Replies

Checkbox is not showing on the POST

Hello, Very strange, i'm trying to include a Form::checkbox on my form and the values simply doesn't...

0 Likes
1 Replies

postLogin never called?

Hi, I have a very strange behavior here. I have the same app on local and remote servers. The same p...

0 Likes
1 Replies

Getting model reference in an trait

Guys, good afternoon! I use Laravel and I have the following problem: Whenever a user edit a record...

0 Likes
0 Replies

How do I use the ModelFactory for seeding data if my data is not from Faker?

Hello, Ok, so I am trying to seed data into a table, below is what I have tried: $factory->defin...

0 Likes
1 Replies
posted 9 years ago

fresh installation doesnt work

Hello, new here to Laravel. I followed the Laracast video to install Laravel to my Centos 6. Everyth...

0 Likes
11 Replies
Solved

Fatal Error Exception instead of 404

Hello! I tried to implement a custom 404 view, but whenever I go to a URI that does not exist, I get...

0 Likes
2 Replies
Solved

Converting user passwords from md5 to bcrypt

I have a database of users which have passwords stored in md5. Since Laravel uses bcrypt, I want to...

0 Likes
1 Replies
posted 8 years ago

Authentication with an existing table (md5 passwords)

I'm trying to have my new Laravel project authenticate users from database table "user", w...

0 Likes
2 Replies
posted 8 years ago

How to change Auth routes to work with Localization.

Hi, I am using Laravel 5.3 with Authentication and Localization. I still use base Auth routes and i...

0 Likes
0 Replies

How to catch \Predis\Connection\ConnectionException

I have enabled REDIS as default CACHE_DRIVER instead of FILE, but if redis instance is down for exam...

0 Likes
0 Replies
posted 8 years ago

Creating a custom exception class and custom exception handler class

I'm having trouble creating a custom exception class and handler. You can see the code and details o...

0 Likes
3 Replies
posted 8 years ago

kill query

Can somebody help me with an information: How can i kill execution of query. It's exists any method...

0 Likes
2 Replies

How to access session from parent template

Hi, I'm new to Laravel so the question might sound stupid. I'm currently trying to handle the displa...

0 Likes
2 Replies
Solved

Laravel Authentication is app.blade.php

I have installed Laravel 5.3. And I have tried authentication process. It has generated app.blade.ph...

0 Likes
1 Replies

Blade view "use" directive?

Hi, Is there a way to import class in a view? For example, I have a class \Anamespace\Bnamespace\Xcl...

0 Likes
3 Replies
Solved

Laravel Elixir (Suggestion)

Hi Guys! I have to ask one thing that can I use bower instead of npm (node_modules) in laravel (5.3)...

0 Likes
1 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.