Hi, I've just discover this fantastic function. But I have a little problem. I need to update a fiel...
Is there any package for SEO perelinkg feature, that gives web app better indexing by web crawlers...
I'm newbie. I want to create a simple web app (ex: a forum only have home page and post pages, in ea...
I'm using Material Design Icons in my project, and so I need to copy a few files from node_modules t...
I am trying to set up an API which uses a queue system on another server to handle the requests. Let...
I am using Laravel eloquent to design my database. Eloquent has a naming convention for naming a man...
Here is my simple query Pin::where('updated_at', '>=', '2015-01-01') ->selectRaw(&...
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...
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.