在laravel 5.1中使用身份验证时调用函数

时间:2015-10-03 18:56:25

标签: php laravel laravel-5.1

我为注册用户使用身份验证默认控制器。当我注册comleted时,我想调用函数来保存其他数据库上的一些额外数据。 我怎么能这样做?

1 个答案:

答案 0 :(得分:1)

AuthController

这是处理注册的功能。您可以在List<String> input = Arrays.asList("A", "B", "C", "D", "E", "F", "G", "H", "I", "J", "K", "L", "M", "N", "O"); List<String> output = new ArrayList<>(input.size()); for (int col = 0; col < 3; col++) for (int row = 0; row < 5; row++) output.add(input.get(row * 3 + col)); System.out.println(input); System.out.println(output);

中的自定义代码旁边再次编写它