I need to link laravel with node js only, right?

|
flyingdragons 2020-06-03 17:25:31
Add the above rule in your .htaccess
flyingdragons 2020-06-03 17:25:57
Redirect 301 from_ip_address to_ip_address
flyingdragons 2020-06-03 17:26:21
flyingdragons 2020-06-03 17:25:57
Redirect 301 from_ip_address to_ip_address

Use this

flyingdragons 2020-06-03 17:27:28
For temporary redirect use the following

Redirect 302 from_ip_address to_ip_address

flyingdragons 2020-06-03 17:28:24
If you would like to know more on HTTP status codes check out my article
flyingdragons 2020-06-03 17:28:54
https://stackcoder.in/posts/what-is-http-different-http-methods-and-status-codes-explained-with-examples

What Is HTTP? Different HTTP Methods And Status Codes Explained With Examples | StackCoderStackCoder
In this article, you will learn what is HTTP, types of HTTP Requests, explanation of each of them with examples, GET v/s POST, PUT v/s PATCH, HTTP Status Codes
flyingdragons 2020-06-03 17:29:23
amosvictor97 2020-06-03 17:23:44
have you an exemple of a .htaccess file ?

Let me know if it works for you

flyingdragons 2020-06-03 17:29:59
Make sure to restart your apache server
amosvictor97 2020-06-03 17:37:32
flyingdragons 2020-06-03 17:29:59
Make sure to restart your apache server

i used this one instead

RedirectMatch ^/$ /sub_directory/

amosvictor97 2020-06-03 17:37:43
and restarted apache 2
flyingdragons 2020-06-03 17:38:06
Awesome
prime 2020-06-03 17:54:44
how can i use laravel error messages in my form
sea1011 2020-06-03 17:55:07
Is laravel easy to learn?
jkwya 2020-06-03 17:55:08
Hi folks
sea1011 2020-06-03 17:55:32
I want to use it as admin panel with nodejs as a backend
sea1011 2020-06-03 17:56:08
sea1011 2020-06-03 17:55:32
I want to use it as admin panel with nodejs as a backend

I need to link laravel with node js only, right?

sea1011 2020-06-03 17:57:35
Any reply?
jkwya 2020-06-03 17:59:36
What’s the purpose of using both laravel & nodejs for this admin panel?
jkwya 2020-06-03 18:00:53
prime 2020-06-03 17:54:44
how can i use laravel error messages in my form

Example: <input class=”input {{ $errors->has(’email’) ? ‘is-danger’ : ” }}” id=”input-email” name=”email” type=”email” placeholder=”mail@example.com” value=”{{ old(’email’) }}” required>

jkwya 2020-06-03 18:05:26
This is how you can handle error and change the class of element in your blade template.
Kriti Agarwal 2020-06-03 18:32:36
Can anyone tell me .. how to call an api in laravel and fetch data
MishalLeo 2020-06-03 18:55:19
Anyone has use sanctum package
jkwya 2020-06-03 18:56:08
Kriti Agarwal 2020-06-03 18:32:36
Can anyone tell me .. how to call an api in laravel and fetch data

There are a lot of videos and articles on how to call api and fetch data over the internet…

What exactly bothering you?

DesolatorMagno 2020-06-03 19:09:17
GTLeader 2020-06-03 09:15:45
Do you mean I will have to create the authentication from scratch?

You can use the Laravel auth as base, change the controller to fit your need, and you don’t need to use the views that provide Laravel.

DesolatorMagno 2020-06-03 19:46:51
https://twitter.com/taylorotwell/status/1268170852282982402
This look great.

Taylor Otwell πŸͺTwitter
Yes please! https://t.co/T6rfCDhPrm ❀️
rdulk 2020-06-03 19:47:36
Hey any Vue js guys
alwad3ani 2020-06-03 19:58:23
https://scotch.io/tutorials/user-authorization-in-laravel-54-with-spatie-laravel-permission

I can follow this for Laravel 7??

