I want to a section that can uplod images and display it as a slider, how it is possible?

|
2020-04-21 16:14:40
I need a help
2020-04-21 16:15:26
I want to a section that can uplod images and display it as a slider , how it is possible ?
themanojyadav 2020-04-21 16:21:05
2020-04-21 16:15:26
I want to a section that can uplod images and display it as a slider , how it is possible ?

Like Websites main slider?

2020-04-21 16:25:00
themanojyadav 2020-04-21 16:21:05
Like Websites main slider?

Yes

themanojyadav 2020-04-21 16:26:48
It is very simple. You just need to make a crud for images. And on the frontend you have to make a loop through your slider images. That’s it
r1chie 2020-04-21 16:35:10
which resources can you recommend for someone that wants to learn laravel?
r1chie 2020-04-21 16:35:54
like a udemy course or a good book any good suggestion will be appreciated
themanojyadav 2020-04-21 16:36:54
r1chie 2020-04-21 16:35:54
like a udemy course or a good book any good suggestion will be appreciated

Depeneds upon you. On which you are comfortable. Udemy course will be a better idea in my opinion.

r1chie 2020-04-21 16:38:08
themanojyadav 2020-04-21 16:36:54
Depeneds upon you. On which you are comfortable. Udemy course will be a better idea in my opinion.

I’m comfortable with any … any recommendation for one?

themanojyadav 2020-04-21 16:38:45
r1chie 2020-04-21 16:38:08
I’m comfortable with any … any recommendation for one?

Udemy courses

Ajay Singh 2020-04-21 16:47:24
Learn laravel with Edwin Diaz. Udemy course. One of the best teacher for laravel.
kartik sharma 2020-04-21 17:16:32
Hello guys
I want to create a dynamic quiz project in php in this project

Admin can insert the topic of questions and delete. The topic and questions..
Ans user can login the user panel and start the quiz

kartik sharma 2020-04-21 17:16:37
Please help me out
Gabby_Json 2020-04-21 17:24:48
kartik sharma 2020-04-21 17:16:32
Hello guys
I want to create a dynamic quiz project in php in this project

Admin can insert the topic of questions and delete. The topic and questions..
Ans user can login the user panel and start the quiz

Have you started it? Or you want already made project?

kartik sharma 2020-04-21 17:28:17
I want already made project
K_a5674 2020-04-21 18:38:48
laravel_discuss-34117.jpg
why this is error
K_a5674 2020-04-21 18:39:12
Please help me
Siberfx 2020-04-21 18:42:10
Show your package.json
Siberfx 2020-04-21 18:42:39
But the end of file
K_a5674 2020-04-21 18:44:58
No in the cmd
DesolatorMagno 2020-04-21 18:45:29
There are Json linters online that tell you if it is correct and could help you find where is the error.
Siberfx 2020-04-21 18:45:38
probably you have in the end of json data extra “,” for the last item.
Siberfx 2020-04-21 18:46:35
remove that one and thats it.
DanEzechiel 2020-04-21 19:57:59
https://GramFree.world/?r=986927 follow This link to get 10Gram money, which is équivalent to 21usd.
2020-04-21 21:35:41
https://youtu.be/t0sKDW-i9bY

How To Create A Simple Laravel App [Part 6] – Form Validation & Alerts (Error & Success Messages)YouTube
In this part, We will learn how to validate our From with some validation rules and after that how to display the Error or Success messages.

Laravel provides several different approaches to validate your application’s incoming data. By default, Laravel’s base controller class uses a ValidatesRequests trait which provides a convenient method to validate incoming HTTP requests with a variety of powerful validation rules. [From Laravel docs]

Enjoy the video!

—— Music ——
Fresh Time by Roa https://soundcloud.com/roa_music1031
Creative Commons — Attribution 3.0 Unported — CC BY 3.0
Free Download / Stream: https://bit.ly/roa-fresh-time
Music promoted by Audio Library https://youtu.be/R1XEEm5Fppg
————————–

Our social links:

Facebook: https://www.facebook.com/MantecGoo

Thanks!

