全文検索:
- 13 laravel-admin @11_php:02_framework:01_laravel
- 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 @11_php:02_framework:01_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
- 02 Silex
- === インストールしたいディレクトリに移動 ===== <code console> $ cd /var/www/html/web/ </code> ===== インストール ===== ==== ... de> 環境 ^ サーバIP ^ DocumentRoot ^ |172.16.20.100|/var/www/html/| サーバのドキュメントルートが/var/www/html/とすると、 サーバIP 172.16.20.100 下記でアクセスすると、「Hello World」が表示される。 http
- 42 Laravel 認証機能 @11_php:02_framework:01_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)を変更 @11_php:02_framework:01_laravel
- licy mappings for the application. * * @var array */ protected $policies = [