Support the ongoing development of Laravel.io →

How do I make a form button, class and span class in blade?

How would I write the following for blade? <button type="submit" class="btn btn-w...

0 Likes
4 Replies

Database query: nested object

Hi, I am trying to create a beautiful API. Lets assume we have 2 tables, relationship one-to-many (a...

0 Likes
2 Replies
Solved
posted 11 years ago

Auth and testing

Bascily everything is working up to the point where I want to get the Auth::user()->id check the...

0 Likes
1 Replies
Solved
posted 11 years ago

DB Count on group by.

I have the following query that needs to count how many occurrences there is of the events (using an...

0 Likes
3 Replies
Solved

Help with Laravel+ODBC

I was searching the internet I saw many results saying its possible, tried some of them but I'm unab...

0 Likes
0 Replies

Model Observer And Events When Create

There are two ways to create new record in laravel $model = new MyModel; $model->field1 = 'value1...

0 Likes
1 Replies
Solved

How to setup a polymorphic relationship?

Hi guys! I have a posts table and a post may have one media. It can be a video or a gallery. This is...

0 Likes
0 Replies

boolean TRUE/FALSE not saving in DB

Hi, I have a boolean column in table. I have also added that field in $fillable in modal class. When...

0 Likes
0 Replies
posted 11 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 11 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 11 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 11 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 11 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 11 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 11 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

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.