Support the ongoing development of Laravel.io →

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 10 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 8 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 8 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

Laravel 4.2 Elasticsearch - Failed to connect to localhost port 9200: Connection refused?

Windows 10, OpenServer, Laravel 4.2, Elasticsearch 1.0 Controller: public function searchUser()...

0 Likes
0 Replies

Elasticsearch, Laravel 4.2 ERROR - Unresolvable dependency resolving [Parameter #0 [ <required> $retries ]] in class Elasticsearch\Transport?

Wrapper namespace App\Services; use Elasticsearch\Client; class Elastic { protected $client;...

0 Likes
0 Replies
posted 8 years ago

how to use hasManyThrough without the default id field

table struct is apply_forms id form_number name apply_form_devices id apply_for...

0 Likes
1 Replies
posted 8 years ago

->count() and ->get()->last()

I have, $a = App\SomeModel::where('id', 1)->get()->last(); My model's table has 72 entries. $a...

0 Likes
3 Replies
Solved

Protect route laravel 5.2 in ajax from attacks. Is there any way?

In laravel 5.2 I have a route that I call in ajax (so I do a post to http://mysite.dev/save) in /sav...

0 Likes
0 Replies

Laravel 5.4 mailable does not work with queue sqs

in my controller: $order = Order::with('address','slot','products')->first(); Mail::to('abc@email...

0 Likes
1 Replies

Valet problem install on Mac, ping: cannot resolve *.dev: Unknown host, nginx not Listen

Hello, I'm new to laravel and valet I tried to install laravel valet follow this instruction https:/...

0 Likes
0 Replies

Laralum - The modular laravel administration panel

What is Laralum? Laralum is an idea that came to our mind when we found no CMS that had the right ba...

0 Likes
0 Replies
posted 8 years ago

How to load a js after another js ?

Hi everybody I have written below code on resources/js/bootstrap.js but on output in app.js, custom....

0 Likes
0 Replies
posted 8 years ago

PHP Fatal error: Class 'Route' not found on Laravel 5.4

I've suddenly started getting this error: PHP Fatal error: Class 'Route' not found The error messa...

0 Likes
1 Replies

How to correct View [welcome] not found. with laravel on a shared host

0 down vote favorite i host a laravel application on a shared host but it saying view not find. so i...

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.