I have inserted laravel project in. http://domain.dd.dd/myproject/laravel and path to index looks li...
Hi i have a problem with my Ajax return response in Laravel 5. My form : <form id="frm"...
Hello, I have those tables : question : id - integer name - string user : id - integer name - string...
hi guys.. i have problem when i try to inserting mulitple record, i'll make it simple. $name[] = a,b...
$request->file('image')->move('images/products/', $imageName); $request->file('image')->...
Hi, I have 3 tables USER, ALBUMS, PHOTOS USER has one to many relation with ALBUMS, ALBUMS has one t...
Controller does not create all data in database.Please help public function store(ProjectRequest $re...
Hi, Im currently making a ecommerce site using laravel 4.2 and I've encounter an error "Trying...
I am creating a small website for our internal use in the company, is there any way to disable https...
Any One Can Help Me The Problem Is When User Create New Article The New Article Record Saved In Data...
We have this method in one of our command files: public function setGateway(Church $church) { $this...
I am using file driver for caching content while crawling. But after expiry time the content remains...
FatalErrorException in EloquentUserProvider.php line 126: Class '\App\User' not found So, I really w...
I've got an existing users table for my website and am rebuilding the entire site in Laravel. I'm st...
I have a console command that defers to a model. The model has Log::info("blah blah"); Whe...
So I moved my models from the App folder to a Models subfolder and now any time I want to use a mode...
I am following the stateless http authentication code stated at http://laravel.com/docs/master/authe...
Hello everyone, How can I get all files from a specific folder to output in the select form field. h...
Hi, can someone explain how can i fetch a text field which has a lot of text, but i don't want all o...
Hi, Trying to wrap my head around Eloquent. When working with many-to-many relations, it seems that...
Solutions given in the past year. Excluding solutions from thread authors.
Select a tag below to filter the results
The Laravel portal for problem solving, knowledge sharing and community building.
The community