User Authorization in Laravel 5.4 with Spatie Laravel-PermissionScotch
Building a Roles and Permission system in Laravel 5.4 using the laravel-permission package
DesolatorMagno 2020-06-03 19:59:04
i wouldn’t use any tutorial older than 5.5
DesolatorMagno 2020-06-03 20:00:23
And, the spatie packages made many changes that are not available before laravel 7 and php 7.4, so you could end not using it in the best way.
alwad3ani 2020-06-03 20:03:45
I want use Laravel permission and user system and show all users in page ,, I see this tutorial has same idea
DesolatorMagno 2020-06-03 20:04:44
Well, if you want to use it, use it, there shouldn’t be a major problem there.
alwad3ani 2020-06-03 20:05:21
DesolatorMagno 2020-06-03 20:04:44
Well, if you want to use it, use it, there shouldn’t be a major problem there.

Okay πŸ‘ŒπŸ»

alwad3ani 2020-06-03 20:06:00
l can share what’s going on with me?
DesolatorMagno 2020-06-03 20:07:00
You are free to ask for help, the more concise the question the more chance to get a answer.
phoenix_Nandha 2020-06-03 20:18:43
I am beginner
phoenix_Nandha 2020-06-03 20:19:10
Someone guide me to learn laravel
Roham0010 2020-06-03 20:24:36
MishalLeo 2020-06-03 16:49:04
But i wanted to know that if we use login using api

Yes you can use sanctum for api login

Roham0010 2020-06-03 20:25:43
prime 2020-06-03 17:54:44
how can i use laravel error messages in my form

dd the errors you will find out how to use it..

DesolatorMagno 2020-06-03 20:28:07
phoenix_Nandha 2020-06-03 20:19:10
Someone guide me to learn laravel

You know php already?

rijisoft 2020-06-03 20:59:22
phoenix_Nandha 2020-06-03 20:19:10
Someone guide me to learn laravel

laracasts.com
Jeffrey Way is best ever in the world for learning anything:)

nimit 2020-06-03 21:02:31
phoenix_Nandha 2020-06-03 20:19:10
Someone guide me to learn laravel

We are giving away laracasts.com subscription here

Chance to win 12-month laracasts.com subscription

How to participate in giveaway?
1. Visit https://codepuzzle.app/campaign/10-days-challenge/
2. Click on “Start Now”
3. Play 5 puzzles
4. Repeat playing 5 puzzles daily for 10 days during the campaign (any 10 days between 1st and 14th June)

5 lucky winners from the list of eligible players will be chosen randomly.
Winner will be announced on 15th June.

Code Puzzle is a platform for improving code reading skills. As developers we found, it can be quite overwhelming to start on a new project due to the size of the code base – the Code Puzzle Beta launch is our first step in addressing this issue. Currently only Java and PHP puzzles are supported; support for more languages coming soon.

Nothing prepares a developer like mastering the art of reading code!

10 Days Challenge | Code Puzzle | Best Platform for Learning Open SourceCode Puzzle | Best Platform for Learning Open Source
πŸ“†Starting 1st June (Monday) πŸ‘Ύ Play 5 puzzles πŸ” Repeat for 10 days πŸ† Win 12-month Laracasts subscription | πŸ“£ Winners announced on 15th June (Monday)
nimit 2020-06-03 21:02:48
phoenix_Nandha 2020-06-03 20:19:10
Someone guide me to learn laravel

Do check my message above

Kriti Agarwal 2020-06-03 21:16:55
jkwya 2020-06-03 18:56:08
There are a lot of videos and articles on how to call api and fetch data over the internet…

What exactly bothering you?

I want to know where we hit api using curl??

Roham0010 2020-06-03 21:21:02
DesolatorMagno 2020-06-03 19:46:51
https://twitter.com/taylorotwell/status/1268170852282982402
This look great.

Wow πŸ˜πŸ‘

natghi2010 2020-06-03 22:45:12
why doesnt this work
natghi2010 2020-06-03 22:45:34
{{isset($person) ? $person[‘info][‘name’] : ”}}
natghi2010 2020-06-03 22:45:53
it returns the error that $person[‘info’] is undefined
natghi2010 2020-06-03 22:46:30
when I dont pass $person to the view
duruiz 2020-06-03 22:53:27
natghi2010 2020-06-03 22:45:34
{{isset($person) ? $person[‘info][‘name’] : ”}}

what {{ $person }} returns?

natghi2010 2020-06-03 22:54:03
duruiz 2020-06-03 22:53:27
what {{ $person }} returns?

it returns an array

|