Support the ongoing development of Laravel.io →

IAmJulianAcosta

Joined 27 Oct 2014

Statistics

Threads 5
Replies 3
Solutions 0
Articles 0

How can I debug artisan command?

I'm using PHPStorm to debug my application, and it works fine, but how can I debug an artisan comman...

0 Likes
1 Replies

Where to put reusable code used by two Controllers

Hi, I'm developing an app where I have to reuse a Controller code in two different Controllers. The...

0 Likes
1 Replies

File permission based on Laravel users

Hi, I have to do a simple task: Create access permission to files using Laravel user. Example: I wan...

0 Likes
0 Replies

Route not working after resourceful route

Hi, I'm trying to establish two routes: Route::resource('city', 'CityController'); Route::get('city/...

0 Likes
2 Replies
Solved

Chaining hasManyThrough relationships

Hi! I have a model named User, that has an one to many relationship with a model named City, that ha...

0 Likes
2 Replies
replied 7 years ago

migration, add primary key to id, username, email

https://github.com/laravel/framework/issues/15238

0 Likes
replied 9 years ago

Chaining hasManyThrough relationships

I found that using hasManyThrough I can access for example all the Users in a State, but I don't kno...

0 Likes
replied 9 years ago

I can not get inputs from a PUT/PATCH request

PavelPolyakov said: ok, it looks like in postman you should point that the data you send is 'x-www-...

0 Likes

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.