Support the ongoing development of Laravel.io →

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

laravel for first time/FatalErrorException Class not found 'Cartalyst\Sentry\SentryServiceProvider'

i have this job 4 days ago . this first time i work on laravel this project was with another develop...

0 Likes
0 Replies
posted 9 years ago

Retrieving records that don't have a pivot table match

Hello, I have 3 database tables, as follows. Tracks ID Name Tags ID Name Tracks_Tag track_id tag_id...

0 Likes
0 Replies

Eager Loading Validation in Laravel

I am having some trouble figuring out how to validate that an entire eager loaded query is valid bef...

0 Likes
0 Replies

Query with binding fails but works when using direct input injection

Hello there, i've got an issue with a full text query, that is not running properly when using bindi...

0 Likes
1 Replies

How to pass argument to template?

Hi, I am new to MVC and learning Laravel at the moment. I would like to have the last URL string as...

0 Likes
4 Replies

Filter Relation Collection

Hi, i have develop an application with Laravel for the first time and everything works fine. But i h...

0 Likes
0 Replies

ManyToMany where

Hello, I have 3 tables: products (->belongsToMany('Series')) series (->belongsToMany('Product...

0 Likes
8 Replies
posted 9 years ago

Different session on same domain ?

I am new at using laravel, just finished my first web app. The issue i am facing is that my http://w...

0 Likes
0 Replies

Using External Library (Composer and Non Composer)

I'm trying to use this library https://github.com/thiagoalessio/tesseract-ocr-for-php In laravel , i...

0 Likes
0 Replies

$_ENV from local file not passing bool to config

Hello, I'm quite confused with this. Pretty much I have to environments prod and local. Prod has deb...

0 Likes
1 Replies
Solved

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.