Laravel More Command: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

24 June 2024

  • curprev 10:0010:00, 24 June 2024Johan Efendi talk contribs 1,085 bytes +1,085 Created page with "=Installasi= <syntaxhighlight lang="bash"> composer require theanik/laravel-more-command php artisan vendor:publish --provider="Theanik\LaravelMoreCommand\LaravelMoreCommandProvider" --tag="config" </syntaxhighlight> =Cheat Sheet= <syntaxhighlight lang="php"> php artisan make:repository UserRepository php artisan make:repository Backend/UserRepository # dengan interface php artisan make:repository your-repository-name -i </syntaxhighlight> <syntaxhighlight lang="php..."