Support the ongoing development of Laravel.io →

Debiprasad

Joined 18 Jun 2014

Statistics

Threads 4
Replies 5
Solutions 1
Articles 0

Redirecting user to another page with messages

Here is the excerpt from Controller code for adding a new user: public function store() { $input =...

0 Likes
1 Replies
Solved
posted 10 years ago

Default formatting of messages in validation

On "Working With Error Messages" section of Validation on the document pages, it has has b...

0 Likes
1 Replies
posted 10 years ago

What's the advantage of not creating 'id' attribute if the label is not created before?

Have a look at this thread on the archived forum. It says that if we use the following code: {{ Form...

0 Likes
0 Replies
posted 10 years ago

What is the MySQL datatype SET equivalent in Laravel Schema?

Laravel Schema has a command for ENUM equivalent to the table. What is the SET equivalent to the tab...

0 Likes
1 Replies
replied 9 years ago

Missing .env in fresh Laravel project.

Debiprasad said: Unfortunately for me, when I installed Laravel 5.1 with Composer, the following fi...

0 Likes
replied 9 years ago

Missing .env in fresh Laravel project.

Unfortunately for me, when I installed Laravel 5.1 with Composer, the following files are missing: ....

0 Likes
replied 9 years ago

How to append hashtag(#) to end of url with Redirect

Marwelln said: A better way would be to append #hash after URL::route(...) so you won't get a quest...

0 Likes
replied 10 years ago

Redirecting user to another page with messages

withInput() and withErrors() are reserved methods. Also the $errors and $input variables are made gl...

0 Likes
Solved
replied 10 years ago

What is the MySQL datatype SET equivalent in Laravel Schema?

As of now Laravel Schema Builder does not support SET datatype for columns. So, here is an alternati...

0 Likes

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.