Support the ongoing development of Laravel.io →

Use connections table to source the Eloquent connections

Dear friends, How could be possible to use a database table as a connection container in place of us...

0 Likes
0 Replies

How to forward configuration?

Hey all, I'm developing a package (1) that requires another package (2) with its own Laravel configu...

0 Likes
1 Replies

Help me refactor my model->javascript complex view

I'm passing a model collection ($occurrences) from the controller to the view, and there I convert t...

0 Likes
4 Replies

Multiple select dropdown box

Hi I am new to Laravel, How to create a multiple select drop-down list. Can any one please help me !...

0 Likes
0 Replies
posted 9 years ago

Meetup in Copenhagen, Denmark

Hey fellow artisans in Denmark! We are arranging a meetup in Copenhagen on the 12th of June! Check i...

0 Likes
1 Replies
posted 9 years ago

Need help~ How it works!

The example code is {{ Form::open(array('class' => 'form-signin', 'role' => 'form')) }}...

0 Likes
6 Replies
Solved

IDE with Blade syntax support?

Is there any IDE with Blade support ( highlighting, code recognition...) I am currently using NetBea...

0 Likes
7 Replies

Return results as an array

I'm working with some log data and it returns about hundreds and thousands of data. Without using ch...

0 Likes
0 Replies

How to do multi update with increment

i have a array, store ID, and i wanna do update their position number. something like: UPDATE table...

0 Likes
0 Replies

Same constellations but different sollutions, why?

I'm trying to figure out why a specific constellation doesn't work in the same way, maybe some of yo...

0 Likes
0 Replies

How to delete column contents and save it to database?

I have following code: public function delImage($path, $id) { $page = Page::find($id); \File::d...

0 Likes
1 Replies

Simplest way for users of my project to update to the latest version

Hi everyone, What's the simplest way for users of my project to update to the latest version of my p...

0 Likes
1 Replies
posted 9 years ago

Artisan tells me: Runtime exception, the "-c" option does not exist.

Hi, Why can't I run artisan commands at live environment? https://www.dropbox.com/s/yv2yisdzjmahvaq/...

0 Likes
1 Replies
posted 9 years ago

[Package] Laravel Excel v1.0.0 released!

Hey guys, We just released version 1.0.0 of our Laravel Excel packages. https://github.com/Maatwebs...

0 Likes
9 Replies

Eloquent Query Joins

is there any possible way to join tables with eloquent queries? i have 3 tables Users, Blogs & B...

0 Likes
5 Replies

Get main domain address

Hi! I've started developing a multilingual (with multiple domains) and with multiple subdomains. Now...

0 Likes
0 Replies
posted 9 years ago

Laravel View can't access files on a subfolder.

Hi, I'm having some error trying to call a view from a subfolder. First, this thing works Route::get...

0 Likes
0 Replies

Route::Controller error in Laravel 4 NotFoundHttpException

route.php Route::controller('tipounidademedida', 'TipoUnidadeMedidaController'); tipounidademedidac...

0 Likes
0 Replies
posted 9 years ago

image rendering problem in blade

Hi all, I have a line in my blade file like that: <img src="{{ asset('img/users/Auth::user()...

0 Likes
2 Replies
Solved

cviebrock/eloquent-sluggable collisions to my Routes

hi, i use cviebrock/eloquent-sluggable (https://github.com/cviebrock/eloquent-sluggable) My slugs ar...

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.

© 2024 Laravel.io - All rights reserved.