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...
I've already have key generated in my .env file. This exception occures when i do refresh my web pag...
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...
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