Guys how can I do a query that print all the days between two dates?

|
H_Bakhtar 2020-02-17 21:29:51
DisneybySherlock 2020-02-17 21:27:59
Yeah
But what should i type in it
How can i mention the project folder name

where is your project in D drive E drive where?

DisneybySherlock 2020-02-17 21:30:31
H_Bakhtar 2020-02-17 21:29:51
where is your project in D drive E drive where?

Ummm im.using mac πŸ™‚
So no drives

skys215 2020-02-17 21:48:11
DisneybySherlock 2020-02-17 21:27:59
Yeah
But what should i type in it
How can i mention the project folder name

Run
Php artisan serve
Under your project folder
It’s written on doc

skys215 2020-02-17 21:48:48
iamaeshar 2020-02-17 21:28:05
but when i run create method, this error came why ?

Is it in fillable property of user model?

loveycom 2020-02-17 22:34:24
whatheyeff 2020-02-17 20:32:42
Hi there! guys how can I do a query that print all the days between two dates? I know I can wrap it into a foreach, but it will execute n amount of queries and I want to do it in a single execution.

Your conditions are start_date and end_date. Do you have columns that match these conditions? If so, query the db with where clause

loveycom 2020-02-17 22:36:08
DisneybySherlock 2020-02-17 21:06:53
Hey
Does anyone know how to connect laravel project into xampp???

The project file suppose to be inside the ‘www’ floder but xampp doesnt have any …so what should i do ??

In xampp, www is same as htdoc

DisneybySherlock 2020-02-17 22:36:58
loveycom 2020-02-17 22:36:08
In xampp, www is same as htdoc

I still cant find it

DisneybySherlock 2020-02-17 22:37:09
skys215 2020-02-17 21:48:11
Run
Php artisan serve
Under your project folder
It’s written on doc

Yeah it didnt work

skys215 2020-02-17 22:37:22
What’s the error
DisneybySherlock 2020-02-17 22:39:54
laravel_discuss-26873.jpg

DisneybySherlock 2020-02-17 22:40:10
skys215 2020-02-17 22:37:22
What’s the error

It just gives a warning

DisneybySherlock 2020-02-17 22:40:30
And an error of failed opening
loveycom 2020-02-17 22:41:01
iamaeshar 2020-02-17 21:28:05
but when i run create method, this error came why ?

This means in your table there is a column called username which can’t be null (that is empty). So add username to the user array and you are fine

loveycom 2020-02-17 22:41:58
DisneybySherlock 2020-02-17 22:36:58
I still cant find it

You can’t find what? htdoc?

DisneybySherlock 2020-02-17 22:42:18
loveycom 2020-02-17 22:41:58
You can’t find what? htdoc?

Yes
There is no any folder with that name
Neither “www”

loveycom 2020-02-17 22:43:00
DisneybySherlock 2020-02-17 22:39:54

You downloaded this project from github?

loveycom 2020-02-17 22:43:27
DisneybySherlock 2020-02-17 22:42:18
Yes
There is no any folder with that name
Neither “www”

Where were you looking? Which os are you using?

DisneybySherlock 2020-02-17 22:43:31
loveycom 2020-02-17 22:43:00
You downloaded this project from github?

Yes

StanleyMasinde 2020-02-17 22:43:49
This groups notifications
loveycom 2020-02-17 22:44:02
DisneybySherlock 2020-02-17 22:43:31
Yes

Have you followed the instructions in readme file?

skys215 2020-02-17 22:44:03
DisneybySherlock 2020-02-17 22:40:10
It just gives a warning

have you ran composer install?

loveycom 2020-02-17 22:44:42
There are commands you must run first so that vendors can be downloaded into the project
DisneybySherlock 2020-02-17 22:44:48
loveycom 2020-02-17 22:43:27
Where were you looking? Which os are you using?

Catalina
Amd i was lookinh in the applications,documnets everywhere 😱

DisneybySherlock 2020-02-17 22:44:59
skys215 2020-02-17 22:44:03
have you ran composer install?

Yes its installed

DisneybySherlock 2020-02-17 22:45:42
loveycom 2020-02-17 22:44:42
There are commands you must run first so that vendors can be downloaded into the project

Can u send me the commands ?

skys215 2020-02-17 22:46:37
DisneybySherlock 2020-02-17 22:44:59
Yes its installed

can you show us what’s in the vendor/ folder?

loveycom 2020-02-17 22:48:08
Understand one thing. If you want to serve your project using xampp/wamp etc, that is when you put the project in the root directory (www/htdoc) of the server. However, laravel can serve its own project using artisan. So if you can’t serve the project through artisan, it can’t work on the server.
loveycom 2020-02-17 22:48:46
What is the name of the project/package so we can check it out on github for you
DisneybySherlock 2020-02-17 22:49:33
loveycom 2020-02-17 22:48:08
Understand one thing. If you want to serve your project using xampp/wamp etc, that is when you put the project in the root directory (www/htdoc) of the server. However, laravel can serve its own project using artisan. So if you can’t serve the project through artisan, it can’t work on the server.

