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

Looking Levarel developer for freelance job

Looking for enough experienced by reasonable cost PHP and Laravel framework developer for long term...

0 Likes
1 Replies

Injecting Object into Controller using app->resolving

Hi, I have a question regarding resolving objects in the AppServiceProvider. Somewhere in my code (m...

0 Likes
0 Replies

Saving to two models not sure how to get it to work

Hi i'm new to Laravel so I apologize for asking a easy questions, I'm just can't quite figure out my...

0 Likes
0 Replies
posted 9 years ago

How can I parse Blade template from variable?

It's possible to parse Blade template from other source than .blade.php file? In my app user can bui...

0 Likes
0 Replies

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

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.