How can I know if a class exist in a cake php project?

|
2020-06-21 22:55:33
http://webvaultwiki.com.au/Default.aspx?Page=Create-Mysql-Database-User-Phpmyadmin&NS=&AspxAutoDetectCookieSupport=1

How to Create a MySQL Database with phpMyAdmin – Webvault Help Centrewebvaultwiki.com.au
This tutorial illustrates how to create a new database and user with specific privileges using the popular phpMyAdmin administration software.
2020-06-21 22:55:43
is this good to create that
isofdev 2020-06-21 22:56:35
2020-06-21 22:55:33
http://webvaultwiki.com.au/Default.aspx?Page=Create-Mysql-Database-User-Phpmyadmin&NS=&AspxAutoDetectCookieSupport=1

Yes

2020-06-21 22:56:40
okay
Rizzu1023 2020-06-21 23:05:08
Sean_LGR 2020-06-21 21:01:03
I recomend to use Stripe API, is the best.

Okay… But is there any way to integrate google pay with laravel??

Sean_LGR 2020-06-21 23:06:46
2020-06-21 22:56:40
okay

Ohhhh ok, you have not created your db width phpMyAdmin

Sean_LGR 2020-06-21 23:10:05
Rizzu1023 2020-06-21 23:05:08
Okay… But is there any way to integrate google pay with laravel??

Stripe has Apple pay, you need read their documentation, i think they have integration with Google pay too. Wait a moment…

2020-06-21 23:14:33
thank you very much @mdstech
isofdev 2020-06-21 23:17:29
2020-06-21 23:14:33
thank you very much @mdstech

Welcome

itechsoft 2020-06-22 00:38:19
Sukh Graphics 2020-06-19 22:01:46
Must see. Its a jackpot for developers

Nulled scripts….

2020-06-22 00:41:29
Guys, can you help me?
when I do this
dd(Auth::guard(‘mimin’)->attempt([’email’ => $request->email, ‘password’ => $request->password]));
2020-06-22 00:41:40
the result is ‘false’
2020-06-22 00:43:37
laravel_discuss-42524.jpg
then to make sure the guard is exist
I run this dd(Auth::guard(‘mimin’));
the problem is when I want to use attempt() method,

pls help

Mk_7_6 2020-06-22 07:58:21
Does any one have laravel 7 pdf documentation
. 2020-06-22 08:02:40
Mk_7_6 2020-06-22 07:58:21
Does any one have laravel 7 pdf documentation

https://laravel.com/docs/7.x/

Mk_7_6 2020-06-22 08:04:41
. 2020-06-22 08:02:40
https://laravel.com/docs/7.x/

Thanks✌🏽

Mk_7_6 2020-06-22 08:09:28
Am looking for the best way to authenticate an admin and normal user when they attempt to login, using the same login form. If they are authenticated the each is take to different home page according to their role.
How can i do that…👆🏾
. 2020-06-22 08:16:03
Mk_7_6 2020-06-22 08:09:28
Am looking for the best way to authenticate an admin and normal user when they attempt to login, using the same login form. If they are authenticated the each is take to different home page according to their role.
How can i do that…👆🏾

create a roles table in your system, then after a user successfully logs in, use the roles table to check if they are admin or not, thats the easiest way i personally use

Mk_7_6 2020-06-22 08:23:45
. 2020-06-22 08:16:03
create a roles table in your system, then after a user successfully logs in, use the roles table to check if they are admin or not, thats the easiest way i personally use

So, do you use any guards ?

DesolatorMagno 2020-06-22 08:32:07
You just use normal web guard.
DesolatorMagno 2020-06-22 08:32:24
If you work with roles you can even implement permission.
Mr_Classy 2020-06-22 08:48:20
laravel_discuss-42534.jpg

Mr_Classy 2020-06-22 08:48:31
How can I solved this ?
Mohammad_Agbareya 2020-06-22 08:49:32
Mr_Classy 2020-06-22 08:48:20

Try composer updated

StanleyMasinde 2020-06-22 08:54:02
Pardon me.
For those on VPS and are looking for a simple CD solution
Check this out.
https://github.com/opensource254/deployer

opensource254/deployerGitHub
A lightweight webhook deployer. Contribute to opensource254/deployer development by creating an account on GitHub.
Rajat Agrawal 2020-06-22 10:03:47
laravel_discuss-42539.jpg

Rajat Agrawal 2020-06-22 10:05:41
laravel_discuss-42540.jpg

Mohammad_Agbareya 2020-06-22 10:12:41
Feed is a model?
Rajat Agrawal 2020-06-22 10:13:53
I am following this blog
http://netcodeme.blogspot.com/2017/08/grab-parse-rss-feeds-using-php-laravel.html

