Skip to main content

Questions tagged [laravel-10]

Laravel 10 is the current stable version of the open-source PHP web framework created by Taylor Otwell. It was released on February 14, 2023. Please use the [laravel] tag for general Laravel-related questions.

laravel-10
0 votes
2 answers
33 views

When will a laravel model creation fail without an exception?

I am adding a store method to a controller that will create and save a new model to the database using the following code: public function store(Request $request) { $validated = $request->...
Hoyt Jolly's user avatar
0 votes
0 answers
20 views

Invalid value for param; wrong type or other syntax error: timeIntervals LinkedIn API

I want to get my metric share statistics from my page LinkedIn, the docs in here: https://learn.microsoft.com/en-us/linkedin/marketing/community-management/organizations/share-statistics?view=li-lms-...
Ontagen Onta's user avatar
0 votes
0 answers
13 views

How to send Mail with Dynamic Sender in Laravel 10 [duplicate]

I am stuck here I want to send mail in Laravel 10 Mail Class with dynamic email address.I am using Hostinger for hosting & mail both. I have searched alot but the available solutions they are ...
Ahmed Ibrahim's user avatar
-1 votes
0 answers
9 views

Connect to host web server from VirtualBox [closed]

I have a Win 11 host and have set up a Win 7 VM (VirtualBox). The host machine runs a Laravel 10 application (port 8000). I want to connect from Win 7 (VM) to the host's server. I set the "...
Lakmal Premaratne's user avatar
-1 votes
0 answers
37 views

Laravel 10 Asset not found

After running php artisan config:cache I'm getting: [2024-07-15 20:32:42] production.WARNING: Asset not found [assets/js/panel/user.js] in Theme [default] [2024-07-15 20:32:42] production.ERROR: ...
neerajdreamer's user avatar
-2 votes
1 answer
44 views

Probl;em in laravel install in larajon

Loading composer repositories with package information Updating dependencies Your requirements could not be resolved to an installable set of packages. Problem 1 spatie/laravel-ignition[2.0.0, ..., 2....
mokaddes Ali's user avatar
0 votes
0 answers
40 views

Laravel 10: Target class [App\Http\Controllers\app\dashboard\dashboardController] does not exist

I tried logging in a user (email and password) to the user's dashboard page but got the error message: Target class [App\Http\Controllers\app\dashboard\dashboardController] does not exist, after ...
Worldlight Idakpo's user avatar
0 votes
2 answers
45 views

Laravel 11 Heroku: Database file at path [/app/database/database.sqlite] does not exist

I have upgraded my laravel application from 10-11 using Shift. Everything seems fine locally, when I deploy it to Heroku I get this error, I am not using any database in my application: Database file ...
Salar Houshvand's user avatar
1 vote
0 answers
15 views

i Have a laravel 10 livewire 2 apline.js 2 component search-suggest-dropdown which works but not always giving an error Error evaluating filteredItems

the error is as follows and it only gives it to me lately i worked before and i did not chenge any code since last it worked i just stopped error Error evaluating "filteredItems" TypeError: ...
stefan storm's user avatar
0 votes
0 answers
13 views

Laravel Glide can't find images at urls with extension

when I remove the extension at the end, so doing this: http://localhost:8000/img/properties/2/glvfATRS0WlUpY191EeXy0zPU60S7uJAmuZ0DK8T?w=100 I can still read the dd() of the controller: class ...
Depardieu Nguetebe's user avatar
0 votes
0 answers
17 views

Continuously getting error while try to get the user from facebook

And also when i try to dump the error. It shows nothing at the place of $e->getMessage() . The output is "Something went wrong!! : " // app\Http\Controllers\AuthController.php:77 config/...
Shubham kumar's user avatar
-1 votes
1 answer
50 views

Laravel error handling for authentication system

I want to implement the laravel build in authentication system breeze in my laravel project. But when I clicked on the login or register the css is not working and also it shows a error: Mix manifest ...
Shashi Rajput's user avatar
1 vote
0 answers
24 views

Laravel Html Checkbox Array Posting Empty Values and Retaining Upon Form Submission Error

I have the following form inputs in a laravel 10 application using spatie html: @foreach ($roles as $role) <div class="checkbox"> <...
user1541219's user avatar
0 votes
2 answers
98 views

how to access REST API in laravel 10?

I'm working on a project using laravel 10 that uses REST API but I'm getting a 404 not found error when I tried to test the url http://localhost/api/v1/continent with GET request in Postman. this is ...
dapidmini's user avatar
  • 1,579
-1 votes
0 answers
9 views

syntax error, unexpected identifier "info_categories", expecting ")"

I am written this code in a blade file, but it's not work with this error syntax error, unexpected identifier "info_categories", expecting ")" I don't understand why <div ...
Morshedul Aziz's user avatar

15 30 50 per page
1
2 3 4 5
71