Skip to content

Instantly share code, notes, and snippets.

View ramaID's full-sized avatar
🏠
Working from home

Qisthi Ramadhani ramaID

🏠
Working from home
View GitHub Profile
<?php
/**
* In your Livewire model for the list of items
*/
class ItemList extends Component
{
// rest of component
@ramaID
ramaID / HasLinks.php
Created October 14, 2020 14:32 — forked from tanthammar/HasLinks.php
No more controllers! Only Laravel LiveWire SPA routes and a handy Eloquent Model trait.