Hello guys, I’ve build an API with Laravel, and now I want to send push notifications to the clients (a webapp build with VueJS, and android mobile client). Which is the ideal package for this task? WebPush or Pusher?
nikhilchudasama2019-08-30 21:19:52
Laravel fcm
user40202019-08-30 23:44:45
Get your domain name now for just 3$
Inbox me for more details
.BIKE
.CODES
.COMPANY
.COMPUTER
.CONSULTING
.DIGITAL
.EMAIL
.ENGINEER
.FAIL
.GAMES
.LIVE
.MEDIA
.NINJA
.ROCKS
.SOCIAL
.SOFTWARE
.STUDIO
.SYSTEMS
.TEAM
.TECHNOLOGY
.TOOLS
.VIDEO
.VISION
.WORKS
.WTF
rebory2019-08-31 09:40:30
friends i have on question
rebory2019-08-31 09:40:50
when i write a select query in model
rebory2019-08-31 09:41:23
how to access during get in controller
rebory2019-08-31 09:41:55
for example this :
rebory2019-08-31 09:42:13
rebory2019-08-31 09:45:54
actually i waqnt to fetch data from three tables using forgeing key i feel tuff for me
rebory2019-08-31 09:48:48
rebory2019-08-31 09:50:52
Samuel in this table save details of proposals , these proposal created by hotels , each hotel only create only one proposal per event
rebory2019-08-31 09:50:59
now i want
rebory2019-08-31 09:52:40
vfd148892019-08-31 11:21:36
آموزش استفاده از DocBlock در PHP
02-04: DocBlocks – YouTube In this episode we will discuss the DocBlocks and how they can help to document our code so that it can be easily understood by other developers, IDEs and documentation generators to produce an in depth API documentations.
rebory2019-08-31 13:22:07
Ahmed Magdi2019-08-31 14:51:46
Hello guys … I would know how can i do left join query between 2 tables in different database and different servers ????
alexanderdavii2019-08-31 15:45:19
anyone have idea about why these buttons are not active ?
farshidrezaeii2019-08-31 16:11:18
alexanderdavii2019-08-31 15:45:19
anyone have idea about why these buttons are not active ?
do you have permissions for those actions? ?
alexanderdavii2019-08-31 16:23:50
farshidrezaeii2019-08-31 16:11:18
do you have permissions for those actions? ?
it should have the permissions ,
farshidrezaeii2019-08-31 16:24:38
alexanderdavii2019-08-31 16:23:50
it should have the permissions ,
maybe!
alexanderdavii2019-08-31 16:26:50
farshidrezaeii2019-08-31 16:24:38
maybe!
https://codeshare.io/5w6pgJ
alexanderdavii2019-08-31 16:26:59
code here ,
alexanderdavii2019-08-31 16:27:07
can u check it plz ?
farshidrezaeii2019-08-31 16:29:44
alexanderdavii2019-08-31 15:45:19
anyone have idea about why these buttons are not active ?
select an item. then check button again.
alexanderdavii2019-08-31 16:31:26
farshidrezaeii2019-08-31 16:29:44
select an item. then check button again.
its same
Fragger50002019-08-31 16:31:40
Ahmed Magdi2019-08-31 14:51:46
Hello guys …
I would know how can i do left join query between 2 tables in different database and different servers ????
Save a view for your table, it’a sort of readonly table, you can also make a view from any sql query, then you can make a join with the local table and the remote view, in any case it’s better to have a specific user to access the remote view.
Fragger50002019-08-31 16:32:20
Time ago I used views to make exel reports
farshidrezaeii2019-08-31 16:35:13
alexanderdavii2019-08-31 16:31:26
its same
its generated by dataTable. read document of it.
Nomiilk2019-08-31 20:56:51
Please how does laravel communicates with mysql?
Nomiilk2019-08-31 20:56:58
Is it with pdo connection?
Marvixino2019-08-31 21:07:55
Why @yield(‘scripts’) does not show in the right place?
Marvixino2019-08-31 21:08:11
Marvixino2019-08-31 21:07:55
Why @yield(‘scripts’) does not show in the right place?
I mean in the blade file
farshidrezaeii2019-08-31 21:12:52
Marvixino2019-08-31 21:07:55
Why @yield(‘scripts’) does not show in the right place?
scripts not show any things! just import some scripts on page.
Marvixino2019-08-31 21:13:51
farshidrezaeii2019-08-31 21:12:52
scripts not show any things! just import some scripts on page.
I placed it at the page footer, yet it importing the files in the header
Marvixino2019-08-31 21:50:15
Marvixino2019-08-31 21:13:51
I placed it at the page footer, yet it importing the files in the header
I solved it … php artisan view:clear & php artisan config:clear & php artisan cache:clear & php artisan optimize:clear
alexanderdavii2019-08-31 23:16:20
help . i cant run this website
gabrielmoraesp2019-08-31 23:17:45
Some work proxy on Laravel?
gabrielmoraesp2019-08-31 23:21:36
…or shopify api?
zack68492019-09-01 00:21:25
alexanderdavii2019-08-31 23:16:20
help . i cant run this website
Make sure you ran composer install and that the webserver has access to all the files
alexanderdavii2019-09-01 12:24:24
what is the problem here , how can i skip this permission issue ?
alexanderdavii2019-09-01 12:25:04
zack68492019-09-01 00:21:25
Make sure you ran composer install and that the webserver has access to all the files
i moved the website to another os , its fedora ,
Shafin2019-09-01 12:40:46
I guys am a beginner in laravel
Shafin2019-09-01 12:41:10
I was installed and login
Shafin2019-09-01 12:41:35
I want know multiple login system
Hfally2019-09-01 18:44:38
alexanderdavii2019-09-01 12:24:24
what is the problem here , how can i skip this permission issue ?
Make your logs folder writable
Hfally2019-09-01 18:45:23
On linux:
sudo chmod -R 777 storage/logs
Make sure you already CD’d into your project
zack68492019-09-01 18:46:31
why is everyones solution for permissions to give it 777
zack68492019-09-01 18:46:45
it has the effect you want but side effects you probably dont want
Hfally2019-09-01 18:50:33
zack68492019-09-01 18:46:45
it has the effect you want but side effects you probably dont want
True.. But since it won’t be writeable on production…
Hfally2019-09-01 18:50:58
Another option is changing the owner to I think data-www or so