Русские есть кто пишет на Laravel?

|
alfamob889 2021-03-22 21:14:32
smedvedev 2021-03-22 21:14:21
Добрый вечер! русские есть кто пишет на Laravel? )

учу

smedvedev 2021-03-22 21:15:18
alfamob889 2021-03-22 21:14:32
учу

Ясно, нужен с опытом.. допилить функционал сервиса

alfamob889 2021-03-22 21:16:09
smedvedev 2021-03-22 21:15:18
Ясно, нужен с опытом.. допилить функционал сервиса

апи или что то другое ?

smedvedev 2021-03-22 21:18:56
alfamob889 2021-03-22 21:16:09
апи или что то другое ?

Нет. просто доработка существующих функций. Например добавить параметр новый в фильтрации, добавить новые переменные, создать новые функции в проекте …

Begroups 2021-03-23 01:46:37
I have created an middleware
Begroups 2021-03-23 01:47:35
I have add this in web.php and kernel.php
When i go to this route which i have added this middleware. I havr error 404 pls help
Begroups 2021-03-23 01:48:24
laravel_discuss-74250.jpg
Web.php
Begroups 2021-03-23 01:48:52
laravel_discuss-74251.jpg
Kernel.php
Begroups 2021-03-23 01:49:20
laravel_discuss-74252.jpg
I have this error pls help
mmdlliiiii 2021-03-23 02:02:36
Begroups 2021-03-23 01:49:20
I have this error pls help

Route::middleware(‘roleauth’)

2021-03-23 10:16:00
laravel_discuss-74258.jpg
this no route
2021-03-23 10:17:08
laravel_discuss-74259.jpg

mazcvei 2021-03-23 10:31:52
Begroups 2021-03-23 01:49:20
I have this error pls help

Path/public/URL xD

Begroups 2021-03-23 12:20:19
mazcvei 2021-03-23 10:31:52
Path/public/URL xD

I dont understand

mazcvei 2021-03-23 12:31:12
Begroups 2021-03-23 12:20:19
I dont understand

incorrect url laravel

Begroups 2021-03-23 13:35:10
2021-03-23 10:17:08

why you tell that its not an route

i have declared this route by
Route:resource(‘listecontacts’,’ContactController’)->middleware(‘roleauth’)

its work when i remove middleware

Acird Burn 2021-03-23 13:38:55
Need an expirenced laravel php developer for a small project anyone interested kindly inbox have lots of projects need someone to work with
Xper1 2021-03-23 13:48:09
laravel_discuss-74273.jpg

hassankm99 2021-03-23 13:48:36
Acird Burn 2021-03-23 13:38:55
Need an expirenced laravel php developer for a small project anyone interested kindly inbox have lots of projects need someone to work with

Inbox me

Kristenjunia 2021-03-23 13:52:23
I’m new to laravel
Kristenjunia 2021-03-23 13:52:41
Where should I start?
Begroups 2021-03-23 14:08:31
have you doing a course about laravel?
mmdlliiiii 2021-03-23 14:26:41
https://laravel.com/docs/8.x/middleware
rootkings 2021-03-23 14:42:07
Hey guys, i need a not real time chat system for my laravel project. What you suggest?
youssef herrouch 2021-03-23 14:42:38
function deleteDivById($a,$b) {
$x = file_get_contents($b);
$y = ‘<did id=”‘.$a.'”>’;
$dom = new DOMDocument;
libxml_use_internal_errors(true);
$dom->loadHTML($x);
libxml_use_internal_errors(false);
$xPath = new DOMXPath($dom);
$nodes = $xPath->query(‘//*[@id=”‘.$a.'”]’);
if($nodes->item(0)) {
$nodes->item(0)->parentNode->removeChild($nodes->item(0));
}
$z = preg_replace(‘/^<!DOCTYPE.+?>/’, ”, str_replace( array(‘<html>’, ‘</html>’, ‘<body>’, ‘</body>’), array(”, ”, ”, ”), $dom->saveHTML()));
//echo $z;
}
youssef herrouch 2021-03-23 14:42:50
I’m using this function to delete a div by id and save the modifications but it doesn’t seem to work
Kristenjunia 2021-03-23 16:06:58
Begroups 2021-03-23 14:08:31
have you doing a course about laravel?

No

2021-03-23 16:06:58
Kristenjunia 2021-03-23 13:52:23
I’m new to laravel

https://laravel[dot]com/docs/8.x

Kristenjunia 2021-03-23 16:07:45
2021-03-23 16:06:58
https://laravel[dot]com/docs/8.x

Ok

Kristenjunia 2021-03-23 16:07:57
Tnx
natghi2010 2021-03-23 16:10:56
If I have a student database and I wanted to calculate the average GPA of a 100,000 students. I would do Student::avg(‘gpa’)? Anyone know of a better way?
natghi2010 2021-03-23 16:11:53
natghi2010 2021-03-23 16:10:56
If I have a student database and I wanted to calculate the average GPA of a 100,000 students. I would do Student::avg(‘gpa’)? Anyone know of a better way?

The performance is horrible this way.

साधु यादव 2021-03-23 16:16:25
Acird Burn 2021-03-23 13:38:55
Need an expirenced laravel php developer for a small project anyone interested kindly inbox have lots of projects need someone to work with

Hey hi, please dm

saboorhamedi 2021-03-23 16:38:41
laravel_discuss-74298.jpg
Hello guys, I have fetched data, and everything was working fine, well I closed my computer and open it after an hour now the page is blank no data, no image nothing showing here
saboorhamedi 2021-03-23 16:44:22
laravel_discuss-74300.jpg

|