全文検索:
- 13 laravel-admin
- igned not null auto_increment primary key, `name` varchar(255) not null, `email` varchar(255) not null, `email_verified_at` timestamp null, `password` varchar(255) not null, `remember_token` varchar(100) null, `created_at` timestamp null, `updated_at` times
- 12 Laravel
- r/vendor/bin:$PATH"' >> ~/.bash_profile </code> /var/www/vhost/hogehoge.comにインストールするとする。 <code> # cd /var/www/vhost/hogehoge.com # laravel new </code> ===... ramework 5.7.21 </code> ===== Apache側設定 ===== /var/www/vhost/hogehoge.comにlaravel newしたとする <code> <... lHost *:80> ServerName hogehoge.com DocumentRoot /var/www/vhost/hogehoge.com/public ・ ・ </code> ==== l
- 42 Laravel 認証機能
- tributes that are mass assignable. * * @var array */ protected $fillable = [ ... that should be hidden for arrays. * * @var array */ protected $hidden = [ '... at should be cast to native types. * * @var array */ protected $casts = [ 'e
- 43 Laravel APIトークン名(api_token)を変更
- licy mappings for the application. * * @var array */ protected $policies = [