Grab & parse RSS feeds using PHP / LaravelBlogspot
Do you ever wanted to grab & parse rss feed using php ? if yes , then you may be familiar with SimplePie. SimplePie is an amazing PHP pa…
Rajat Agrawal 2020-06-22 10:16:29
I added this inside composer.json
“willvincent/feeds”: “1.1.*”
and tha made a route and controller for the rss feed but I am getting the above errors
Rajat Agrawal 2020-06-22 10:16:59
Rajat Agrawal 2020-06-22 10:03:47

this error

Mohammad_Agbareya 2020-06-22 10:23:21
follow the steps of their github page
Mohammad_Agbareya 2020-06-22 10:23:30
blog looks outdated
Mohammad_Agbareya 2020-06-22 10:27:42
or try using willvincentFeedsFeedsFactory instade of Feeds
Rajat Agrawal 2020-06-22 10:31:05
any body can share me some content related to rss feed laravel
Sid 2020-06-22 11:47:33
https://youtu.be/Xs_ohuTsdx8

Ajax Autocomplete in LaravelYouTube
Learn Laravel 7 autocomplete from Mysql database using Ajax JQuery. How to make Ajax autocomplete textbox in Laravel 7 using Jquery. Laravel 7 Autocomplete u…
Sid 2020-06-22 11:48:19
https://youtu.be/vfuAPIYSYvc

Multiple File Upload with Dropzone.js and Laravel MediaLibrary PackageYouTube
First, what we’re building here. A simple for to add Projects, where you can also upload multiple files for every project.

Link: https://realprogrammer.in/drag-and-drop-file-upload-using-dropzone-in-laravel/

Personal Website: https://www.siddharthshukla.in/blog
Github: https://github.com/siddharth018/laravelDropZoneJS

Hey everyone, Sid here back again with another video!

I train professional software engineers that companies love to hire. I cover a wide range of subjects like programming, what’s latest in tech, new frameworks, open-source products etc. I keep my interest in a wide area of tech like Javascript, Python, PHP, AWS, etc.

Laravel 6 Tutorial: https://bit.ly/2KUg98d

Google Cloud Tutorial: https://bit.ly/2xvHB91

Amazon website service (AWS):https://bit.ly/2Yw4XXf

WordPress Tutorial: https://bit.ly/3b2uE48

Django 2.2 Tutorial: https://bit.ly/3dftO5W

For any information reach out at siddharthshukla089@gmail.com

Thumbnail: https://www.canva.com
Instagram: https://www.instagram.com/siddharth_shukla018/…

natghi2010 2020-06-22 12:55:11
hi, I have 2 tables, user & notifications. the user table is just basic user table and the notification is definition of each notification.
they have a many to many relationship. so i guess they are combined using a pivot table, but i also want to put an extra value in the pivot table, so the pivot table would be as follows

user_id | notifciation_Id | value

How can i do this?

alwad3ani 2020-06-22 12:59:18
Email validation rule,, the filed email if example@gmailcom is accept how I put rule to right way for email?
Harshul Joshi 2020-06-22 14:25:13
laravel_discuss-42562.jpg
Facing this issue while creating a new project in laravel plz guide me
Mr_Classy 2020-06-22 14:27:07
Harshul Joshi 2020-06-22 14:25:13
Facing this issue while creating a new project in laravel plz guide me

You need to first update composer

Harshul Joshi 2020-06-22 14:34:35
laravel_discuss-42566.jpg
Installation started but facing this error
Jack_rub 2020-06-22 14:44:46
please help me i have commit my code in master brnch insted of feature branch now i want to revert my code and commit push to feature branch
2020-06-22 16:24:12
Harshul Joshi 2020-06-22 14:34:35
Installation started but facing this error

This not an issue it’s warning

2020-06-22 16:25:10
You should update package namr in composer.json if it’s used or check composer.lock if it’s used by other package
Prakash D 2020-06-22 16:25:43
laravel_discuss-42572.jpg
How to use foreach loop in here
Prakash D 2020-06-22 16:25:54
Please help me to solve this problem
cayetanohosma 2020-06-22 17:34:49
Hi guys, I ask apologies because the next question is out of scope of this channel, but, I need to figure out how to do it

How can I know if a class exist in a cake php project?
I try with class_exist() but it returns false, and I know that the class exists.

I think that is not possible to find it because is it inside a plugin, but the class_exist() function search the class inside autoload class, isn’t it?

2020-06-22 19:06:22
Prakash D 2020-06-22 16:25:43
How to use foreach loop in here

You cannot use foreach inside javascript data

amirAutomationEnginner 2020-06-22 20:43:31
Excuse me i want to make a notify which when a new user register its announcement goes for admin in admin panel how can i do that
|