Does anyone have reference to a good theme based on Employee performance evaluation project with multiple user roles?

|
TheFeLuM 2020-11-03 21:22:20
natghi2010 2020-11-03 18:59:31
faulty installation

fault installation what you mena ?

natghi2010 2020-11-03 21:22:34
TheFeLuM 2020-11-03 21:22:20
fault installation what you mena ?

when you installed

TheFeLuM 2020-11-03 21:22:46
eL7alfa 2020-11-03 19:55:42
access it by /api/products

that’s how i acces it and nothing

TheFeLuM 2020-11-03 21:22:56
natghi2010 2020-11-03 21:22:34
when you installed

is install corectly

natghi2010 2020-11-03 21:24:05
TheFeLuM 2020-11-03 21:22:46
that’s how i acces it and nothing

thats why i was so confused

natghi2010 2020-11-03 21:24:17
you did everything right
TheFeLuM 2020-11-03 21:24:44
natghi2010 2020-11-03 21:24:05
thats why i was so confused

man you’r right ?

natghi2010 2020-11-03 21:24:57
TheFeLuM 2020-11-03 21:24:44
man you’r right ?

I made an api in the exact same way

TheFeLuM 2020-11-03 21:25:09
and?
natghi2010 2020-11-03 21:25:47
Lynda Lyn 2020-11-03 20:27:29

whats getLocale

natghi2010 2020-11-03 21:25:57
TheFeLuM 2020-11-03 21:25:09
and?

no issues

TheFeLuM 2020-11-03 21:26:27
verify it postman ?
2020-11-03 22:16:13
i use validation mimes for images , for only png format , but we got problem when i upload png image we have error said just png images you can upload but i upload PNG ! :/
2020-11-03 22:17:29
laravel_discuss-57900.jpg

2020-11-03 22:24:11
I am using react with laravel, am in react, how can I get an instance of the authenticated user, axios is not working.
mehrb0d 2020-11-03 22:32:30
2020-11-03 22:17:29

so add “PNG”

2020-11-03 22:32:56
:/ i added before
mehrb0d 2020-11-03 22:33:32
2020-11-03 22:32:56
:/ i added before

some pictures are png and some of them are PNG

2020-11-03 22:34:00
i upload jpg too but i recieved error agian
Lynda Lyn 2020-11-03 22:47:19
natghi2010 2020-11-03 21:25:47
whats getLocale

For language

DesolatorMagno 2020-11-03 23:14:12
Laravel do some magic to get the extension, it doesn’t use the one in the name.
2020-11-04 02:40:05
Auth
eL7alfa 2020-11-04 05:25:57
eL7alfa 2020-11-03 20:10:31
if you are accessing api route before deal with auth + middleware, try to disable default middleware first, check Kernel.php

Vasile what abt this?

2020-11-04 06:38:51
https://www.youtube.com/playlist?list=PLOUzq57Zl8elw3yMchWFCzhg3dIxscfuO

Sample projects – YouTubeYouTube
Willhup27 2020-11-04 08:19:44
Ada yang bisa code Igniter ? Butuh bantuan dong kalau ada yang bisa butuh modified doang

1. Option select ke database
2. Contoh yang diselect A maka field inputan yang tampil A,B,dan C option yang dipilih maka field nya tampil
3.Modified print PDF tampilan

Jadi ada 3 modul yg butuh di modified dengan 2 menu

Maaf ane ada budget 500k program udh jadi pake codeIgniter kalau minat japri ya 🙏 ijin share ya admin

udev21 2020-11-04 08:20:24
Willhup27 2020-11-04 08:19:44
Ada yang bisa code Igniter ? Butuh bantuan dong kalau ada yang bisa butuh modified doang

1. Option select ke database
2. Contoh yang diselect A maka field inputan yang tampil A,B,dan C option yang dipilih maka field nya tampil
3.Modified print PDF tampilan

Jadi ada 3 modul yg butuh di modified dengan 2 menu

Maaf ane ada budget 500k program udh jadi pake codeIgniter kalau minat japri ya 🙏 ijin share ya admin

English only

Willhup27 2020-11-04 08:20:50
Upa sorry 🙏
flyingdragons 2020-11-04 09:31:51
Why don’t you have session that stays for 1 year.

If your using Laravel then in .env file you can set the SESSION_LIFETIME

Billa_Bongg 2020-11-04 09:32:23
flyingdragons 2020-11-04 09:31:51
Why don’t you have session that stays for 1 year.

If your using Laravel then in .env file you can set the SESSION_LIFETIME

One year?? 🙆‍♂

flyingdragons 2020-11-04 09:33:02
Billa_Bongg 2020-11-04 09:32:23
One year?? 🙆‍♂

Since he wanted to run for longer time I suggested that way

flyingdragons 2020-11-04 09:33:14
You can make changes as per your needs
rashadpoovannur 2020-11-04 09:58:27
Is there any source code available in Social Login in Laravel Api
o_sayfullayev 2020-11-04 10:17:01
rashadpoovannur 2020-11-04 09:58:27
Is there any source code available in Social Login in Laravel Api

https://laravel.com/docs/8.x/socialite

o_sayfullayev 2020-11-04 10:17:19
Laravel socialite is created for this pupose
TheFeLuM 2020-11-04 10:23:09
eL7alfa 2020-11-04 05:25:57
Vasile what abt this?

problem was in validation

TheFeLuM 2020-11-04 10:24:18
olso have an issue with inserting some product in table with references to user id relation one to many
TheFeLuM 2020-11-04 10:24:31
this is my table
TheFeLuM 2020-11-04 10:24:42
laravel_discuss-57946.jpg

TheFeLuM 2020-11-04 10:24:54
laravel_discuss-57947.jpg

TheFeLuM 2020-11-04 10:25:06
laravel_discuss-57948.jpg

TheFeLuM 2020-11-04 10:25:30
why he getting product_user when try to insert data in db
TheFeLuM 2020-11-04 10:26:41
any sugestion ?
Dkhicher 2020-11-04 10:50:26
check your table exist or not
Dkhicher 2020-11-04 10:52:09
check you migrate your migration or not then retry
DiamondBiscuit 2020-11-04 12:07:58
does anyone have reference to a good theme based on Employee performance evaluation project with multiple user roles?
DiamondBiscuit 2020-11-04 12:08:10
if yes please help
k_ankit05 2020-11-04 12:18:13
laravel_discuss-57957.jpg
Any idea for this pattern
k_ankit05 2020-11-04 12:31:32
Go with javascript..
Acird Burn 2020-11-04 12:34:24
DiamondBiscuit 2020-11-04 12:07:58
does anyone have reference to a good theme based on Employee performance evaluation project with multiple user roles?

What exactly are you trying to accomplish

DiamondBiscuit 2020-11-04 12:35:53
Acird Burn 2020-11-04 12:34:24
What exactly are you trying to accomplish

A project on performance evaluation of the employees

|