What Is HTTP? Different HTTP Methods And Status Codes Explained With Examples | StackCoder – StackCoder 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
flyingdragons2020-06-03 17:29:23
amosvictor972020-06-03 17:23:44
have you an exemple of a .htaccess file ?
Let me know if it works for you
flyingdragons2020-06-03 17:29:59
Make sure to restart your apache server
amosvictor972020-06-03 17:37:32
flyingdragons2020-06-03 17:29:59
Make sure to restart your apache server
i used this one instead
RedirectMatch ^/$ /sub_directory/
amosvictor972020-06-03 17:37:43
and restarted apache 2
flyingdragons2020-06-03 17:38:06
Awesome
prime2020-06-03 17:54:44
how can i use laravel error messages in my form
sea10112020-06-03 17:55:07
Is laravel easy to learn?
jkwya2020-06-03 17:55:08
Hi folks
sea10112020-06-03 17:55:32
I want to use it as admin panel with nodejs as a backend
sea10112020-06-03 17:56:08
sea10112020-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?
sea10112020-06-03 17:57:35
Any reply?
jkwya2020-06-03 17:59:36
What’s the purpose of using both laravel & nodejs for this admin panel?
User Authorization in Laravel 5.4 with Spatie Laravel-Permission – Scotch Building a Roles and Permission system in Laravel 5.4 using the laravel-permission package
DesolatorMagno2020-06-03 19:59:04
i wouldn’t use any tutorial older than 5.5
DesolatorMagno2020-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.
alwad3ani2020-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
DesolatorMagno2020-06-03 20:04:44
Well, if you want to use it, use it, there shouldn’t be a major problem there.
alwad3ani2020-06-03 20:05:21
DesolatorMagno2020-06-03 20:04:44
Well, if you want to use it, use it, there shouldn’t be a major problem there.
Okay ππ»
alwad3ani2020-06-03 20:06:00
l can share what’s going on with me?
DesolatorMagno2020-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_Nandha2020-06-03 20:18:43
I am beginner
phoenix_Nandha2020-06-03 20:19:10
Someone guide me to learn laravel
Roham00102020-06-03 20:24:36
MishalLeo2020-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
Roham00102020-06-03 20:25:43
prime2020-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..
DesolatorMagno2020-06-03 20:28:07
phoenix_Nandha2020-06-03 20:19:10
Someone guide me to learn laravel
You know php already?
rijisoft2020-06-03 20:59:22
phoenix_Nandha2020-06-03 20:19:10
Someone guide me to learn laravel
laracasts.com
Jeffrey Way is best ever in the world for learning anything:)
nimit2020-06-03 21:02:31
phoenix_Nandha2020-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 Source – Code 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)
nimit2020-06-03 21:02:48
phoenix_Nandha2020-06-03 20:19:10
Someone guide me to learn laravel
Do check my message above
Kriti Agarwal2020-06-03 21:16:55
jkwya2020-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??
Roham00102020-06-03 21:21:02
DesolatorMagno2020-06-03 19:46:51
https://twitter.com/taylorotwell/status/1268170852282982402
This look great.
Wow ππ
natghi20102020-06-03 22:45:12
why doesnt this work
natghi20102020-06-03 22:45:34
{{isset($person) ? $person[‘info][‘name’] : ”}}
natghi20102020-06-03 22:45:53
it returns the error that $person[‘info’] is undefined