Support the ongoing development of Laravel.io →

1,813 Threads

Laravel structuring medium to large scale application

Trying to grasp how to structure my app. I am using Vuejs spa as front-end and Laravel as backend AP...

0 Likes
1 Replies

Multiple Laravel Echo Instances -Different Pusher App Keys

window.alpha = new Echo({ broadcaster: 'alpha_pusher', key: 'alpha-pusher-key' }); window.beta...

0 Likes
0 Replies

Database Architecture Suggestion

Hello, I need suggestions for database architecture. I am going to build SaaS application for Compan...

0 Likes
4 Replies

Multiple websites on one laravel application

I've created a dashboard on laravel with user authentication. I want to create multiple websites on...

0 Likes
0 Replies

Passport authentication from remote Laravel API

HI, Suppose I have 2 or more Laravel API sites and only One Laravel API site is using Passport and r...

0 Likes
0 Replies

Low request per second throughput with Laravel, AWS, Docker

Laravel 5.5 Php 7.0 AWS 8 cpu / 16GB Docker with nginx/php inside. I have an api that serves oauth...

0 Likes
0 Replies

.htaccess exclude specific url & folder from proxy redirect

I have Laravel set up and running fine on example.com. Now, I want to proxy redirect example.com/ to...

0 Likes
2 Replies

Starting ecommerce site, need few ideas

Hello there guys. I have plenty of experience doing ecommerce site but they all get a bit tough to m...

0 Likes
4 Replies

Best Practices: Interfaces+Traits or Same Class Properties

This is one of the biggest conundrums that I face whenever I am extending my company's internal micr...

0 Likes
0 Replies

Lumen Extended Starter Pack

Lumen extended starter pack This package is an extended version of the default Lumen framework with...

0 Likes
0 Replies

Polymorphic relationships for online store

I’ve got a master table called Product with the following columns: id product_id product_type name...

0 Likes
0 Replies

Modular architecture and API auth doubts for mid size app

Hi! I am stuck. I need to develop a medium sized application but I can't decide on the architecture....

0 Likes
0 Replies

Run laravel project on existing apche server of centos

I have a server of CentOs 7 where apache is running. I'm using it for run my web applications. Now I...

0 Likes
4 Replies
Solved

Homestead + PHPStorm + XDebug only works with index.php

Hello, I've followed the instructions here pretty closely, http://blog.elenakolevska.com/debugging-l...

0 Likes
5 Replies

Laravel IoC

Hi I am new to laravel IoC. Can you please suggest me a good tutorials/references to learn IoC from...

0 Likes
1 Replies

Background data export

Hi all, just wondering how you normally handle situations where you've to generate PDF or csv docume...

0 Likes
4 Replies
Solved

File permissions using Envoyer with AWS

I'm using Envoyer to deploy one of my projects to an AWS EC2 server running on AMI. So I chose to de...

0 Likes
2 Replies

route::resource with more parameters

I have this in my route Route::resource('something', 'SomethingController'); but this controller han...

0 Likes
3 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

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

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.