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

BindingResolutionException: Target [...] is not instantiable.

###Laravel 5 question### I created a service provider, in which, basing on URL, I bind a certain int...

0 Likes
1 Replies

Laravel : All validation rules fail always

I am trying to validate a retrieved form with User::$rules and the validation always return failed w...

0 Likes
1 Replies
Solved

Get user from WebSocket connection

Hey! I have just started to create a Laravel application featuring websockets. I have managed to cre...

0 Likes
0 Replies

Redirect Intended URL

Using Laravel 5, though this accured in previous versions too. Issue: I'm getting the redirect url s...

0 Likes
0 Replies

create global object or variable

how to create global object or variable without singleton in laravel?

0 Likes
1 Replies
posted 10 years ago

How to work with environment in L5?

Is there any manuals or tutorials how to arrange env files and load data from them?

0 Likes
4 Replies
posted 10 years ago

[L5]assets for Package Development

on Package Development, public function boot() { $this->loadViewsFrom(__DIR__.'/p...

0 Likes
1 Replies

Performance issue

Hello misters, I want to test Laravel 4.2 for the first time and i am very surprised by the perform...

0 Likes
1 Replies

Storing time, date or datetime

I have a 'create event' form where I'd like for the user to be able to submit info along with a date...

0 Likes
2 Replies
posted 10 years ago

Where I should place Blade::extend in Leravel 5?

Hello. I tried to place Blade::extend to bootstrap/blade.php. Then I require this file in bootstrap/...

0 Likes
1 Replies
posted 10 years ago

How to modify built in authentication in Laravel 5?

I want to be able to distinguish if a user is Administrator, and if he is to redirect him appropriat...

0 Likes
5 Replies
posted 10 years ago

What is better for a database? 1 table or more?

Hello. I want to create a database, but always ask myself if i am doing a good scheme. I would like...

0 Likes
4 Replies

fresh install of laravel5 on production server gets : internal server error 500

just out of the box laravel new MYWEBSITE results in the above

0 Likes
1 Replies

PHP-FPM + Laravel + Nginx + Ubuntu permission

I tried to search about this question before, but there seems to be nowhere where it is explained th...

0 Likes
0 Replies
posted 10 years ago

Method not found while using validator::extend

Hello, I am getting error in L5: call_user_func_array() expects parameter 1 to be a valid callback,...

0 Likes
0 Replies

invalid credentials after password_reset on login

I'm on Laravel 4.1.3 I used the password_reset everythings seems to work email is sent , reset passw...

0 Likes
0 Replies

Combined aggregate query in Eloquent

Hi I'm new to Laravel/Eloquent and am trying to use the following query with eloquent [L5]. 'SELECT...

0 Likes
0 Replies

Homestead up: no more space left

I'm new in laravel. So I choose to use laravel homestead for greater compability environment. I inst...

0 Likes
4 Replies

Slow Application response time on production application (Narrowed down via newrelic)

I set up a laravel app running on a AWS EC2 (m3.2xl) using NGINX and php5-fpm. The database is using...

0 Likes
1 Replies
posted 10 years ago

Regex with unicode characters in route filter

Hi, I have this route in my routes.php: Route::get('/name/{id}.{format}', 'NameController@showName')...

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.

© 2025 Laravel.io - All rights reserved.