Support the ongoing development of Laravel.io →

apurva2342

Joined 17 Sep 2014

Statistics

Threads 5
Replies 8
Solutions 0
Articles 0

How to use @include() right way?

I have this basic structure in my blade file <div class="container1"> //some cont...

0 Likes
2 Replies

Best way to upload images?

I'm making an web app where people create their profile and upload pictures with its description. No...

0 Likes
2 Replies

The Laravel simple from is not returning anything.

Routes.php Route::post('/status', [ 'as' => 'status', 'uses' => 'StatusController@po...

0 Likes
4 Replies
Solved

Unable to fetch data from another table. Please help.

Migration files user table <?php use Illuminate\Database\Schema\Blueprint; use Illuminate\Databa...

0 Likes
9 Replies

How to store user's email in database and send them emails? What am I doing wrong?

I'm new to this. anmd certainly doing something wrong. When I enter email address in email field, th...

0 Likes
1 Replies
replied 8 years ago

How to use @include() right way?

mengidd said: What you do is correct, it's probably something in the included file or something els...

0 Likes
replied 8 years ago

The Laravel simple from is not returning anything.

OH. I see. I did dd() because the next lines from controller wasn't working. I got it now. Some typ...

0 Likes
replied 8 years ago

The Laravel simple from is not returning anything.

It wasnt working. I dd it..to see if it has something or not.. It should return some values entered...

0 Likes
replied 8 years ago

Unable to fetch data from another table. Please help.

I've already posted both models here. Do you want to see controller files?

0 Likes
replied 8 years ago

Unable to fetch data from another table. Please help.

This is totally weird. I just noticed that here in the dd output. table is "posts". It sho...

0 Likes

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.