What is the best solutions for setting empty field to null in a model? I don't want to set mutator f...
My php artisan command is not working. The error is: [RuntimeException] Directory name must not be e...
{{ Form::model($article, ['route' => ['admin.articles.update', $article->id], 'method' => '...
I'm working on a React-Native application with a Laravel backend and I'm currently trying to impleme...
Hello, Is there a way to get a user unique id (like machine id or something)? I want this to check i...
Hi, i have a major issue on my application, i want to save my cart into a new session when accessing...
Can somebody help me, This My query for My Table $results = DB::table('offer') ->select(DB::r...
hi, i would like to make an empty relation, is that possible? tried class Testmodel extends Model {...
I need to set dynamically the table name (extract from other database) and get the last record. This...
I think this is a basic problem or question, but i can't find any solution that solves this problem,...
One of the first things I do for every Laravel project is to add this: config/database.php 'prefix'...
I've upgraded from 5.2 to 5.3, and have followed all of the upgrading steps. I am getting this error...
Hello Everyone, Every morning I try to open my client system I get the below error. To solve it, I k...
Greeting guys, I'm just about to start developing my very first Laravel Package using v4.2 & enc...
Hello, I want to format links inside a post. For example if I put https://laravel.io to make it a li...
Is there a way to logout user when his IP is changed? Where can I check if his IP is changed for all...
public function getLogin($provider = null) { try { $social_user = Socialize::with($provi...
We're currently looking to see how much interest there is for such a meetup and how big it'd be. Is...
i face a problem when i register a user through web service API project, and it was working but sudd...
I'm having problem return false on this multiple file input. It is working for textboxes. Anyone can...
Solutions given in the past year. Excluding solutions from thread authors.
Select a tag below to filter the results
The Laravel portal for problem solving, knowledge sharing and community building.
The community