Skip to main content

All Questions

Tagged with or
0 votes
0 answers
84 views

I’m working on a Laravel 12.17 + Filament v3 project. I installed Filament using: ./vendor/bin/sail artisan filament:install --panels Then i generated a resource with: ./vendor/bin/sail artisan make:...
mikhaela's user avatar
1 vote
0 answers
73 views

I am working on a legacy project which uses Laravel 4.2 for the backend API and angular for the frontend. When I make the login request in local pc I am seeing CORS error in developer tool network tab....
Ish's user avatar
  • 27
-2 votes
2 answers
109 views

I am having a issue where when i write out a eloquent query using a variable it is returning NULL but if i write out that variable value in text it returns data. This is my code $code = 'Test123'; ...
Adam Allen's user avatar
0 votes
1 answer
25 views

I am trying to use an array in the WHERE clause with IN () in Laravel, but it's not working as expected. Here’s my current code: $groupOfTopics = [46, 51, 167, 176, 177, 181, 185, 270, 323, 328, 350]; ...
yellow_melro's user avatar
0 votes
0 answers
111 views

I'm trying to resurrect an older Laravel project (5.8.38) that used Semantic UI for styling the user interface. Since Semantic UI is no longer being developed, I'm also switching to Fomantic UI. I'd ...
Tench's user avatar
  • 537
1 vote
0 answers
31 views

Facing some issue regarding the connectivity of PHP/Laravel application from host machine EC2 to managed AWS RDS Mariadb instance. When connecting from Laravel app though .env (db settings) it return ...
Asad Zahidd's user avatar
0 votes
0 answers
20 views

I am building Laravel 5.4 and AngularJS to build login rester and logout user. It is not working and I don't know why. I am a beginner to Laravel. If I send request via remember token then how to ...
K26's user avatar
  • 1
0 votes
2 answers
3k views

We are facing an issue with Laravel scheduled tasks using the call method in Kernel.php not executing as expected in development mode on Windows. When running php artisan schedule:work, it only ...
Mohammed Yacine Henaoui's user avatar
2 votes
2 answers
56 views

Request for How to Handling if Command in Relationship Handling Hello, good day Artisan, Please, I need help with an if command not working for a relationship. I want to get the correct relationship ...
odion_cloud's user avatar
0 votes
1 answer
111 views

I use Laravel 5.5 and October CMS 1.0 with MySQL 5.6 database and PHP 7.4. I have several models with integer autoincrement id keys. The model's default settings are left intact—I didn't change any of ...
Krystian's user avatar
  • 3,433
-1 votes
1 answer
88 views

During comments show in the post Error “foreach() argument must be of type array|object” in laravel controller The code is as under Blade File @foreach($comment->product_images as $image) <a ...
software dev's user avatar
1 vote
0 answers
47 views

Laravel 5.5 will only accept lax, strict or null as sameSite options when setting a cookie and will throw and exception if it is not one of these - before you ask I am stuck with laravel 5.5 for now. ...
Barnaby's user avatar
  • 987
0 votes
1 answer
114 views

I'm fairly new to Laravel, and I'm using PowerGrid to display an employee table. The skeleton loading works fine when the page initially loads, but I would like to add the loading animation when ...
Ermuun's user avatar
  • 1
1 vote
1 answer
88 views

Why are session tokens and form tokens different in Laravel? Added to file: vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/VerifyCsrfToken.php protected function tokensMatch($...
Sergey Permyakov's user avatar
0 votes
1 answer
66 views

This code was working fine until a few days ago. However, we noticed that it is failing exactly after downloading 40 files. I don't remember changing any configuration parameters in the recent past. ...
Krishna Chebrolu's user avatar

15 30 50 per page
1
2 3 4 5
4056