Support the ongoing development of Laravel.io →

What are the best practices for optimizing the Laravel application?

Suggest me the best practices for optimizing the laravel application. I want to improve its response...

0 Likes
0 Replies
posted 6 years ago

Route Controller and Contextual Binding Laravel 5.4

My route is Route::resource('product', 'Product\ProductController'); My ProductController...

0 Likes
0 Replies

Laravel setPasswordAttribute Override

This is a problem I've seen a few times, and it may be to a lack of understanding on my part, but it...

0 Likes
0 Replies

Error with Queue Job and Laravel-Mongo DB

Hi ! I use this package and queue of Laravel 5.4. When I dispatch a job, I have an error : Next Ill...

0 Likes
0 Replies

Create a truly RESTful API with Laravel

##Hello, community! Today, I want to share and celebrate with you, my most recent achievement. I wor...

0 Likes
2 Replies

How make REST API in laravel 5?

Hello, I have angular app. I want use laravel5 like API server. This must be separated parts. Datab...

0 Likes
5 Replies

How to auth with Laravel 5.4

I keep getting all sorts of funny errors just by trying to see an application can actually work in L...

0 Likes
1 Replies

Memcached sessions not persisting

I am having no problems with file based sessions, but cannot get memcached sessions to persist on th...

0 Likes
9 Replies

Laravel request for specific unique field

Hi, I have my request form for destinations, it has, id, name and location_id so depending on the lo...

0 Likes
1 Replies

Laravel 5.4 with Moloquent give error when insert data

I have this error with moloquent/moloquent package. composer require moloquent/moloquent My Item cla...

0 Likes
0 Replies

morphOne relationship issue

Hello, I am having a issue with a morphOne relationship where it is creating new entries rather tha...

0 Likes
1 Replies

[RuntimeException] Unable to detect application namespace

Hi to all! When I use cmd command php artisan make:command FooCommand i get runtime error from thre...

0 Likes
12 Replies
Solved

Sublime text 3 and Laravel Collective Forms + Bootstrap Snippets

Hi, I have installed a package from this site: https://packagecontrol.io/packages/Laravel%20Forms%20...

0 Likes
1 Replies

How to display the list of directories in the view?

I am using laravel 5.4 and already register folders and subfolders, but I try to show in the view th...

0 Likes
1 Replies
posted 6 years ago

Response Cache-Control headers always 'private, must-revalidate', ignoring what I've set

I'm using the following, but this header is not set. return Response::view('doNotWantCachingOnThis')...

0 Likes
1 Replies
Solved

Change config value(s) from a form

Imagine I want to change the debug parameter from true to false. Is there something to WRITE "f...

0 Likes
6 Replies
Solved

Laravel Class Inheritance Naming convention

I was talking to my boss one day and he told that I should not use underscore for class, for example...

0 Likes
0 Replies

How to return to a previous page after validation errors occur

Hello, I have 3 pages. First page with a simple form Second page with a more advanced form. After f...

0 Likes
6 Replies

Class 'Collective\Html\HtmlServiceProvider' not found

Hello i am trying to use the form builders for laravel 5.2 but i keep gettign this same error Class...

0 Likes
8 Replies

Laravel Echo Server & Redis

Is there a way to broadcast manually events to specific private channels ? ( Directly from the nodej...

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.