Support the ongoing development of Laravel.io →

Sorting with Jquery UI

I'm trying to sort with Jquery UI in Laravel and it's giving me fits. Here is my controller: public...

0 Likes
0 Replies
posted 7 years ago

Carbon date error

Hello, I'm doing a project for my school and I'm stuck in this problem ... I have the schedule done...

0 Likes
0 Replies

POST method going to GET

Good Morning! I have a problem that I can not resolve. I'm using the Postman extension to make reque...

0 Likes
0 Replies

laravel ERR_TOO_MANY_REDIRECTS after adding SSL

so i am using cloudways with digitalocean and now trying to add letsencrypt into my laravel 5.4 web...

0 Likes
1 Replies
Solved

updateOrCreate problem

Hi, I've just discover this fantastic function. But I have a little problem. I need to update a fiel...

0 Likes
0 Replies

Is there any SEO perelink package?

Is there any package for SEO perelinkg feature, that gives web app better indexing by web crawlers...

0 Likes
1 Replies

Tutorial Laravel 5.x create a simple web app

I'm newbie. I want to create a simple web app (ex: a forum only have home page and post pages, in ea...

0 Likes
1 Replies
Solved

Laravel-Mix copy not flattening files

I'm using Material Design Icons in my project, and so I need to copy a few files from node_modules t...

0 Likes
0 Replies
posted 7 years ago

Synchronisch queue system

I am trying to set up an API which uses a queue system on another server to handle the requests. Let...

0 Likes
0 Replies

How should I name an Eloquent polymorphic table?

I am using Laravel eloquent to design my database. Eloquent has a naming convention for naming a man...

0 Likes
1 Replies
Solved

Laravel selectRaw returns NULL

Here is my simple query Pin::where('updated_at', '>=', '2015-01-01') ->selectRaw(&...

0 Likes
1 Replies
posted 10 years ago

setting empty field to null

What is the best solutions for setting empty field to null in a model? I don't want to set mutator f...

0 Likes
9 Replies
Solved

[RuntimeException] Directory name must not be empty.

My php artisan command is not working. The error is: [RuntimeException] Directory name must not be e...

0 Likes
0 Replies
posted 10 years ago

Form::model and put method

{{ Form::model($article, ['route' => ['admin.articles.update', $article->id], 'method' => '...

0 Likes
2 Replies

Resources for understanding/reimplementing password reset systems?

I'm working on a React-Native application with a Laravel backend and I'm currently trying to impleme...

0 Likes
0 Replies

Get unique id

Hello, Is there a way to get a user unique id (like machine id or something)? I want this to check i...

0 Likes
0 Replies
posted 7 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 7 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

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.