Sign Up
Sign In
Sign In
Sign Up
Catalog
Series
Skills
PHP
Laravel
Testing
Front-End
Tooling
Podcast
Discussions
Do you know why the ajax part of the js is not working?
JavaScript
•
4 days ago
by
Cronix
I have a multi step form. In step 1 the user needs to insert info like his name, surname, etc. When the user clicks in "go to step 2" is
...
45
Cannot Update my data from my edit from
Code Review
•
1 day ago
by
bashy
This is my edit form <form class="col-md-6" method="PUT" action="/posts"
...
38
Delete function not working
Laravel
•
1 day ago
by
hjortur17
Hi, I'm trying to delete thread with onClick function. But I get MethodNotAllowedHttpException error My code is:
...
32
How to update the record if it exist or if not create new record
Laravel
•
3 days ago
by
hsntngr
I want to create a draft if it doesn't exist. But if if there is a draft with the given post_key I want to update it, so..
...
30
need Help Category wise post show
Laravel
•
1 day ago
by
rin4ik
I have posts Table : id, title, body category table : id, name, now i want to view my page category wise post , so what can i do ? thank y
...
26
My model is pulling the same data three times instead of looping properly.
General
•
1 hour ago
by
jlrdw
First, I'm a beginner and an idiot so please keep that in mind. However, I have been stuck on this all day now (trying to learn) but I need help. I
...
26
Laravel Register form isnt working
Spark
•
21 hours ago
by
Cronix
unable to register a new user using laravel auth default registration. When providing with all values to the form or submitting an empty form i got
...
25
Overriding e() (or any of the Laravel Helpers)
Laravel
•
7 minutes ago
by
m-rk
So, prior to 5.5, you could require a file at the top of bootstrap/autoload.php. Now, I can't seem to find a way to override Laravel helper
...
24
input type text values getting blank after form submission
Laravel
•
1 day ago
by
dingani-masikondo-mataranyika
I am working on a laravel application and it was working fine till yesterday but a new issue has come up now and I am totally confused how to solve
...
21
Trying to get property of non-object
Eloquent
•
5 days ago
by
djay
Hi My Controller function is - public function rulingParty(){ $states = State::with('ruling')->get(); re
...
19
upload image
Laravel
•
4 days ago
by
jlrdw
Hello, I am trying to create upload image form: seller.blade.php <form action="{{ url('/daftarseller') }}"
...
19
Call another controller method from controller and return route from it
General
•
5 days ago
by
Jacobs
Hey, is it possible to call another controller method and return a route directly in it? I have a check for date query string, if it's missing I re
...
19
Base route (/) under prefix
Laravel
•
5 days ago
by
RinoDrummer
Hi all! I'm having problems when I try to reach the base route of the admin panel I'm building. Suppose that I have it on:
...
17
https for the full laravel app?
Laravel
•
3 days ago
by
Vilfago
How do I / what is the easiest way to set up my laravel app so that it forces https rather than http on all directories, routes, pages etc... conta
...
17
set new password and check for old password using hash check
Laravel
•
3 days ago
by
rin4ik
i dont know why it doesnt work public function update(Request $request, $id) { { $this->validate($request, [
...
17
with out any data if i click my submit button then show this error what kind ofcondition i use ?
Laravel
•
4 hours ago
by
towhid
SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'title' cannot be null (SQL: insert into `posts` (`title`, `body`, `category_i
...
17
How to show children based on gender
Laravel
•
1 day ago
by
devk
Hi there, does anyone know how I can show only children based on their gender ('man' or 'vrouw') I my application I made some 3 tabs: first
...
16
no default value
Laravel
•
5 days ago
by
rin4ik
I try to insert registration form that created and get this error message: 1364 Field 'username' doesn't have a default value (SQL: insert i
...
16
Image Upload using Laravel and ajax.
Laravel
•
10 hours ago
by
beginner_luck
Hello, can someone help me on how to include in the form a field for image upload using laravel and ajax? It seems like my code for image upload is
...
16
Timestamp
Laravel
•
4 days ago
by
Vilfago
How to get the timestamp? DB::table('users') ->where('id', auth::id()) ->update(['no_ktp' => request('no_ktp'), 'foto_ktp' => $o
...
16
«
1
2
3
4
5
6
7
8
...
24
25
»
The most concise screencasts for the working developer, updated daily.
Get Started
Want us to email you occasionally with Laracasts news?