1- ![ Downloads] ( https://img.shields.io/packagist/dt/lloadout/enforce .svg?style=flat-square )
1+ ![ Downloads] ( https://img.shields.io/packagist/dt/lloadout/inforce .svg?style=flat-square )
22
33<p align =" center " >
4- <img src="https://github.com/LLoadout/assets/blob/master/LLoadout_enforce .png" width="500" title="LLoadout logo">
4+ <img src="https://github.com/LLoadout/assets/blob/master/LLoadout_inforce .png" width="500" title="LLoadout logo">
55</p >
66
77# LLoadout
88
99LLoadout is your loadout for Laravel. It helps you with tips , code examples and packages to make you a better Laravel developer.
1010
11- # LLoadout Enforce
11+ # LLoadout nforce
1212
13- With LLoadout Enforce you will kickstart your Laravel development when using Laravel Jetstream and Spatie permissions.
13+ With LLoadout Inforce you will kickstart your Laravel development when using Laravel Jetstream and Spatie permissions.
1414
1515## Users, roles and permissions
1616
17- LLoadout Enforce will add a ui for managing users, roles, permission and menus. It will also provide you with
17+ LLoadout inforce will add a ui for managing users, roles, permission and menus. It will also provide you with
1818an ui to link users to roles and assign permissions to roles.
1919
2020## Installation
2121
2222``` shell
23- composer require lloadout/enforce
23+ composer require lloadout/inforce
2424```
2525
2626If you are starting from a new installation and need to install Laravel Jetstream or Spatie Permissions , you need to do the additional steps
2727documented at the end of this documentation.
2828
2929### Assets
3030
31- LLoadout enforce uses some default menus and permissions, these can be created via the provided migrations and seeder.
31+ LLoadout inforce uses some default menus and permissions, these can be created via the provided migrations and seeder.
3232
3333``` shell
34- php artisan vendor:publish --tag=LLoadoutEnforce -migrations
35- php artisan vendor:publish --tag=LLoadoutEnforce -seeders
34+ php artisan vendor:publish --tag=LLoadoutInforce -migrations
35+ php artisan vendor:publish --tag=LLoadoutInforce -seeders
3636php artisan migrate
37- php artisan db:seed --class=EnforceSeeder
37+ php artisan db:seed --class=InforceSeeder
3838```
3939
4040You also have to publish the datatables components configuration to set the theme to tailwind
@@ -48,12 +48,12 @@ Change the `theme` config setting to `tailwind` in the published file.
4848### Publish optional assets
4949
5050``` shell
51- php artisan vendor:publish --tag=LLoadoutEnforce -views
51+ php artisan vendor:publish --tag=LLoadoutInforce -views
5252```
5353
5454## Logging in
5555
56- LLoadout enforce will default create a user with username of ` john@doe.com ` and the password ` password `
56+ LLoadout inforce will default create a user with username of ` john@doe.com ` and the password ` password `
5757
5858## Navigation
5959
0 commit comments