laravel-9 Questions
4
Solved
I am using postgresql 15 and I tried running these:
grant all privileges on database my_database to my_database_user;
grant all privileges on all tables in schema public to my_database_user;
grant ...
Nitride asked 5/2, 2023 at 12:48
5
I am upgrading my project to Laravel 9. However, when I tried to run php artisan, I got an error message.
In Auth.php line 60: To use the Auth::routes() method, please install
the laravel/ui packa...
1
I have 3 Laravel applications, one running on Laravel 6 and 2 running on Laravel 8.
They all uses Vue and JWT auth from tymondesigns, and I've plan to upgrade them all to Laravel 10.
But after I su...
Hyperbolic asked 7/3, 2023 at 2:25
21
Solved
I Working on project that working with laravel 9 and Vite with laravel-vite,
In Dev environment all thing working fine, but in production cPanel server I has this issue
Vite manifest not found at: ...
1
I use redis replication(one master with port 6379, two slave with port 6380, 6381), I've not found anything in the laravel doc for config redis replication.
I use below config(from gpt's answer), b...
Franfranc asked 28/5, 2024 at 7:32
6
Solved
I am trying to build a separated frontend web application using Vuejs and fetching data from Laravel 9 API that I have built, when I try to access the data from the frontend that is the response in...
4
Solved
I have some validations in place,
and I am validating it like this:
and I noticed when there is more than 1 error,
laravel will add to the message "and 1(or 2 or 4..) more error(s)" ..
T...
4
Having built the assets,
build
vite build
vite v3.0.3 building for production...
✓ 64 modules transformed.
public/build/manifest.json 0.28 KiB
public/build/assets/app.45719a2b.css 189.82 KiB / gzi...
4
i already run npm install, but When i run
npm run dev
i got error :
WARNING in ./resources/js/app.jsx 23:65-76 Critical dependency:
Accessing import.meta directly is unsupported (only property ac...
6
I have installed laravel 9 and livewire. When i try to open login or registraration page from top corner it's showing this error
Can you tell me something how can i fix this one
Hypoderm asked 7/11, 2022 at 6:14
8
Solved
Nothing to install, update or remove
Generating optimized autoload files
Class App\Helpers\Helper located in C:/wamp64/www/vuexylaravel/app\Helpers\helpers.php does not comply
with psr-4 autoloadi...
5
Solved
No command is working, I also tried to update Composer, but the case is the same. I found a guide that said to ignore the url() and asset() method, but it did not solve the issue.
Illuminate\Routi...
5
Solved
I've got problems with sending emails after updating a Laravel 8 project using the Metronic 8 theme to Laravel 9. I didn't change any of my code related to emails, but now I got this error using th...
Granulite asked 17/2, 2022 at 10:28
2
Solved
I just fresh-installed a Laravel 9 app, added select2 and jquery with npm, passed what I needed to pass to vite.config.js and app.js, jquery is getting loaded way before select2 is loaded and yet s...
Anechoic asked 1/12, 2022 at 17:51
5
Solved
I tried adding flowbite to my Laravel project. I am using Laravel version 9 with Vite.
So far, I did the following steps:
Installed flowbite as a dependency:
npm i flowbite
Added plugin in tail...
Beslobber asked 12/10, 2022 at 7:57
3
Solved
I'm trying to upload a file in my Laravel 9 application. On the localhost, it works just fine, however, the same action fails when I try it from my application running on an Amazon Linux EC2.
What ...
Unlicensed asked 24/1, 2023 at 2:26
1
I learned I can create components for Blade in Laravel 9 in two ways:
@component('components.myComponent')
@endcomponent
and also
<x-myComponent/>
What method is preferred?
Elinaelinor asked 27/11, 2022 at 0:52
1
I am trying to use jQuery with laravel 9 + vite. It is working fine in dev but while built, i am getting jQuery is not a function
libs.ts
import * as jQuery from 'jquery';
declare global {
interfa...
5
users-iMac-2:backend NEHAL$ npm run dev
> dev
> vite
file:///Users/user/Desktop/backend/node_modules/vite/bin/vite.js:7
await import('source-map-support').then((r) => r.default.install(...
3
I am using LARAVEL 9. I am create enum in Enum folder and access in model. But when i am adding data i am getting this error
syntax error, unexpected identifier "GenderEnum"
Here is my ...
2
Solved
Trying to assign foreign key but when you run migrate, I get this this error, I do not understand what the problem is.
SQLSTATE[HY000]: General error: 1215 Cannot add foreign key constraint (SQL: ...
Whirlpool asked 24/2, 2022 at 12:15
2
I just upgraded my app from Laravel v8 to v9. Now I'm having an issue with the following code throwing this error:
League\Flysystem\UnableToRetrieveMetadata : Unable to retrieve the file_size for f...
4
Solved
After in my Laravel 9 project I run composer update I faced this error message:
Writing lock file
Installing dependencies from lock file (including require-dev)
Package operations: 0 installs, 1 up...
Braille asked 30/5, 2022 at 15:36
10
Please assist, composer could not install tymon/jwt-auth:0.5.*
I had type :
composer require tymon/jwt-auth:0.5.*
i also tried to add the ff in projects composer.json:
require {
....
"tymon/...
Weiman asked 19/10, 2017 at 9:35
1
Solved
Since Nova 4 has no blades anymore that you could publish, how could you approach customization the best in for example the head navbar next to the searchbar? I'd like to add a drop-down there but ...
Luciano asked 9/5, 2022 at 20:43
1 Next >
© 2022 - 2025 — McMap. All rights reserved.