Beta Development
Supplements the main Rakko app's locale functionality. Ability to control Locales through the database.
- /profiles
php artisan module:migrate Profiles
php artisan module:seed Profiles
General Publish "ALL" method
php artisan vendor:publish --provider="App\Modules\Profiles\Providers\ProfilesServiceProvider"
Specific Publish tags
php artisan vendor:publish --provider="App\Modules\Profiles\Providers\ProfilesServiceProvider" --tag="configs"
php artisan vendor:publish --provider="App\Modules\Profiles\Providers\ProfilesServiceProvider" --tag="images"
php artisan vendor:publish --provider="App\Modules\Profiles\Providers\ProfilesServiceProvider" --tag="views"
Intended to be used with: https://github.com/illuminate3/rakkoII