Skip to content
Advertisement

Tag: laravel-5.1

Laravel – Set global variable from settings table

I’m trying to store all my settings from my settings table into a global variable, but I’m stucked now(I have no idea what’s the next step), this is my actual model and seeder: model – Settings.php seeder – SettingsTableSeeder.php How can I store all the data inside the settings table and make then acessible from blade, or any controller or

Advertisement