Support the ongoing development of Laravel.io →
posted 6 years ago

Laravel 5.5 and Tymon jwt-auth

I have followed the quickstart here for Tymon JWT and I can login okay (that route isn't protected)...

0 Likes
0 Replies

Unable to access database "unknown host"

Hello, First of all, my website worked very well in local (using WAMP) until I try to add a remote h...

0 Likes
0 Replies

Model access in Laravel > 5

First of all, I'm new to Laravel. I come from Codeigniter where you can have something similar to: c...

0 Likes
0 Replies
posted 6 years ago

Laravel Relations Between MySQL Tables Order-Product-Shipmen

I am trying to make tables for a simple e commerce website. Right now there are 4 tables: Order-Prod...

0 Likes
0 Replies

Laravel, Passport, and Distributed Services Architecture.

ENVIRONMENT Mandate to stay within the laravel/vue/php/mysql stack. Single Page Vue.js/Laravel appl...

0 Likes
1 Replies
Solved
posted 10 years ago

Sorting Many To Many Polymorphic Relations

Let's take the example from the documentation. The database structure looks like this: posts id...

0 Likes
7 Replies

Subdomain authentication

Hello, I've got this problem with the Auth::user() object not working properly when using subdomains...

0 Likes
4 Replies

Handling route with multiple optional parameters.

Hello ! I am trying to implement a filtering method for some products. This is the route: Route::get...

0 Likes
0 Replies
posted 6 years ago

render multiple controller action inside one view

How to show TeamController@index and ProductController@index both show list of team and product insi...

0 Likes
1 Replies
Solved

Query bulding.

I have a doubt about the Laravel select query. I am explaining my requirement here. I want to select...

0 Likes
0 Replies

Laravel 5 - Change password for logged in users

I already using password reset function for guest users. is there any interface to change password o...

0 Likes
4 Replies

One-To-Many Relationship On The Same Model [Laravel 5]

I'm having a bit of trouble making this work properly when querying with Eloquent, here's the model...

0 Likes
5 Replies

The requested URL /login was not found on this server (.htaccess problem)

So, i am having this weird problem, which i tried to rectify via net searches, but nothing has worke...

0 Likes
1 Replies
posted 6 years ago

Laravel terminable freezing response in browser

hi, i am using laravel 5.1 with apache2(ubuntu 16.4) i want to send response and then continue proce...

0 Likes
0 Replies

How could I create custom Model Events?

Is possible to create custom model events as creating, created, updating, update, ...? Thanks in adv...

0 Likes
13 Replies
Solved

Module build failed: ModuleNotFoundError:

I am trying to compile my laravel project but I get this error below how do I resolve it? 'ERROR in...

0 Likes
0 Replies
posted 6 years ago

Tab delimeted file upload to db with many2many

Hi, Need help with a tab delimited file upload in laravel 5.4 The file consists of 2 values (tabs),...

0 Likes
0 Replies
posted 6 years ago

How can send email in xamp server through laravel

my env file code public function postContact(Request $request) { $data=array( 'email'=> $request-...

0 Likes
1 Replies

switching the --env option for artisan command on fly

Hi Devs, I'm trying to pass --env option to the migrate command with the env file which i'm creating...

0 Likes
0 Replies
posted 6 years ago

All Events fail

I've just updated Laravel to 5.6, and all my events are failing with the error: Illuminate\Broadcas...

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.