Support the ongoing development of Laravel.io →

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 6 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 6 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 6 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 6 years ago

foreign key

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

0 Likes
0 Replies
posted 6 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 6 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 6 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
posted 6 years ago

Is there any dependency injection in laravel ??

The term 'dependancy injection ' is quite a powerful method . Laravel has that ?

0 Likes
4 Replies
posted 6 years ago

Implement Google Calendar API I got redirect_uri_mismatch er

Hello, I have laravel 5.8 app installed on ubuntu 18( under Digital Ocean ) under domain: https://ww...

0 Likes
1 Replies
posted 6 years ago

horde imap client

hello, I've installed horde imap client this way: $ pear channel-discover pear.horde.org $ pear inst...

0 Likes
0 Replies

Laravel 5.8 memory leak

Demo Repo https://github.com/fukuball/Leak58 Laravel memory leak example It is normal to loop and pr...

0 Likes
2 Replies
posted 6 years ago

Laravel migration problem , Please help me !

php artisan migrate command not working ! please help me

0 Likes
2 Replies
posted 6 years ago

Are routes with "_" chars valid ?

Hello, If there is a difference in route description of my laravel 5 app as : Route::post('run-user-...

0 Likes
0 Replies

SFTP issue

I want the pick the csv from the SFTP and use array to run in a loop in laravel

0 Likes
0 Replies

Can't Connect to Algolia using PHP/laravel

I work on a laravel project, and I want to use Algolia search . I'm using Laravel 5.8 , PHP 7.3.2, M...

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.

© 2025 Laravel.io - All rights reserved.