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

foreign key

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

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

Laravel migration problem , Please help me !

php artisan migrate command not working ! please help me

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

Laravel-Mitnick helps you secure your Laravel apps

Security is hard. It’s not always obvious what needs doing, and the payoffs of good security are at...

0 Likes
0 Replies

How do I deploy the laravel web app to cpanel

I'm slightly new to laravel and managed to build a simple website using laravel. I tried to deploy t...

0 Likes
14 Replies

How to structure a database table?

Seeking for experienced advice on structurizing the database table. I have a 7 day money balance tab...

0 Likes
2 Replies

Pluralization of phrases in inflector.

Hi. How can I add a rule to the inflector for pluralization of Spanish phrases? I have the following...

0 Likes
0 Replies
posted 5 years ago

Vue.js UI framework - Quasar v1 stable released

Do you plan to build SPA, PWA, SSR, Mobile App or Desktop with Laravel on a backend? Bet on Quasar -...

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.