Support the ongoing development of Laravel.io →

Problem with foreach and design of table

Hi, I have a problem with the cells in the table after foreach loop. He does not want to sort me the...

0 Likes
0 Replies
posted 4 years ago

doctrine/inflector v1.3.0 requires php ^7.1

i got error doctrine/inflector v1.3.0 requires php ^7.1 -> your PHP version (7.0.0) does not sat...

0 Likes
0 Replies

How can I binding collection of model in laravel Blade

Hi all I have a view that I passed a collection of objects by route, I use laravel-datatable and fil...

0 Likes
0 Replies

I need to custom return data pagination and view path

I need to custom return data like this and view path but I dont know how to extend service provider,...

0 Likes
1 Replies
posted 4 years ago

Convert id to name automatically

Good morning. I am working with a table that has like, 20 relationships, i save to the table the ID...

0 Likes
0 Replies
posted 4 years ago

split vue component file into independant file

hello, because I have some big vue component that only require to be available on some spécific file...

0 Likes
0 Replies

Laravel Point of Sale

This is the proud moment for us, now we are announcing one of our key extension "Laravel Point...

0 Likes
4 Replies
posted 4 years ago

Pass through an ID and then update table

Hi, on my page at the moment, when I register a new user I then create a new venue too public fu...

0 Likes
0 Replies

List Categories with count of associated products Laravel 5

I would like to have a list of categories of products with the respective quantity of products assoc...

0 Likes
0 Replies

How to resolve "Whoops, looks like something went wrong"

I am new in Laravel 5. I realized that Each time I try to do a password reset. or create a new accou...

0 Likes
5 Replies
posted 4 years ago

How to upload laravel project on Cpanel subdomain?

I have a laravel website that has domain name eg:- www.website.com but on the other hand I am trying...

0 Likes
1 Replies
posted 4 years ago

How use background-image in Blade

I use some css3 class, bootstrap and it has not worked for me. I searched the internet and could not...

0 Likes
1 Replies
posted 4 years ago

select count from different models

I have a model Users with users.user_id referencing another model Chapters with chapters.id. How do...

0 Likes
1 Replies
posted 4 years ago

foreign key

hello, I have a table defined so: $table->unsignedInteger('id'); $table->integer('...

0 Likes
0 Replies
posted 4 years ago

Date Attribute Casting not working

I have a model class Enrolled extends Model { protected $table = 'enrolled'; protected $casts = [...

0 Likes
0 Replies
posted 4 years ago

What's wrong with this if?

@if({{Auth::user()->usr_acesso_cadastro_pessoas==0}}) @endif

0 Likes
1 Replies

laravel mysql

as we know we can't trust user input and insert it directly to database so how can I make a prepare...

0 Likes
0 Replies

Cancel event before propagation

I'm using Laravel events for broadcasting to pusher package (I'm using Laravel websockets, so it's n...

0 Likes
0 Replies
posted 4 years ago

User cannot Login after Logout

Hi. I am currently working on a laravel project. I am kind of new to this. Problem is: I am successf...

0 Likes
0 Replies

Make auth with another table except from default users

auth.php 'guards' => [ 'web' => [ 'driver' => 'session', '...

0 Likes
0 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.

© 2024 Laravel.io - All rights reserved.