β prev | next β
IbrahimMohammad 2020-03-29 21:44:56
https://www.youtube.com/playlist?list=PL4cUxeGkcC9hL6aCFKyagrT1RCfVN4w2Q
Laravel 6 Tutorial for Beginners – YouTube –
YouTube
IbrahimMohammad 2020-03-29 21:45:16
IbrahimMohammad 2020-03-29 21:44:56
https://www.youtube.com/playlist?list=PL4cUxeGkcC9hL6aCFKyagrT1RCfVN4w2Q
this tutorial is amazing ππππ
2020-03-29 22:42:10
hey friends , i need help i open new project in laravel *7* and i run this “composer require laravel/ui ” command and i want change somthing , i need to redirect to login page after register ,please help me
DesolatorMagno 2020-03-30 00:11:41
Read the documentation the part of auth and/or check the new controllers that are used for auth.
2020-03-30 02:16:13
who have a template on soccer pls
SandyLeks 2020-03-30 03:54:57
SandyLeks 2020-03-30 03:55:06
SandyLeks 2020-03-30 03:54:57
Every time I create a laravel project this happens to me. Is there any way to avoid it?
ouboros 2020-03-30 04:19:08
i dont know laravel but maybe this works
ouboros 2020-03-30 04:19:49
CREATE DATABASE laravel;
ouboros 2020-03-30 04:20:32
and configure chmod and chown at /opt/lampp/htdocs/……./logs
DesolatorMagno 2020-03-30 05:49:47
SandyLeks 2020-03-30 03:55:06
Every time I create a laravel project this happens to me. Is there any way to avoid it?
Permission problem.
SandyLeks 2020-03-30 05:51:04
DesolatorMagno 2020-03-30 05:49:47
Permission problem.
How can I solve it?
htoowaikhant 2020-03-30 05:51:52
SandyLeks 2020-03-30 05:51:04
How can I solve it?
sudo chmod -R 775 storage/
SandyLeks 2020-03-30 06:02:03
htoowaikhant 2020-03-30 05:51:52
sudo chmod -R 775 storage/
Ok, thanks. It works. But I have to do that with every project I create?
htoowaikhant 2020-03-30 06:44:42
yes you have to, if you are in Linux env
c1rkovic 2020-03-30 07:12:08
2020-03-29 22:42:10
hey friends , i need help i open new project in laravel *7* and i run this “composer require laravel/ui ” command and i want change somthing , i need to redirect to login page after register ,please help me
As I remember after registration, user is logged in, you could remove the session and use auth middleware for redirecting him to login page.
KuldipSatpute 2020-03-30 07:39:43
Please send laravel Passport Google oauth2 example
Z_Yamin 2020-03-30 09:09:40
Hi frends, i have a tabe by the name of curse, it has column type that vlaue are(university,school,courses).
Another table course_follower.
How can i select top 10 university or school that have more followe. Please helpπ
Z_Yamin 2020-03-30 11:43:39
No answer???π
kulakrzysztof 2020-03-30 11:47:34
I think that you use sql. So, you can use join, order by and limit. i dont know what’s problem
Gowtham_Boopathiraj 2020-03-30 12:32:16
Mysql server has gone away error how to solve
mohammedbabelly 2020-03-30 12:47:12
#lumen
I have a route that have a named parameter
$router->get(‘/test’,[‘as’ => ‘profile’, function () {
return ‘Hi’;
}]);
how to access the parameter in the browser?
~/test/profile=’fdsf’
?
Relaxed Guy 2020-03-30 14:06:25
Hi Guys I have installed the laravel package for excel for maat website bt I am planning to use t for import functionality that imports from csv file and posts to the remote api how can I go abt this #SomeHelp
amitshha 2020-03-30 14:27:54
https://youtu.be/Tl_ibyai5rg
how to install Laravel in hindi –
YouTubenew laravel video in installed and show error valet so new playlist video create and so error daily life programmer problem show and answer #laravel in hindi…
Gowtham_Boopathiraj 2020-03-30 14:40:40
Dynamic Timezone example please tell
rayan_jolfa_aras 2020-03-30 14:44:52
Someone working with the shetabit / visitor package in Larvel
Sumanta_mukhopadhyay 2020-03-30 14:49:08
ionic and laravel redimate app available for sale let me know The app is for food delivery let me know your views it’s a custom sas type apps if need let me know ping me personally
biraldino 2020-03-30 16:22:50
The following code is in vendorlaravelframeworksrcIlluminateNotificationsresourcesviewsemail.blade.php:
@lang(
“If youβre having trouble clicking the “:actionText” button, copy and paste the URL belown”.
‘into your web browser: [:displayableActionUrl](:actionURL)’,
[
‘actionText’ => $actionText,
‘actionURL’ => $actionUrl,
‘displayableActionUrl’ => $displayableActionUrl,
]
)
My application has 2 languages. namely English and French. resources / lang / fr.json. how do you write to translate the above words in fr.json?
Siberfx 2020-03-30 16:25:22
Better send ad screenshot for more readable
c1rkovic 2020-03-30 16:29:41
Put your text between {{ __(‘Welcome’) }} <β- example
Than you need to have lang folder in resources, like this resources/lang/fr.json
In fr.json you put translations like this
{
“Welcome.”: “welcome on french.”
}
And you meed to specify which lang to use in config/app.php
biraldino 2020-03-30 16:53:49

