← prev | next →
2019-10-23 17:14:58
web_codepen 2019-10-23 16:54:06
Добрый вечер ребята Кто создавал с помощью Laravel видео чат
Есть какой-то модул
English Group 😡😡
Mramoris 2019-10-23 17:17:45
Nomiilk 2019-10-23 17:38:49
please i need a fonction that stores the date.now in my php database
PHP Begginer 2019-10-23 18:20:42
skys215 2019-10-23 13:58:31
have you tried using DIRECTORY_SEPARATOR?
Sorry sky .No but ,this is the code$locations = [
‘London’,
‘Manchester’,
‘Liverpool’,
‘Birmingham’,
‘Reading’,
];
foreach ($locations as $location){
$slug = Str::slug($location);
$locationObject = Location::create([
‘name’ => $location,
‘slug’ => $slug
]);
$locationObject->addMediaFromUrl(public_path(‘images/locations/’ . $slug . ‘.jpg’ ))
->toMediaCollection(‘photo’);
}
rebory 2019-10-23 18:52:55
My website publish in canada , i want to block all arab and Pakistan ip addresses.
rebory 2019-10-23 18:53:47
Means my requirement arab and Pakistan don’t access my website
rebory 2019-10-23 18:53:59
Any package available in laravel
Divyesh22598 2019-10-23 19:08:22
Any one know me which queue driver i can use for cloud storage web application?
Divyesh22598 2019-10-23 19:08:41
And also for catch ?
AfshinEfati 2019-10-23 19:14:26
rebory 2019-10-23 18:53:47
Means my requirement arab and Pakistan don’t access my website
using htaccess
order deny,allow
deny from 81.52.168.0/23
deny from 188.138.10.163/32
deny from 188.138.78.129/32
allow from all
AfshinEfati 2019-10-23 19:14:45
https://www.inmotionhosting.com/support/website/htaccess/block-country-ips
Block a country from your site using htaccess, InMotion Hosting Support Center –
InMotion Hosting Support CentercPanel has an IP blocking mechanism to help you secure your site from individuals who you deem suspicious or malicious.
kitkover 2019-10-23 19:26:40
web_codepen 2019-10-23 16:54:06
Добрый вечер ребята Кто создавал с помощью Laravel видео чат
Есть какой-то модул
Ищи webrtc laravel videochat
rebory 2019-10-23 19:35:07
But how to know Pakistan and ip address
rebory 2019-10-23 19:35:12
Series
skys215 2019-10-23 20:02:59
Search on the web
zzzxox 2019-10-23 20:49:34
Is there a Chinese?
devink0430 2019-10-23 21:44:35
嗨
2019-10-23 21:47:10
rebory 2019-10-23 18:52:55
My website publish in canada , i want to block all arab and Pakistan ip addresses.
why 😂😂
PHP Begginer 2019-10-23 21:47:34
i am struggling with spatie media library .When i run the command on the console i get the following msg
php artisan migration:fresh –seed
SpatieMediaLibraryExceptionsFileCannotBeAddedUnreachableUrl [49;22m : [33mUrl C:laragonwwwReal-Estate-Applicationimages/locations/london.jpg cannot be reached[39
m
This the code
but ,this is the code$locations = [
‘London’,
‘Manchester’,
‘Liverpool’,
‘Birmingham’,
‘Reading’,
];
foreach ($locations as $location){
$slug = Str::slug($location);
$locationObject = Location::create([
‘name’ => $location,
‘slug’ => $slug
]);
$locationObject->addMediaFromUrl(public_path(‘images/locations/’ . $slug . ‘.jpg’ ))
->toMediaCollection(‘photo’);
}
2019-10-23 21:47:39
i’m arabic 😁 tunisian man
Patricklab 2019-10-23 22:58:29
are available full-timw
max10997 2019-10-23 23:06:15
I’m starting with laravel and I’ve a problem with my database
Each time I try to update or insert something inside it return to me that de database is locked
And I don’t know how to solve it
I’m using SQLite
senhorY 2019-10-23 23:06:51
Copy and paste the error
max10997 2019-10-23 23:11:18
SQLSTATE[HY000]: General error: 5 database is locked (SQL: insert into “utilisateurs” (“email”, “mot_de_passe”, “updated_at”, “created_at”) values (max@max.com, $2y$10$DFj4wQopx0.gCoiqi1Tqe.9eRoKir9XE1BlvnqW0WSRJZw.yBngCy, 2019-10-23 20:09:55, 2019-10-23 20:09:55))
senhorY 2019-10-23 23:23:59
https://stackoverflow.com/questions/151026/how-do-i-unlock-a-sqlite-database
How do I unlock a SQLite database? –
Stack Overflowsqlite> DELETE FROM mails WHERE (`id` = 71);
SQL error: database is locked
How do I unlock the database so this will work?
senhorY 2019-10-23 23:24:03
Try this
Dc1sc0 2019-10-24 05:08:48

Me ayudan a solucionar este error no se que esta mal
Dc1sc0 2019-10-24 05:08:49

aqui cuando llamo
Dc1sc0 2019-10-24 05:09:27
help!
Agun17 2019-10-24 07:57:47
2019-10-24 07:57:58
speak english 😜
Agun17 2019-10-24 07:58:06
Agun17 2019-10-24 07:57:47
anyone knows how to deal with it
zzzxox 2019-10-24 08:01:21
please use mysql instead of sql server
2019-10-24 08:04:50
Agun17 2019-10-24 07:58:06
anyone knows how to deal with it
edit your AppServiceProvider.php file and inside the boot method set a default string length:
use IlluminateSupportFacadesSchema;
public function boot()
{
Schema::defaultStringLength(191);
}
H_Bakhtar 2019-10-24 10:05:20
hi i wanna show a record in detail how to use the show method of resource controller of laravel
H_Bakhtar 2019-10-24 10:16:14
in show method the docs writtrn this return view(‘user.profile’, [‘user’ => User::findOrFail($id)]);
H_Bakhtar 2019-10-24 10:17:41
in the link button what should i do to call show method
Harrisdtt 2019-10-24 10:24:04
Hello,Everyone, Can I use laravel ardent package in Laravel 6? Please.
H_Bakhtar 2019-10-24 10:29:52

what url i should code for this button
H_Bakhtar 2019-10-24 10:41:17

this is my error
H_Bakhtar 2019-10-24 10:41:18
H_Bakhtar 2019-10-24 10:41:18
Harrisdtt 2019-10-24 10:43:25
Hello,Everyone, Can I use laravel ardent package in Laravel 6? If can’t use Please suggest me which package is good to use.
H_Bakhtar 2019-10-24 10:44:13
where?
H_Bakhtar 2019-10-24 11:05:57
OK take it easy man don’t jump the gun😁😁😁😁😁
Aubergine 2019-10-24 11:17:24
Hello, I have a problem for my laravel project. I would like to have the list of countries and for each country to have all these cities. Does anyone know where I can get them?
2019-10-24 11:34:02
Hi people, i need some help in getting entities based on current lat/long, i have entity table and there is another table named address, in address table i have lat/long columns. And there is one to one relationship between my entity and the address, i tried using haversine formula to filter entities on a given lat/long with radius specified but not much luck, any pointers pleases.
Aubergine 2019-10-24 11:51:44
longitude and latitude come from or to begin with?
2019-10-24 11:55:57
Aubergine 2019-10-24 11:51:44
longitude and latitude come from or to begin with?
I didn’t understand your question
Aubergine 2019-10-24 11:56:35
lat and long represents what precisely
← prev | next →