← prev | next →
saboorhamedi 2021-08-30 17:16:54
here is the answer of my error
saboorhamedi 2021-08-30 17:17:33
Well there could be more proper way, but I came up with this method, its working fine for me
RaMi_Ramly 2021-08-30 17:18:35
hello guys. what php pdf generator that support Unicode
Mnsr59 2021-08-30 17:18:42
saboorhamedi 2021-08-30 17:06:58
here
cmd:
php artisan tinker
And then
AppModelsPost::find(1)->category
Tap the command above to make sure you get relations
RaMi_Ramly 2021-08-30 17:18:56
RaMi_Ramly 2021-08-30 17:18:35
hello guys. what php pdf generator that support Unicode
I mean for Asian character
Mnsr59 2021-08-30 17:20:02
RaMi_Ramly 2021-08-30 17:18:56
I mean for Asian character
Also Persian?
saboorhamedi 2021-08-30 17:20:05
Mnsr59 2021-08-30 17:18:42
cmd:
php artisan tinker
And then
AppModelsPost::find(1)->category
Tap the command above to make sure you get relations
Its three tables, not just one the problem
saboorhamedi 2021-08-30 17:20:56
saboorhamedi 2021-08-30 17:20:05
Its three tables, not just one the problem
* its 3 tables not one, sorry for typo in above
RaMi_Ramly 2021-08-30 17:20:59
Mnsr59 2021-08-30 17:20:02
Also Persian?
Cambodia
RaMi_Ramly 2021-08-30 17:21:25
I have tested with fpdf but not spt at all
Mnsr59 2021-08-30 17:26:53
saboorhamedi 2021-08-30 17:20:56
* its 3 tables not one, sorry for typo in above
Try the command below on your own.
$Posts = Post::with([‘tags’,’categories’, ‘users’])->get();
Mnsr59 2021-08-30 17:28:09
RaMi_Ramly 2021-08-30 17:20:59
Cambodia
I’m afraid I don’t know,
I’m Persian-speaking.
saboorhamedi 2021-08-30 17:29:14
Mnsr59 2021-08-30 17:26:53
Try the command below on your own.
$Posts = Post::with([‘tags’,’categories’, ‘users’])->get();
This is working fine I get no error, the problem was on the blade, I had add loop through every table with the post variable
Like:
post->category
post->tag
It’s working fine now
Mnsr59 2021-08-30 17:29:38
saboorhamedi 2021-08-30 17:29:14
This is working fine I get no error, the problem was on the blade, I had add loop through every table with the post variable
Like:
post->category
post->tag
It’s working fine now
good
Mnsr59 2021-08-30 17:30:05
How are Laravel’s job market friends in your country?
u_f_0_1 2021-08-30 17:34:46
u_f_0_1 2021-08-30 17:13:47
Hello guys, I’m trying to implement Twilo into my Laravel project.. I’ve done everything in the documentation but I still get an error that says
Undefined Type ‘TwiloRestClient’
???????????????????????????????
Vk 2021-08-30 17:38:34
Want to add max_upload_file size in htaccess file,
saboorhamedi 2021-08-30 18:51:47

why it shows nothing
saboorhamedi 2021-08-30 18:52:31
Mnsr59 2021-08-30 17:30:05
How are Laravel’s job market friends in your country?
Where are you from brother ?
mrsniper2020 2021-08-30 19:30:34
https://marinoricardo.com/afastamento-do-funcionario-no-trabalho-como-evitar/
Afastamento do funcionário no trabalho: Como evitar? – Mundo Virtual –
Mundo VirtualO afastamento de um funcionário numa empresa pode acontecer devido muitos motivos, sendo assim uma desvantagem para a empresa, portanto se um membro
omar khaled 2021-08-30 20:08:49
omar khaled 2021-08-30 20:09:52
what’s the problem
albertocardenas 2021-08-30 20:45:19
your pic! xD
albertocardenas 2021-08-30 20:45:29
is the problem
mazcvei 2021-08-30 21:02:12
albertocardenas 2021-08-30 20:45:19
your pic! xD
parece que está metido en un incendio
mazcvei 2021-08-30 21:03:28
omar khaled 2021-08-30 20:08:49
impr pant => paint => ctrl+v ctrl +c => telegram => ctrl+v
artyomzp 2021-08-30 21:13:40
omar khaled 2021-08-30 20:08:49
you don’t have component for view
I think you use
return view(‘admin….’) or
return compact (‘admin…’)
Dawood Shaikh 2021-08-30 21:17:18
dralexsand 2021-08-30 08:26:45
How to trigger livewire event via jquery?
You can trigger livewire event using js – https://laravel-livewire.com/docs/2.x/inline-scripts
Inline Scripts | Livewire –
LivewireA full-stack framework for Laravel that takes the pain out of building dynamic UIs.
2021-08-30 22:00:12

This is my kernel
2021-08-30 22:00:49

This is my web.php file
2021-08-30 22:01:48

Browser error when i click on roles link
2021-08-30 22:02:39
I recently applied the spatieLaravel roles and permission package in my small web application
2021-08-30 22:03:40
Only to find errors when i try to navigate on the necessary pages..and among which is the roles, users and the like
2021-08-30 22:04:00
As mentioned in my route page
2021-08-30 22:04:50
Could someone help me on that..for i have tried to rectify it for some good hours but all in vain
← prev | next →