Support the ongoing development of Laravel.io →

2,050 Threads

Laravel "View [] not found."

// this is my code // posts Route::get('post', function () { return view('post', [ // DIR...

0 Likes
2 Replies

How to file pdf upload and send the pdf to specific user

How to do file pdf upload in admin side and send the pdf to specific user

0 Likes
0 Replies

Visualization of connections

I need to visualize the relationship between the data in the tables. My point is to show what is con...

0 Likes
0 Replies

StepWise Guide About Writing Topic Sentences For Essays

StepWise Guide About Writing Topic Sentences For Essays Almost every student in the whole world woul...

ronald3tolkien3 liked this thread

1 Likes
0 Replies

file_get_contents('/path/to/laravel/') instead of public url

Can I do this: file_get_contents('/home/user/public_html/'); instead of: file_get_contents('https://...

trino liked this thread

1 Likes
1 Replies

Ho to manipulate one column in Controller

Hi, i would like to create a simple output. My Controller has this code $item = Item::select('name',...

0 Likes
1 Replies

Does parent blade templates link css just like childs views?

Please can anyone take a look at this and figure whats wrong? https://stackoverflow.com/questions/67...

0 Likes
0 Replies

Malzahar: Build apps without writing HTML, CSS, or JavaScrip

I just released a new Laravel package. The concept behind it is to use PHP for everything, so you no...

0 Likes
0 Replies

SQLSTATE[42S02]: Base table or view not found: 1146 Table

Below is the full error am getting SQLSTATE[42S02]: Base table or view not found: 1146 Table 'archfx...

0 Likes
1 Replies
Solved

Use dd() or equivalent in blade mail template

Hello, i tried to dd($__data) in my mail templete blade view, but it is not working. Do someone have...

0 Likes
3 Replies
Solved

Variable URL & Show all .jpgs of certain folder ??

Hello, sorry I am new to laravel and php in gerneral so I apologise in advance if my question is wei...

0 Likes
1 Replies

error 404 notpound

this my error return $this->getRouteForMethods($request, $others);} throw new NotFoundHttpExcepti...

0 Likes
1 Replies

assertSee failing when searching for text on datatable

Dusk Version: 6.4 Laravel Version: 6.2 PHP Version: 7.3 Database Driver & Version: mysql Ver...

s-dickson liked this thread

1 Likes
0 Replies

Laravel adds repetitive elements to the path

To a certain element in my app I added a path /blog/category/{id}/{category} But sometimes at clicki...

0 Likes
1 Replies

Php artisan make:mail error

php artisan make:mail WhateverName Gives this error: Hide Copy Code UnexpectedValueException Inval...

0 Likes
3 Replies

Laravel 7 and session variable problem

Hi. I have a problem with displaying laravel session variable. I'm setting session variable in route...

0 Likes
2 Replies

Vue.js 3.x and Laravel

Laravel version 8.7 can be worked together with Vue.js 3.x and Laravel mix?

0 Likes
1 Replies

Pages won't load, but the source is still there?

I've been using laravel 8 to create a store and for some reason all of my pages won't show in browse...

0 Likes
0 Replies
posted 3 years ago

How to display initial value of model in date input in vuevu

I use Laravel 8 inertia vue. I have a model (activerecord) and I would like to update it, particular...

0 Likes
0 Replies
posted 3 years ago

Images showing in built in server but not after deployment

Hi, I use the laravel filesystem with the following config `> 'disks' => [ 'local' =>...

0 Likes
4 Replies
Solved

Thanks to our community

Solutions given in the past year. Excluding solutions from thread authors.

Moderators

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.