Support the ongoing development of Laravel.io →

1,816 Threads

Laravel on Large Scale

Hello, I have a question regarding Laravel on a large scale environment. We have a hosting company...

0 Likes
2 Replies

Data Scope

In most of the code I write, 90% of the time I declare the data variable at a global scope. Is this...

0 Likes
3 Replies

Advice with stripe

SCENARIO I have built a party booking engine with Laravel, which requires a Down payment to reserve...

0 Likes
1 Replies
posted 10 years ago

Generate views from database

Hi all, I would like to switch from YII to Laravel but I am not sure I can generate views with forms...

0 Likes
2 Replies
posted 10 years ago

laravel/framework issues disabled?

Hi, i just enter the github.com/laravel/framework to search for someone with a problem like mine and...

0 Likes
0 Replies
posted 10 years ago

Gateways, Validation service, Service Providers, Repositories - Pattern example ?

Hello, I am building my first laravel application, so I am quite new to laravel. After reading about...

0 Likes
0 Replies
posted 10 years ago

Is there any tutorial to build a community website with Laravel?

Is there any tutorial to build a community website with Laravel?

0 Likes
1 Replies

Using laravel for developing a self hosted application which is for sale.

I am looking at using laravel for creating a new version of a for sale application i had made years...

0 Likes
6 Replies

Alias mystery?

Hi everyone. I am using Aliases for some of my classes in my project in App.php One alias registered...

0 Likes
0 Replies

How can I refactor this event?

Event::listen('widget.sync', function($widget, $user) { if( App::environment('local') ) { Mail::...

0 Likes
0 Replies

Controller/models outside of the app folder

I have a Laravel application that is used on multiple sites. Everything is in the /app/ folder as i...

0 Likes
1 Replies
Solved

File upload location

I’m looking for best practices regarding file upload locations. I know I can use the public folder b...

0 Likes
1 Replies

parseParameterFilter() not being called for custom route filters?

I'm trying to create a route filter that will accept multiple parameters (got it working with one pa...

0 Likes
0 Replies

Why doesn't my command stop after its work has finished on Laravel Forge?

On localhost, my command does its job and it stops. On Forge, it finishes it job, logs a message, an...

0 Likes
0 Replies

Localization in queued emails

Good day for everyone! I want to ask a help in solving my problem. I'm sending localized emails from...

0 Likes
3 Replies
Solved
posted 10 years ago

Best practice to separate admin/user controllers

I have a question in mind about separating controllers. For example, let's say I have a website that...

parisan liked this thread

1 Likes
4 Replies
Solved

If user logged in redirect to profile. Why use filter?

This works fine why use filter? public function home() { if(Auth::check()) return R...

0 Likes
6 Replies

Using an artisan command outside of command line

Hello! I have written a very useful artisan command line function, but it seems that now it makes se...

0 Likes
1 Replies

Securing routes with filter

Hi, how can I secure routes so that user can access only those departments that he belongs to? Basic...

0 Likes
1 Replies

Laracon EU 2014 Video: Sharing Laravel from Matt Stauffer

Would you like to discuss any ideas in this video? This is a great place to do so! Learn about utili...

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.