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

How to redirect to a default View on a failure to render?

Very occasionally a request to my Paypal iframe view fails for some reason on Paypals end. This upst...

0 Likes
5 Replies
posted 10 years ago

Weird Blade/Chrome CSS Rendering delay

Hi! I am a super Laravel noob so please take it easy :) I have a simple site with 4 divs that are ce...

0 Likes
2 Replies
posted 10 years ago

I have to ask - who is your designer?

They have minimal design down-pat. Laravel's sites have all looked beautiful while using very littl...

0 Likes
3 Replies

Codeception, Custom Validators and Ardent

Hi all, I have a problem. It seems that Codeception doesn't recognize the validator rules that I ins...

0 Likes
0 Replies

Optional Route Parameters In Views

Hi everyone - I have a quick question on working with optional route parameters in views. I have a r...

0 Likes
3 Replies
Solved

Table data as form input when editing a resource

I was wondering if there is any good way to treat table data as form input data. That's probably cle...

0 Likes
0 Replies
posted 10 years ago

Filter laravel collection

Hi folks, I'm having problems with filtering related objects: 2 Tables: customers and bills A custom...

0 Likes
2 Replies
posted 10 years ago

{{trans('messages.title')}} use vars something like $title

Hi, Is it possible when I translate a title like {{trans('page.title')}},receive the value 'title'...

0 Likes
3 Replies
Solved

How to calculate in java a Bcrypt password compatible with Laravel

I have a system built in laravel and I have created an API. The problem is in Authentication. I have...

0 Likes
4 Replies
posted 10 years ago

Dribbble, Forrst, and Behance API Packages

Hey Everyone, I needed to use the Dribbble, Forrst, and Behance API's in a project so I thought I wo...

0 Likes
0 Replies

Laravel installer + project in github workflow?

Hi, I'm just starting with Laravel. I created a project using the installer: laravel new my-project...

0 Likes
3 Replies
Solved
posted 10 years ago

Error when running migrations

I'm trying a simple migration(give below), but I get the "SQL Syntax Error or Access Violation&...

0 Likes
2 Replies
Solved

How to override the Model that morphTo will create?

Hi guys! I have a posts table having these fields id content post_type media_id postable_type The...

0 Likes
0 Replies

Error Messages for custom Validation

Hey guys, I am having some trouble getting my error messages to show for my custom Validation class....

0 Likes
2 Replies
Solved
posted 10 years ago

Is this an ERP application?

Hey peeps got a question, that has nothing to do with laravel hope it dont bothers anyone. So im dev...

0 Likes
1 Replies

MMORPG Game

Hello , I would like to make game like Ogame with Laravel...can soomeone recommend site structure..w...

0 Likes
1 Replies

Migrate How to Change Column by One Setp

I want change password column length 32 to 60 Why this is not work, if (Schema::hasColumn('users', '...

0 Likes
0 Replies

manual pagination

in controller : $push_arr = [ ...] $paginator = Paginator::make($push_arr, Category::count(),10); r...

0 Likes
2 Replies
posted 10 years ago

deleting with associations

Hi all, I have a User model that hasMany Assessments so: class User...{ public function assessment()...

0 Likes
2 Replies

Password reset token not found in User table ?

I'm creating a password reset functions as descibed in the Laravel docs. I've generated the password...

0 Likes
3 Replies
Solved

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.