Support the ongoing development of Laravel.io →

Problem while deploying laravel project on shared server

Hi, I have uploaded laravel project on godaddy server and updated .env file and also updated all req...

0 Likes
2 Replies

Laravel5 - validation: ignore a given id for multiple uniqueness condition

I have created a validation form using Validator::make on laravel 5: Validator::make($request->al...

0 Likes
2 Replies

Laravel eloquent inverse one to many returns empty

I have following MySQL table structure: posts table: posts: {id(PK), title, content, slug, date, wri...

0 Likes
1 Replies

Test Commands in Packages

Hey there, I am trying to write some tests for my commands which are within a package. I managed to...

0 Likes
2 Replies
Solved
posted 7 years ago

Laravel url decode

I have a form: <input type="checkbox" name="array[]"> </form>``` Wh...

0 Likes
1 Replies

Add Columns with Methods Undefined

What I am trying to do is set a column to be a foreign key. Following the documentation, it's prett...

0 Likes
3 Replies
Solved

User->Purchase->Details help

Hello, I need help with the following structure in laravel: - User id - Purchase id user_id - Deta...

0 Likes
0 Replies

Using nestedset in model to get tree

Hi, We're using the lazychaser/laravel-nestedset (on gidhub) / Kalnoy\Nestedset (composer/packagist)...

0 Likes
0 Replies

Route to delete method

Hi, I'm having troubles to define a delete route, can someone showme an example about how to define...

0 Likes
2 Replies

Content/Translation based on Language AND Country

Hello Laravel experts! I've created a microsite for my customers and they like it so much that they...

0 Likes
0 Replies

Eager Loading error on my Entities when i migrated from 5.1 to 5.3

User.php <?php namespace ESP; use Illuminate\Auth\Authenticatable; use Illuminate\Database\Eloq...

0 Likes
0 Replies

phpunit: Permission denied

Hi all, I am currently using laravel 5.2, and using vagrant box as my development environment, in ub...

0 Likes
1 Replies
Solved

Installation error when using Laravel or Lumen installers on a fresh brewed Valet on Mac…

Hello, I was hoping to start right away once Valet was installed… Everything worked fine until I tri...

0 Likes
1 Replies
Solved

Check if request has a set of inputs

I'm trying to check if my request has a set of input (using or ) but I can't figure out if the metho...

0 Likes
0 Replies

.env update variable from code?

HI, i have my .env config file, but i have an external service that change the token every 3 hours....

0 Likes
1 Replies

Elixir: minify each file in a folder without combining them with Laravel Elixir

I have a folder inside my "assets" that contains multiple javascripts files. I have many f...

0 Likes
2 Replies

Query in foreach Loop in Blade

Dear all, I am quite new at Laravel. I have a Product Model and a Category-Model. Each Product has o...

0 Likes
1 Replies

Need help with vue looking for a tutor

Hi, I'm new to Laravel and busy learning it for the last few weeks. I'm learning from the book: Lara...

0 Likes
0 Replies

Select only unique columns

Group by is problematic since I switched to PHP 7 and having aggregate values doesn't apply to the w...

0 Likes
8 Replies

Notifications Missing, Spark

Hi, I was at Laracon.EU and after releasing 5.3, upgraded. I am also a Laravel Newbie... I am also...

0 Likes
4 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.