issues Search Results · repo:laracasts/Presenter language:PHP
Filter by
32 results
(78 ms)32 results
inlaracasts/Presenter (press backspace or delete to remove)My Model :
?php
namespace App\Models;
use App\Presenters\InventoryOutProductPresenter;
use Illuminate\Database\Eloquent\Factories\HasFactory;
use Illuminate\Database\Eloquent\Model;
use Laracasts\Presenter\PresentableTrait; ...
sezohessen
- Opened on Mar 15, 2023
- #54
With many other presenter packages out there, I keep coming back to this one for its simplicity and flexibility (others
seem to limit themselves to much more restricted use-cases).
Anyway, tried adding ...
judgej
- Opened on Dec 5, 2022
- #52
https://packagist.org/packages/laracasts/presenter Larvel 9.0 is not supported
alanchang15
- 1
- Opened on Feb 23, 2022
- #51
I say that because a long time is not updated and there are some changes that need to be done.
guilhermegonzaga
- 9
- Opened on Jan 16, 2016
- #45
It seems like something has changed with Laravel 5.
Currently I m not able to use a function name which is equal to the name of the property. So this is not working and I
can t figure it out why
public ...
pixelpeter
- 3
- Opened on Apr 6, 2015
- #38
Why don t we rather use Traits for this?
Than we could have multiple prester-traits and it would still be nicely clean.
And it is very annoying to keep writing $model- present()- something.
vojtatranta
- 1
- Opened on Mar 27, 2015
- #37

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.