Oh
Ok ill try more with the artisan

DisneybySherlock 2020-02-17 22:49:56
loveycom 2020-02-17 22:48:46
What is the name of the project/package so we can check it out on github for you

It works with my friend
The problem is only in my pc πŸ˜…

loveycom 2020-02-17 22:50:13
Looking at the picture you posted earlier, you do not have a valid env file
loveycom 2020-02-17 22:51:35
There’s a readme file in that project open it and let us guide you
DisneybySherlock 2020-02-17 22:52:53
loveycom 2020-02-17 22:50:13
Looking at the picture you posted earlier, you do not have a valid env file

laravel_discuss-26896.jpg

DisneybySherlock 2020-02-17 22:53:07
This is the readme file
loveycom 2020-02-17 22:54:40
Ok
loveycom 2020-02-17 22:54:51
There’s nothing useful there
loveycom 2020-02-17 22:55:07
What is the name of the project on github
DisneybySherlock 2020-02-17 23:01:14
loveycom 2020-02-17 22:54:51
There’s nothing useful there

Yeah i know

DisneybySherlock 2020-02-17 23:01:33
loveycom 2020-02-17 22:55:07
What is the name of the project on github

Its private πŸ˜“

DisneybySherlock 2020-02-17 23:01:45
Thank you anyway
DisneybySherlock 2020-02-17 23:02:03
Ill try more on sloving this problem
loveycom 2020-02-17 23:02:23
OK. Good luck
DisneybySherlock 2020-02-17 23:02:44
loveycom 2020-02-17 23:02:23
OK. Good luck

Thanx 😊

Fatima 2020-02-18 00:41:18
Hello can any body help me???
Fatima 2020-02-18 00:42:52
I have problem in uploading pictures on cpanel host
Fatima 2020-02-18 00:45:19
PleaseπŸ™πŸ™
oxbir 2020-02-18 01:53:48
How to create protfolo with isotope with laravel
oxbir 2020-02-18 01:56:57
this is my javsrot
2020-02-18 07:01:55
laravel_discuss-26914.jpg

2020-02-18 07:01:58
Dalam rangka mencetak anak bangsa menjadi programmer profesional. Dibuka kesempatan untuk para lulusan SMK untuk bergabung. dalam Sekolah Programmer yang diselenggarakan atas kerjasama YBM PLN dengan NF Computer.

FASILITAS :
1. Gratis Biaya Training
2. Arama Ber AC
3. Kegiatan Keagamaan
4. Pelatihan Softskill
5. Uang saku dan uang makan
6. LAB Komputer
7. Ruang Training Ber AC
8. Masa Pendidikan Selama 3 Bulan

TAHAP SELEKSI :
1. Pendaftaran Seleksi Berkas (YBM PLN Unit)
18 Februari – 14 Maret 2020
2. Tes Kemampuan Akademik
14 Maret 2020
3. Wawancara / Sign Letter
15 Maret 2020
4. Pengumuman Hasil Seleksi
16 Maret 2020

PERSYARATAN :
1. Lulusan SMK Jurusan RPL dan TKJ (Lebih dutamakan) Atau SMA Jurusan IPA
2. Nilai raport rata-rata 7.0
3. Usia min. 17 tahun, Maks. 25 tahun
4. Jenis kelamin pria
5. Keluarga dhuafa (dibuktikan dengan surat SKTM_boleh menyusul)
6. Tidak sedang kuliah ataupun bekerja

PROSEDUR PENDAFTARAN :

1. Daftar ke bit.ly/daftarsekolahprogrammerYBMPLN
2. Mengirim berkas (Formulir pendaftaran, KTP pribadi, KTP orang tua, KK, Ijasah, SKTM, Surat Keterangan Sehat) Ke email info@nurulfikri.ac.id.
Subjek email (Daftar Sekolah Programmer-Nama-Kota/Profinsi)
3. Pendaftaran Paling lambat tanggal 14 Maret 2020 ( 23:00 WIB )

Info lebih lanjut :
0858.8536.1577(ISMY)
0851.0218.5441(YATNO)

Formulir Pendaftaran Sekolah Programmer Batch 5Google Docs
Sekolah Programmer adalah program yang diadakan oleh Yayasan Baitul Maal PLN bersama NF Computer yang mana memberi pelatihan kepada peserta terpilih khusus laki-laki dari berbagai daerah untuk mengikuti pelatihan programmer selama 3 bulan GRATIS.
|