Support the ongoing development of Laravel.io →

Laravel import thousand of records from csv file?

I have a csv file with thousand of records. How can I use Eloquent model to import all data?

0 Likes
2 Replies
Solved

Displaying content with html tags.

Hi , I am using ckeditor for textarea. It is working fine. But when we display description on fronte...

0 Likes
2 Replies

one view and 3 controllers

I'm starting with learn laravel and I have a problem with 1 thing. I want to create one controller w...

0 Likes
1 Replies

SSH::into cant find the SSH key in Vagrant

I have setup my connection in remote.php: 'production' => array( 'host' => '192.168.x.x...

0 Likes
1 Replies
Solved
posted 10 years ago

HTML-CSS template & Laravel

Hi there, I'm currently working on car dealer website, and I decide to use Laravel and a html-CSS te...

0 Likes
3 Replies
Solved

Eloquent Mutator + DB::raw

This Setter works well... public function setPoligonoAttribute($value) { $this->attributes['polig...

0 Likes
3 Replies
Solved
posted 10 years ago

Get latest row of table in model.

I got the following code and want the latest result. // Model public function getProfilePic() {...

0 Likes
1 Replies
Solved

Laravel suddenly stopped working!

Everything was working fine, suddenly I get the blank page! I havent changed anything! Hoe can I deb...

0 Likes
8 Replies
Solved

Howto handle exceptions that occur when database is disconnected or unreachable?

I am in the process of writing a SPA application using angularjs for the frontend and laravel as a R...

0 Likes
0 Replies
posted 10 years ago

Specifying Form::button action

Patience folks, I'm a noob. We know that the Form::submit simply submits the form using the form's a...

0 Likes
1 Replies

artisan route "GET|HEAD"

I'm using Route::resourse(...) and when I run artisan route it shows my routes the GET routes show u...

0 Likes
2 Replies
Solved

Laravel4 & PHPMYADMIN

Hi, does anyone know how to manage mysql database via phpmyadmin with laravel4. Thanks

0 Likes
2 Replies
Solved

Authentication / cookies in one codebase, but multiple domains

I have a fairly unique problem which may or may not need to be solved through Laravel. Basically I h...

0 Likes
0 Replies
posted 10 years ago

Several Questions about Caching and Session options.

#1. Database vs File System I've done a lot of researching on this and am finding pros and cons for...

0 Likes
3 Replies

Should Input::hasFile('files') work with file input arrays?

Does Input::hasFile() work with arrays? It returns false on a form I've created if the the first fil...

0 Likes
0 Replies

Permissions - only show deep nested content in users group?

Once again I'm pretty lost, the same place as other projects I've started xD A "closed" ap...

0 Likes
3 Replies
posted 10 years ago

Flexible Laravel (and beyond...) Job Position Available

I really love laravel and laracasts and thought this would be a great place to find a like minded in...

0 Likes
0 Replies

Composer Installer

Hi, I get the following error when trying to install the composer installer on windows: "Compos...

0 Likes
1 Replies

Auth::attempt with other parameters

I'm building the user auth for my app and I can see it's possible to send additional parameters to t...

0 Likes
1 Replies
posted 10 years ago

Showing models only through relation

What is the best way to use findOrFail / find on a model to find models just belonging to an user. M...

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.