β prev | next β
xyz2diand 2021-09-25 09:03:09
this*
bryan_king 2021-09-25 09:07:01
Akhilbansal122 2021-09-25 05:59:47
How to solve this Error
Enable app debug if you are on local host
pinchez2 2021-09-25 09:47:57
omar khaled 2021-09-25 06:03:50
what’s the defrence between.
<a href ={{ route(‘destroy’) }} >delete</a>
2- inside form.
<form action ={{route(‘destroy’) }} >
<button type =submit >delete</button >
</form >
First one is a link to delete
Second is a delete request to the db
tracygrey57 2021-09-25 11:04:29
Please does anyone no a site that can change a MP4 format to a picture format either jpg or PNG or gif I really need it now
Rao Aadil 2021-09-25 11:27:13
How can I access function from one controller to another? can anyone help
Kashyap Parikh 2021-09-25 11:28:04
SymfonyComponentHttpKernelExceptionMethodNotAllowedHttpException
The POST method is not supported for this route. Supported methods: GET, HEAD.
Kashyap Parikh 2021-09-25 11:28:16
what does this error means
pinchez2 2021-09-25 11:31:02
tracygrey57 2021-09-25 11:04:29
Please does anyone no a site that can change a MP4 format to a picture format either jpg or PNG or gif I really need it now
Google there is variety of online tools
pinchez2 2021-09-25 11:31:53
Kashyap Parikh 2021-09-25 11:28:16
what does this error means
Check your route , what is the ideal thing you wanted to do ?
pinchez2 2021-09-25 11:33:21
Hey guys I can’t answer all questions in my dm please post here they are soo many , I will think of a platform for you guys to post and I can be answering them all
tracygrey57 2021-09-25 11:43:04
pinchez2 2021-09-25 11:31:02
Google there is variety of online tools
Ok
Cedric Aubin 2021-09-25 11:45:21
omar khaled 2021-09-25 06:03:50
what’s the defrence between.
<a href ={{ route(‘destroy’) }} >delete</a>
2- inside form.
<form action ={{route(‘destroy’) }} >
<button type =submit >delete</button >
</form >
The type of request. The first is a Get request while the later is a Post request
Cedric Aubin 2021-09-25 12:11:55
Kashyap Parikh 2021-09-25 11:28:04
SymfonyComponentHttpKernelExceptionMethodNotAllowedHttpException
The POST method is not supported for this route. Supported methods: GET, HEAD.
Your form sends a POST request but in your route you didnβt define one that will accepted it. You can solve it by changing the route to Route::post and all the necessary for a post request or by enforcing the request method at the level of the form with laravel tag @method(‘PUT’)
Si 2021-09-25 16:58:47
I want to become a laravel developer anyone can guid me what should I follow
Si 2021-09-25 17:00:12
What is the best tutorial?
Should I study from paid or free courses
Si 2021-09-25 17:00:32
I will really appreciate your advice
foulla_sam 2021-09-25 17:33:56
Si 2021-09-25 17:00:32
I will really appreciate your advice
laracasts has good series on Laravel 8, check it out
There are some prerequites
OOP in php
MVC design patern
Basic notion on linux commands
Etc.
pinchez2 2021-09-25 17:44:32
Si 2021-09-25 17:00:12
What is the best tutorial?
Should I study from paid or free courses
Where do you want to start laravel 5,6,7,8 ? I can offer training from beginning to end
Sabr 2021-09-25 19:26:30
Hello everyone , im looking for an auth tutorial with multi role and permissions that covers a good portion of the topic and would reaally appreciate a recommendation on this matter ( any kind lf learning material )
Mehul Mmz 2021-09-25 19:26:52
Need easy QR Core reader js/jquery library , please helpπ
Bhavyakumar Panchotiya 2021-09-25 19:26:53

hello Developer i hope all are good .. so my Question whenever i save the data without image filed that time data will save it in database but when i will upload the image in database that time show the error like “1364 Field ‘image’ doesn’t have a default value” So can anyone tell me how to solve it
Mehul Mmz 2021-09-25 19:38:19
Si 2021-09-25 17:00:12
What is the best tutorial?
Should I study from paid or free courses
You tube video serit is best for that
rijisoft 2021-09-25 19:38:35
https://stackoverflow.com/questions/69280826/laravel-sql-candlestick-query
Anyone can help ?
laravel sql candlestick query –
Stack OverflowI want to extract candlestick data from this table .
This is my trades table structure
pair_id – unit_price – amount – created_at
1 25 88 2021-08-31 12:51:27
1 …
Liaqataliazad 2021-09-25 20:13:47
Liaqataliazad 2021-09-25 20:13:47

Hello friends why the content is not loading from index.blade.php through @yield(‘content’)
Please π help me
pinchez2 2021-09-25 20:52:15
Sabr 2021-09-25 19:26:30
Hello everyone , im looking for an auth tutorial with multi role and permissions that covers a good portion of the topic and would reaally appreciate a recommendation on this matter ( any kind lf learning material )
Laratrust
pinchez2 2021-09-25 20:55:58
Liaqataliazad 2021-09-25 20:13:47
Hello friends why the content is not loading from index.blade.php through @yield(‘content’)
Please π help me
Your code looks tricky , does your layouts.app folder or file contain the header and footer ?
2021-09-25 21:05:41
1k telegram member only 9 dollars more details please inbox me
Liaqataliazad 2021-09-25 21:17:06
pinchez2 2021-09-25 20:55:58
Your code looks tricky , does your layouts.app folder or file contain the header and footer ?
Yes header and footer works fine but content have problem
M 2021-09-25 21:18:31
Hi laravel http pool how to error handle
nowodev 2021-09-25 21:29:52
Liaqataliazad 2021-09-25 20:13:47
Seems like you didn’t save your file
pinchez2 2021-09-25 21:30:55
Liaqataliazad 2021-09-25 21:17:06
Yes header and footer works fine but content have problem
Using include and extend same time ? I would think of otherwise
pinchez2 2021-09-25 21:31:06
nowodev 2021-09-25 21:29:52
Seems like you didn’t save your file
Try this
Liaqataliazad 2021-09-25 21:32:15
nowodev 2021-09-25 21:29:52
Seems like you didn’t save your file
I have saved playing with this for an hour
pinchez2 2021-09-25 21:34:45
Liaqataliazad 2021-09-25 21:32:15
I have saved playing with this for an hour
Are you using a template ?
β prev | next β