Yannickshadownet 2020-04-21 22:25:09
Good evening everyone. I hosted my application and I get this error when I send an email with gmail. But locally it works. Thanks for helping me.
Yannickshadownet 2020-04-21 22:25:32
Swift_TransportException {#405 ▼
#message: “””
Failed to authenticate on SMTP server with username “ymigos90@gmail.com” using 2 possible authenticators. Authenticator LOGIN returned Expected response code 23 ▶️
“. Authenticator PLAIN returned Expected response code 235 but got code “535”, with message “535 Incorrect authentication data

“.
“””
#code: 0
#file: “/home/eldoraco/public_html/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/AuthHandler.php”
#line: 191
trace: {▶️}

Dev 2020-04-22 02:21:40
Jooo 2020-04-20 19:30:29
nod.js installed but message see like this bash: npm: command not found

Maybe you need to set bin path for Node in PATH environment variable. Check if it is set or not.

Dev 2020-04-22 02:25:40
Patricklab 2020-04-21 14:12:27
has anyone found a fix as to why laravel does not load css and javascript and how to fix it u

Is it not fixed yet?

2020-04-22 02:35:53
How to fix this issue? ( Cakephp application)
2020-04-22 02:35:53
Error: Fatal Error (64): Cannot use ‘Object’ as class name as it is reserved in [/public_html/edu/lib/Cake/Core/Object.php, line 31]
Dev 2020-04-22 02:38:15
2020-04-22 02:35:53
Error: Fatal Error (64): Cannot use ‘Object’ as class name as it is reserved in [/public_html/edu/lib/Cake/Core/Object.php, line 31]

Change the class name to something else as the error itself implies that you cannot use reserved keywords or constructs or whatever.

Dev 2020-04-22 02:38:35
Reserved things are not allowed to reuse explicitly.
2020-04-22 02:39:19
Dev 2020-04-22 02:38:15
Change the class name to something else as the error itself implies that you cannot use reserved keywords or constructs or whatever.

I found that on stackoverflow that I can fix the issue by updating cakephp. Wont it fix the issue?

Dev 2020-04-22 02:41:08
r1chie 2020-04-21 16:38:08
I’m comfortable with any … any recommendation for one?

Try Laracasts too.

Dev 2020-04-22 02:44:15
2020-04-22 02:39:19
I found that on stackoverflow that I can fix the issue by updating cakephp. Wont it fix the issue?

Yes. You can fix it by updating it. But I don’t prefer changing things in the core of the framework. Someone created the issue in the git repo of the framework and looks like the issue is fixed.

Dev 2020-04-22 02:45:04
What version are you using?
2020-04-22 02:46:18
Dev 2020-04-22 02:45:04
What version are you using?

2.4.5

Dev 2020-04-22 02:46:35
2020-04-22 02:46:18
2.4.5

https://github.com/cakephp/cakephp/issues/11830

Fatal error: Cannot use ‘object’ as class name as it is reserved · Issue #11830 · cakephp/cakephpGitHub
This is a (multiple allowed): bug enhancement feature-discussion (RFC) CakePHP Version: 2.10.8 CakeDC Migrations Plugin: 2.5.1 Platform and Target: PHP 7.2 What you did The following command was ex…
Dev 2020-04-22 02:46:49
Dev 2020-04-22 02:46:35
https://github.com/cakephp/cakephp/issues/11830

Check this out.

Dev 2020-04-22 02:49:22
By the way, you can get some help about in CakePHP group. Here is the group username. @cakephpbr
Dev 2020-04-22 02:53:13
K_a5674 2020-04-21 18:38:48
why this is error

Remove node_modules folder and package-lock.json file

Run npm cache clean –force in the terminal.

Try these two steps and check it out if it works.

2020-04-22 02:54:28
Buenas noches, alguien a hecho una paginacion de una tabla relacionada. Ejemplo

$user->roles()->paginate(10);

Vista

$user->roles->links()

Esto no funciona, pero es como para que tengan una idea de lo que quiero hacer.

Dev 2020-04-22 02:55:40
Yannickshadownet 2020-04-21 22:25:32
Swift_TransportException {#405 ▼
#message: “””
Failed to authenticate on SMTP server with username “ymigos90@gmail.com” using 2 possible authenticators. Authenticator LOGIN returned Expected response code 23 ▶️
“. Authenticator PLAIN returned Expected response code 235 but got code “535”, with message “535 Incorrect authentication data

“.
“””
#code: 0
#file: “/home/eldoraco/public_html/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/AuthHandler.php”
#line: 191
trace: {▶️}

https://stackoverflow.com/questions/33939393/failed-to-authenticate-on-smtp-server-error-using-gmail

Failed to authenticate on SMTP server error using gmailStack Overflow
I’m trying to set up email for my first laravel project, and was thrilled that there’s a laracast for it: https://laracasts.com/lessons/mailers

I’ve followed the simple steps, chose gmail in mail…

ram_the_archer 2020-04-22 03:40:43
laravel_discuss-34159.jpg

ram_the_archer 2020-04-22 03:41:03
ram_the_archer 2020-04-22 03:40:43

Can anyone help me in this vhost

Dev 2020-04-22 03:58:54
ram_the_archer 2020-04-22 03:41:03
Can anyone help me in this vhost

Are you trying to access virtual host via https? Is that what you intended to do or did it by mistake?

ram_the_archer 2020-04-22 04:00:03
Yes
Dev 2020-04-22 04:00:37
ram_the_archer 2020-04-22 04:00:03
Yes

You mean you wanted to access https on purpose?

ram_the_archer 2020-04-22 04:00:46
Yes
|