Support the ongoing development of Laravel.io →

1,813 Threads

Paid membership and SMS? What are my options?

Hey there, So what I have been doing with Laravel so far is mostly pretty basic compared to the proj...

0 Likes
0 Replies

My controller exist but laravel don't identify it

Hello guys, I have defined my controller and it was perfectly working. Suddenly when I click on the...

0 Likes
1 Replies

is Event and Listener are important to use in laravel ?

Hi friends is Event and Listener are important to use in laravel if yes , why ? i'm feeling that it'...

0 Likes
1 Replies

What admin panel (crud generator) more usefull?

Hi I am beginer in laravel. Trying to create admin panel for site. There are many admin generators....

0 Likes
1 Replies

Laravel application for Internet of Things:Sensors sending data contoniously

Hi All, Good day!!! I am developing web application using Laravel. Its basically web application whe...

0 Likes
0 Replies

Update related model on model save

Hi Laravels, I have a sublet model that has its own table, but I have 2 more tables to store sublet...

0 Likes
0 Replies

Upgrading To Laravel 5.3 w/ existing Pingpong Labs Modules and Generators Dependencies

Has anyone been able to successfully update to 5.3 who by chance is using ping pong labs modules? I...

0 Likes
1 Replies

Can't use Schema and Session class in a Middleware in Laravel 5.2?

Can I use Schema and Session class in a Middleware? I tried to use Schema::hasTable and Session::put...

0 Likes
3 Replies
Solved

stop/modify mail sent logging

I cant track down the event in the framework, which is logging mails sent (via mailgun api). It is d...

0 Likes
0 Replies

Make api.domain.ext the stateless passport route and change .ext/api to normal route

Hi, I installed passport, and I got the API functionality working with 2 environments, one getting t...

0 Likes
0 Replies

Order by pivot table attribute in Eloquent

Hi Guys I have this query: $user = Auth::user(); $user->jobs()->get(); where jobs is a bel...

0 Likes
6 Replies
Solved

Laravel file structure

Hello, I'd like to create my own CMS with laravel, I'm looking for the following file structure. co...

0 Likes
0 Replies

Forge: Restarting NodeJS daemon on deploy

Hi guys, I've setup my first Laravel Forge site that runs a VueJS 2.0 server side rendered app. I've...

0 Likes
0 Replies

Laravel controller constructor not being run

I am running laravel v5.3.10 and the constructor is as given below, I tried using the auth middlewar...

0 Likes
3 Replies
Solved

Customize sendSwiftMessage() Laravel Swiftmailer function

Hello everyone! I would like to know how I can override/customize sendSwiftMessage() protected funct...

0 Likes
3 Replies

Variable in router to define namespace

Hi, in the router i could do: Route::group('namespace' => 'Admin'], function() { // C...

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

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

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

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.