How to translate this to French fr.json resources/lang/fr.json. The code is on vendorlaravelframeworksrcIlluminateNotificationsresourcesviewsemail.blade.php
DesolatorMagno 2020-03-30 17:02:54
Don’t change anything inside vendor.
DesolatorMagno 2020-03-30 17:03:11
You have to publish those files and them you can change it.
biraldino 2020-03-30 17:09:53
DesolatorMagno 2020-03-30 17:02:54
Don’t change anything inside vendor.
i know…
biraldino 2020-03-30 17:13:46
DesolatorMagno 2020-03-30 17:02:54
Don’t change anything inside vendor.
I have already published it. Where do I change it?
biraldino 2020-03-30 17:14:36
DesolatorMagno 2020-03-30 17:18:00
biraldino 2020-03-30 17:09:53
i know…
To many here’s don’t know.
Prakash D 2020-03-30 20:42:42
I want to insert some fields from one table to another table automatically daily
How can I done it
Harikrishnan5494 2020-03-30 22:04:10
If anyone have laravel 6 cookbook? Kindly send me
2020-03-30 22:54:02
COVID-19 CORONAVIRUS PANDEMIC
worldometers.info/coronavirus
covidvisualizer.com
π @iGram
COVID Live – Coronavirus Statistics – Worldometer –
www.worldometers.infoLive statistics and coronavirus news tracking the number of confirmed cases, recovered patients, tests, and death toll due to the COVID-19 coronavirus from Wuhan, China. Coronavirus counter with new cases, deaths, and number of tests per 1 Million population. Historical data and info. Daily charts, graphs, news and updates
Rizzu1023 2020-03-30 23:18:58
Nadeemπ€ 2020-03-29 21:17:03
Hii iam new for laravel
Someone recommend my a good tutorial
Laravel by Coder’s tape (youtube)
pushpak1300 2020-03-30 23:20:09
Prakash D 2020-03-30 20:42:42
I want to insert some fields from one table to another table automatically daily
How can I done it
Make trigger and set it to daily
sahilbalgotra 2020-03-30 23:37:45
I want to create a referal program in laravel can any one show me some tutorial how to do it
PHP Begginer 2020-03-31 01:47:33
Hi Guy , I am getting 404 page error . This is code https://paste.laravel.io/ef2cb9b9-96a8-4066-84e6-2cb95ede870f
PHP Begginer 2020-03-31 01:53:26
I have tried to debug the application i can’t find where i made the mistake.
Mortezaa_Jafari 2020-03-31 01:55:46
in which page you got 404 error ?
sahilbalgotra 2020-03-31 02:49:08
#need_help
Looping a array using foreach in blade which contain emails….. I want to check each email in a user tabel
sahilbalgotra 2020-03-31 02:49:42
sahilbalgotra 2020-03-31 02:49:08
#need_help
Looping a array using foreach in blade which contain emails….. I want to check each email in a user tabel
That email exist or not
sahilbalgotra 2020-03-31 02:49:51
How do i do it
c1rkovic 2020-03-31 02:50:20
You want to check each mail in database, in blade?
β prev | next β