Support the ongoing development of Laravel.io →
posted 5 years ago

Doing something different when an error is detected

I am writing up some crucial code in my app at the moment and I ran into an issue where I want to ha...

0 Likes
2 Replies

how to create my own button with crudbooster in Laravel?

I have a button called "Buat SPT". I just want this button call my controller called Admin...

0 Likes
7 Replies
Solved

Multi guard authentication, logs out if two guards logged in

Hi. I'm working on an application written in Laravel 5.7. In my app I have three guards: 'guards...

0 Likes
0 Replies

Swiftmailer with dynamic mail configuration

I'm trying to do something like this, (more information in coments //): use Setting, View, Mail, Con...

0 Likes
13 Replies
Solved
posted 5 years ago

i have some issue the please help me

i want if my task end date is expire my task go in overdue task how is it possible

0 Likes
2 Replies
posted 5 years ago

Grab route with Javascript and append to it.

Hello, I'm trying to grab this route and append to it with JS. <div class="clickable-element...

0 Likes
1 Replies

Lumen hashing config

Hello everybody, I've been playing around with Lumen for a bit, does anyone know how to change the h...

0 Likes
1 Replies
Solved

Laravel API development extension

weiwenhao/tree-ql tree-ql is a laravel extension that builds a highly descriptive, readable, high-pe...

0 Likes
0 Replies

What PHP IDE are you using for Laravel??

I tried many PHP IDE for my work And now, I always use Laravel Framework. I used PHPStorm Many Mem...

0 Likes
44 Replies

Can't populate dropdown menu with associated array.

Full Array Array ( [0] => Array ( [id] => 1 [label] => Home [li...

0 Likes
0 Replies
posted 5 years ago

Cakephp interview questions

CakePHP is a model–view–controller (MVC) based PHP web framework that provides rapid development of...

0 Likes
0 Replies
posted 5 years ago

Kotlin Interview Questions

Kotlin was introduced in 2011 by JetBrains, who were using Java earlier. There were two reasons for...

0 Likes
0 Replies
posted 5 years ago

Scheduled Tasks Stopped Running at Midnight

We have two identical Laravel environments, running the exact same configuration even the same Larav...

0 Likes
0 Replies
posted 5 years ago

reduce database query to one and avoid load() null error

I have this function: public function show($id) { if (count($post = Post::find($id)))...

0 Likes
0 Replies
posted 5 years ago

How to check unique key validation on Update

While adding a record we can check a unique key field with unique:<table>,<column> valid...

0 Likes
4 Replies
posted 5 years ago

Problem with laravel 5.8

Hi, I have a problem and I am a newbie. My code worked perfectly in laravel 5.7 but now in 5.8 an er...

0 Likes
2 Replies

[FIXED] Artisan denied access to database with correct de...

Something very strange is happening. I'm using MAMP to locally host my project, and that is able to...

0 Likes
0 Replies
posted 5 years ago

Create custom headers in zend soap server WSDL

Is there a way of creating an WSDL custom header with the auto-discovery function zend-soap server?...

0 Likes
0 Replies

Model split response on column true.

I have a query that I was previously calling with Quote::with(['detail.orders'])->findOrFail($id)...

0 Likes
1 Replies
posted 5 years ago

User and Profile tables

Hi guys. I'm developing a social network for training laravel and i have doubts about how I should o...

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.