LoginSignup
1

More than 5 years have passed since last update.

(メモ)Laravel / Ruby on Rails 対比表

Last updated at Posted at 2017-12-22
Laravel Ruby on Rails
公式ドキュメント https://laravel.com/docs/ http://guides.rubyonrails.org/
API一覧 https://laravel.com/api http://api.rubyonrails.org/
GitHub https://github.com/laravel/laravel https://github.com/rails/rails
パッケージマネージャ composer bundler
コマンドツール artisan rails command
ORM Eloquent Active Record
Dependency Injection Container
テンプレートエンジン Blade ERB
Application Lifecycle https://laravel.com/docs/lifecycle
開発環境セットアップ homestead rails-dev-box

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1