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

Laravel session issue on reload

Hi, i have a major issue on my application, i want to save my cart into a new session when accessing...

0 Likes
0 Replies

Query Builder

Can somebody help me, This My query for My Table $results = DB::table('offer') ->select(DB::r...

0 Likes
0 Replies

RuntimeException - The only supported ciphers are AES-128-CBC

I've already have key generated in my .env file. This exception occures when i do refresh my web pag...

0 Likes
0 Replies
posted 6 years ago

make an empty relation

hi, i would like to make an empty relation, is that possible? tried class Testmodel extends Model {...

0 Likes
0 Replies

Set table on model for get last record

I need to set dynamically the table name (extract from other database) and get the last record. This...

0 Likes
1 Replies
posted 6 years ago

redirect conditionally after save

I think this is a basic problem or question, but i can't find any solution that solves this problem,...

0 Likes
1 Replies

Why is the DB prefix not in the .env file by default?

One of the first things I do for every Laravel project is to add this: config/database.php 'prefix'...

0 Likes
0 Replies
posted 7 years ago

Problem with Route::prefix while upgrading ('Method prefix does not exist')

I've upgraded from 5.2 to 5.3, and have followed all of the upgrading steps. I am getting this error...

0 Likes
1 Replies

Urgent: Daily Error in production Environment [PDOException in Connector.php line 55: SQLSTATE[HY000] [2002] No such file or directory]

Hello Everyone, Every morning I try to open my client system I get the below error. To solve it, I k...

0 Likes
1 Replies

How to override app routes from package?

Greeting guys, I'm just about to start developing my very first Laravel Package using v4.2 & enc...

0 Likes
3 Replies
Solved

Detect links in posts

Hello, I want to format links inside a post. For example if I put https://laravel.io to make it a li...

0 Likes
1 Replies

Logout when user changes his IP

Is there a way to logout user when his IP is changed? Where can I check if his IP is changed for all...

0 Likes
2 Replies
Solved

Try catch not working.

public function getLogin($provider = null) { try { $social_user = Socialize::with($provi...

0 Likes
5 Replies
posted 9 years ago

Larameet UK - Laravel Meetup UK

We're currently looking to see how much interest there is for such a meetup and how big it'd be. Is...

0 Likes
2 Replies
posted 6 years ago

Eloquent create method ignore the fillable attributes in laravel 5.4

i face a problem when i register a user through web service API project, and it was working but sudd...

0 Likes
4 Replies
Solved

Custom Validation on Multiple FileUpload

I'm having problem return false on this multiple file input. It is working for textboxes. Anyone can...

0 Likes
0 Replies

Call to undefined method Illuminate\Support\Facades\Config::set()

On this page: https://laravel.com/docs/5.4/mocking It states: You should not mock the Request facade...

0 Likes
1 Replies

strip email addresses, domains or domain names from user input

I am looking at a way to strip those things from user input comments or posts in my project. I am us...

0 Likes
0 Replies
posted 6 years ago

First Laravel app, form to controller error

I am having trouble putting my first app together. The app is a web form it executes a controller an...

0 Likes
3 Replies
Solved

Filter Button Laravel 5.4

how can i make button filter on laravel 5.4?

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.

© 2024 Laravel.io - All rights reserved.