I have developed an app in Laravel (and i used this plugin to add roles/permissions http://ift.tt/1dURk13)
I need to create some basic data for my app in Laravel only the first time the app is used (a few roles and permissions), this data shouldnt be created every time.
I couldnt find a function or event which i could use. Im trying to avoid doing:
if(role is not created)
create it
else
do nothing
via Chebli Mohamed
Aucun commentaire:
Enregistrer un commentaire