Skip to main content

Sadržaj

RBAC APPLICATION

composer require spatie/laravel-permission composer require laravelcollective/html php artisan vendor:publish --provider="Spatie\Permission\PermissionServiceProvider"

php artisan migrate:fresh php artisan db:seed --class=PermissionTableSeeder

php artisan db:seed --class=CreateAdministratorUserSeeder php artisan db:seed --class=CreateKorisnikUserSeeder

login podaci admin - mkopcic@gmail.com // 123456

application packages

https://laravelactions.com/2.x/installation.html https://github.com/blade-ui-kit/blade-icons

telescope

composer require laravel/telescope php artisan telescope:install php artisan migrate

logs

composer require opcodesio/log-viewer php artisan vendor:publish --tag="log-viewer-config"

debug and ide

composer require barryvdh/laravel-debugbar --dev composer require --dev barryvdh/laravel-ide-helper

currently installed

PDF - DOM Pdf

composer require barryvdh/laravel-dompdf

device detect

composer require jenssegers/agent https://github.com/jenssegers/agent

excel

https://github.com/SpartnerNL/Laravel-Excel https://docs.laravel-excel.com/3.1/getting-started/

debug larastan

https://github.com/nunomaduro/larastan

datatables

https://github.com/yajra/laravel-datatables

optional# ## not used

https://laravelcollective.com/ https://spatie.be/open-source?search=&sort=-downloads https://github.com/spatie/laravel-searchable https://github.com/spatie/laravel-query-builder https://github.com/LaravelDaily/Best-Laravel-Packages https://packalyst.com/

#error pages php artisan vendor:publish --tag=laravel-notifications php artisan vendor:publish --tag=laravel-errors

email after password change

https://medium.com/@smayzes/send-email-after-changing-password-in-laravel-55f1f656fdc9 php artisan make:listener SendPasswordResetEmail