All public logs
Combined display of all available logs of Corat Coret. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 10:00, 24 June 2024 Johan Efendi talk contribs created page Laravel More Command (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...")