• skip to content

fl8 Wiki

User Tools

  • Log In

Site Tools

  • Recent Changes
  • Media Manager
  • Sitemap
You are here: Dokuwiki.fl8.jp » name
Trace: • VMware Toolsをインストールする。

name

Search

You can find the results of your search below.

Exact match
  • Exact match
  • Starts with
  • Ends with
  • Contains
@11_php:02_framework
  • Any namespace
  • 11_php:02_framework:01_laravel (13)
Any time
  • Any time
  • Past week
  • Past month
  • Past year
Sort by hits
  • Sort by hits
  • Sort by last modified

Fulltext results:

05 FormServiceProvider
8 Hits, Last modified: 12 years ago
unction() use($app) { $data = array( 'name' => 'Your name', 'email' => 'Your email', ); $form = $app['form.factory']->createBuilder('form', $data) ->add('name') ->add('email') ->add('gender', ... {{ form_widget(form) }} <input type="submit" name="submit" /> </form> </body> </html> </code> ====
29 Laravel Custom Validation @11_php:02_framework:01_laravel
6 Hits, Last modified: 7 years ago
===== <code> resources/lang/ja/validation.php 'name' => 'The :attribute no valid name', 'attributes' => [ ... 'family_name_name' => 'ふりがな(せい)', </code> ===== カスタムバリデーションを利用 ===== <code> $request->validate([
16 Laravel コマンドラインアプリケーション @11_php:02_framework:01_laravel
4 Hits, Last modified: 6 years ago
sample/test.php > protected $signature = 'command:name'; ↓ protected $signature = 'command:test'; prote... code> public function handle() { $name = $this->argument("name"); $this->info("Hello $name"); } </code> ===== オプションを指定する場合 ===== オプション指定 protected $sig
02 Silex
3 Hits, Last modified: 12 years ago
'; $app = new Silex\Application(); $app->get('/{name}', function ($name) use ($app) { return 'Hello '.$app->escape($name); }); $app->run(); </code> 環境 ^ サーバIP ^ Documen
26 Laravel FormBuilder @11_php:02_framework:01_laravel
3 Hits, Last modified: 7 years ago
php artisan make:form Forms/SongForm --fields="name:text, lyrics:textarea, publish:checkbox" <code|a... uildForm() { $this ->add('name', 'text') ->add('lyrics', 'textarea')... php> Route::any('song','SongsController@create')->name('song'); </code> ===== view追加 ===== <code|resou
27 Laravel Voyager @11_php:02_framework:01_laravel
3 Hits, Last modified: 6 years ago
songsになります。 resources/views/vendor/voyager/[slug-name] 以下にbrose.blade.phpとedit-add.blade.phpを置けばオーバライドさ... te::get('songs','Voyager\SongsController@index')->name('voyager.songs.index')->middleware('admin.user');... e::post('songs','Voyager\SongsController@index')->name('voyager.songs.index')->middleware('admin.user');
30 Laravel Mail @11_php:02_framework:01_laravel
3 Hits, Last modified: 4 years ago
ources/views/mail/MailSend.blade.php {{$content->name}} さんはじめまして。 テストメール </code> ===== 4.mailableクラスの... uminate\Support\Facades\Mail; $contents->name = $request->get('name'); Mail::to('to@hogehoge.net') ->bcc('bcc@hogehoge.net')
37 Laravel Config ge @11_php:02_framework:01_laravel
2 Hits, Last modified: 7 years ago
.php <?php return [ 'hogehoge' => [ 'name' => 'hoge', 'status' => 1, ] ]; >>> c... onfig('const2') => [ "hogehoge" => [ "name" => "hoge", "status" => 1, ], ] <
42 Laravel 認証機能 @11_php:02_framework:01_laravel
2 Hits, Last modified: 6 years ago
rray */ protected $fillable = [ 'name', 'email', 'password', ]; /** * The... (); Route::get('/home', 'HomeController@index')->name('home'); </code> ===== app/Http/Controllers/Home
47 Laravelコマンドからコマンドヘルプを呼び出す @11_php:02_framework:01_laravel
2 Hits, Last modified: 4 years ago
時に対象コマンドのヘルプが表示されます。 $this->call('help',['command_name'=>'コマンド名']) <code> protected $signature = 'comm... ult: $this->call('help',['command_name'=>'command:TestCommand']); exit;
03 Silex Monolog
1 Hits, Last modified: 7 years ago
vider\MonologServiceProvider(), array( 'monolog.name' => 'AAAA', 'monolog.logfile' => __DIR__.'/log/
12 Laravel @11_php:02_framework:01_laravel
1 Hits, Last modified: 7 years ago
new [--dev] [--5.2] [--] [<name>] 対応 <code> # yum install php-pecl-zip </code>
13 laravel-admin @11_php:02_framework:01_laravel
1 Hits, Last modified: 7 years ago
nt unsigned not null auto_increment primary key, `name` varchar(255) not null, `email` varchar(255) not
14 Laravel Model @11_php:02_framework:01_laravel
1 Hits, Last modified: 5 years ago
DB::table('test_tables')->insert([ 'name' => 'default_user', ]); </code> <code|da
22 Laravel-admin viewカスタマイズ @11_php:02_framework:01_laravel
1 Hits, Last modified: 7 years ago
f="{{ admin_base_path('/') }}"><b>{{config('admin.name')}}</b></a> ↓ 28 <a href="{{ admin_
43 Laravel APIトークン名(api_token)を変更 @11_php:02_framework:01_laravel
1 Hits, Last modified: 6 years ago

Page Tools

  • Show page
  • Old revisions
  • Backlinks
  • Back to top
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Noncommercial-Share Alike 4.0 International
CC Attribution-Noncommercial-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki