Support the ongoing development of Laravel.io →

Doing some custom routing groups, could use advice

So, I am building an application that has a few models that I want to manage on site. There are like...

0 Likes
0 Replies

L5 - Return validation errors with old user input

I have a simple form to store a record in a database with some basic validation. If a required field...

0 Likes
2 Replies

Lang::get() replaced error.

Hello. I've used the Lang :: get () in Laravel 5. In this case, I wrote the code to perform the to r...

0 Likes
1 Replies

Mysql CRUD generator in Laravel 4

Hello to everyone, there is any way to create the CRUD from a database such as other frameworks like...

0 Likes
3 Replies
Solved

How to use queries in Laravel?

Hello so I've been using PHP + PDO for a while now and wanted to try out Laravel, however when I did...

0 Likes
9 Replies

Mysql Joins

Hi. I am fairly new to Laravel so forgive me if this is a beginner question :-). I am currently tryi...

0 Likes
1 Replies

file_put_contents(~/services.json): failed to open stream: Permission denied

I've already chmod -R 777 to all directories and files. chown -R nginx:nginx to all directories and...

0 Likes
3 Replies
posted 9 years ago

Explicit declared attributes

Laravel declares the set of attributes for a class runtime by taking the according table fields. Is...

0 Likes
2 Replies

Eloquent: Filter by joining two "belongsToMany" relations

I have the following tables in my database: recipes id name users id name badges id name badge...

0 Likes
5 Replies
posted 9 years ago

Error Send email - Mail::send()

Anyone can help me to figure it out my issue regarding send email please see what I've got ErrorExce...

0 Likes
3 Replies
Solved

Confused on Validator Class and Requests

I can get validation to work for basic things using a Request and the authorize and rules sections o...

0 Likes
0 Replies

Creating a sub-domain route from a primary key

Hello, I currently have a page that lists all of the 'products' in my database by name. I am trying...

0 Likes
4 Replies

Laravel Migrate

Hello guys. I'm wondering how i can do single change in single table without affected on other table...

0 Likes
1 Replies
Solved

Problem with mcrypt installed with homebrew

Hello everyone, I've a problem with my extension mcrypt I installed mcrypt with homebrew and when I...

0 Likes
1 Replies
Solved
posted 9 years ago

Problem with unit tests in Laravel 5, PHPStorm, i cannot test with HTTP Request!

Hello there, I have problem when I'm trying to test through any http request, It give: Expected stat...

0 Likes
3 Replies
posted 9 years ago

Composer error

Hey everyone, Got a error when I run composer update, it first updates everything and creates the lo...

0 Likes
4 Replies
Solved

Filter CSRF Token not working on the first time open webpage

I am using Laravel 4 and i also knew how to used token verify. Everything work perfect except for 1...

0 Likes
1 Replies

CSRF token empty

I destroy all session before create a form. And input CSRF token empty. Controller class TestControl...

0 Likes
2 Replies
Solved

L5: Validate request-route('id')

Hi everyone, I have a route Route::get('user/{id}', 'UserController@profile'); and a UserController...

0 Likes
2 Replies
Solved

Approve users after registration

Is it possible to modify the built in Auth so that new user registrations need to be approved? I gue...

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.