Presented by
Michaël Villeneuve
CTO @ ctrlweb
- We're hiring
- We're looking for sponsors
Vagrant + Homestead box
Vue.js (commonly referred to as Vue; pronounced /vjuː/, like view) is an open-source progressive JavaScript framework for building user interfaces.[4] Integration into projects that use other JavaScript libraries is made easy with Vue because it is designed to be incrementally adoptable.
Performance
HTML & CSS
Scale
Native Rendering
Performance
HTML & CSS
Scale
Native Rendering
Performance
HTML & CSS
Scale
Native Rendering
Performance
HTML & CSS
Scale
Native Rendering
php artisan preset react
Installation
ORM
Security / Users management
$ composer create-project --prefer-dist laravel/laravel my-awesome-idea
$ php artisan serve
Testing
Installation
ORM
Security / Users management
$ php artisan make:migration create_notifications_table
$ php artisan make:seed NotificationsTableSeeder
$ php artisan migrate
$ php artisan db:seed
Testing
Installation
ORM
Security / Users management
// Yep that simple
php artisan make:auth
Testing
composer require --dev laravel/dusk
// Install
php artisan dusk:install
// Test!
php artisan dusk