随笔分类 -  laravel

摘要:Reference: https://laravel.com/docs/5.7/queries 阅读全文
posted @ 2018-12-16 13:21 cyany_blue 阅读(113) 评论(0) 推荐(0)
摘要:提前配置测试数据 write random data and config run in DatabaseSeeder.php 阅读全文
posted @ 2018-12-16 12:06 cyany_blue 阅读(111) 评论(0) 推荐(0)
摘要:create table you can config table filed : run : php artisan migrate caused a error!!! so you should edit run again: you can rollback : roll back all o 阅读全文
posted @ 2018-12-16 11:21 cyany_blue 阅读(169) 评论(0) 推荐(0)
摘要:create middleware now ,example to use middleware and then regiseter in kernal.php create controller edit controller run php artisan serve 阅读全文
posted @ 2018-11-22 08:15 cyany_blue 阅读(118) 评论(0) 推荐(0)
摘要:to config your route in your router/web.php example one: detail route blade template map ; you should create a file named hello.php in your views/hell 阅读全文
posted @ 2018-11-18 11:33 cyany_blue 阅读(360) 评论(0) 推荐(0)
摘要:First step,install composer ,as same as npm https://getcomposer.org/download/ install .it spend long time run it open you browser and navigate to http 阅读全文
posted @ 2018-11-18 10:33 cyany_blue 阅读(143) 评论(0) 推荐(0)