Support the ongoing development of Laravel.io →

Laravel project in subfolder.

I have inserted laravel project in. http://domain.dd.dd/myproject/laravel and path to index looks li...

0 Likes
0 Replies

Ajax Request Laravel 5.1

Hi i have a problem with my Ajax return response in Laravel 5. My form : <form id="frm"...

0 Likes
2 Replies

Count from a relationship table

Hello, I have those tables : question : id - integer name - string user : id - integer name - string...

0 Likes
0 Replies

inserting multiple record

hi guys.. i have problem when i try to inserting mulitple record, i'll make it simple. $name[] = a,b...

0 Likes
3 Replies

Move image to 2 directory

$request->file('image')->move('images/products/', $imageName); $request->file('image')->...

0 Likes
3 Replies

Eloquent Relationship with 3 tables(User > Albums > Photos)

Hi, I have 3 tables USER, ALBUMS, PHOTOS USER has one to many relation with ALBUMS, ALBUMS has one t...

0 Likes
1 Replies
posted 9 years ago

controller does not working properly.

Controller does not create all data in database.Please help public function store(ProjectRequest $re...

0 Likes
1 Replies

Laravel 4.2 ErrorException (E_NOTICE) Trying to get property of non-object

Hi, Im currently making a ecommerce site using laravel 4.2 and I've encounter an error "Trying...

0 Likes
0 Replies

no secure urls

I am creating a small website for our internal use in the company, is there any way to disable https...

0 Likes
2 Replies
Solved

(Php Myadmin) Laravel MySql DB( Submited) Data Issue

Any One Can Help Me The Problem Is When User Create New Article The New Article Record Saved In Data...

0 Likes
0 Replies

Dependency Injection w/Argument

We have this method in one of our command files: public function setGateway(Church $church) { $this...

0 Likes
0 Replies
posted 9 years ago

Cleaning up expired cache for FILE driver

I am using file driver for caching content while crawling. But after expiry time the content remains...

0 Likes
0 Replies

How to move the User model to \App\Models\User ?

FatalErrorException in EloquentUserProvider.php line 126: Class '\App\User' not found So, I really w...

0 Likes
1 Replies

Moving old users to laravel users table

I've got an existing users table for my website and am rebuilding the entire site in Laravel. I'm st...

0 Likes
2 Replies
Solved

Viewing output of Artisan console command that defers to model

I have a console command that defers to a model. The model has Log::info("blah blah"); Whe...

0 Likes
0 Replies

How to namespace a folder?

So I moved my models from the App folder to a Models subfolder and now any time I want to use a mode...

0 Likes
0 Replies

Stateless HTTP authentication

I am following the stateless http authentication code stated at http://laravel.com/docs/master/authe...

0 Likes
0 Replies

Get all files for form

Hello everyone, How can I get all files from a specific folder to output in the select form field. h...

0 Likes
1 Replies
Solved

Limiting returned characters from field, Laravel 5.1

Hi, can someone explain how can i fetch a text field which has a lot of text, but i don't want all o...

0 Likes
0 Replies
posted 10 years ago

Eloquent: Many-to-Many in-memory detach

Hi, Trying to wrap my head around Eloquent. When working with many-to-many relations, it seems that...

0 Likes
4 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.

© 2025 Laravel.io - All rights reserved.