Support the ongoing development of Laravel.io →
posted 6 years ago

how to remove storage folder from public url upload

i want to upload in public folder like www.example.com/image/imagename.jpg but i have showing www.ex...

0 Likes
0 Replies

Laravel Questions for Interview

Hello Friends, I have written few interview questions on Laravel Frameworks for Freshers. Request yo...

0 Likes
1 Replies

Laravel : Use of undefined constant MCRYPT_RIJNDAEL_128 -

I'm trying to install laravel in a local windows device's, at it is impossible at all: I had been fi...

0 Likes
0 Replies
posted 8 years ago

Laravel 5 Ajax File/Image Upload

I have an issue in my laravel ajax application, I cant upload images/files through ajax POST. here i...

0 Likes
6 Replies

Problem with UTF8 or Unicode

Hi guys, In my blade templates, the following code: <p>Österreich</p> creates this outpu...

0 Likes
14 Replies
posted 6 years ago

Set Permission in Controller when using Spatie\Permission

Hi all, I am still new to Laravel and I am trying to set up my first project. I needed a Role/Permis...

0 Likes
0 Replies
posted 6 years ago

Route::apiResource, only being able to use the index method

I am new to creating an API with Laravel. I've created a resource controller API\PlayerController. I...

0 Likes
0 Replies
posted 6 years ago

Learn php 4 laravel

Hi I am new at laravel. I just want 2 know which type of php can I learn to understand the php in la...

0 Likes
2 Replies
posted 6 years ago

How do i Insert information to Order-OrderProduct tables

I am developing simple e commerce website with laravel for learning purposes. There are few things c...

0 Likes
0 Replies

Error:Sorry, the page you are looking for could not be found

Hello everyone, I'm sorry if this question has already been answered but I didn't found any answer s...

0 Likes
0 Replies

Trying to get property of non-object

l am getting the error above when trying to get the merchant at a particular user id. Here is my vie...

0 Likes
15 Replies

route::resource with more parameters

I have this in my route Route::resource('something', 'SomethingController'); but this controller han...

0 Likes
3 Replies
posted 6 years ago

How to develop the website which user can post his contents

I want to know how to develop the website user can post his contents and can vote others contents.

0 Likes
1 Replies

Save query on db listen event

I have a requirement that I need to save each and every query executed by the laravel program. I hav...

0 Likes
1 Replies
Solved

error installing Homestead - Timed out while waiting for

Hello Guys , I am trying to install the homestead in my machine ( Windows 7 ) . Vagrante version - V...

0 Likes
0 Replies
posted 9 years ago

How to "forget" a group of cached keys?

I'm working on this routine that stores a lot of data in cache (just the default storage, for now) a...

0 Likes
2 Replies
Solved

Laravel 5 custom error view for 500

We can put custom error views in resources/templates/error/ERRORCODE.blade.php. This works, except f...

0 Likes
20 Replies
posted 7 years ago

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

Laravel 5.3 PHP: 7.0.3 First Error > [Illuminate\Database\QueryException] SQLSTATE[42S02]: Base t...

0 Likes
7 Replies
Solved
posted 6 years ago

How do i integrate vue-router and Laravel ?

Currently i am using vue and laravel together.Vue for frontend and laravel for backend api.I am tryi...

0 Likes
1 Replies

concatenate strind in loop in laravel

$values = [1, 2, 3]; $string = ''; foreach ($values as $value) { $string .= $value . " AND &quo...

0 Likes
2 Replies

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.