21.
The command is used to start laravel server is
A
php artisan serve
B
php artisan start
C
php artisan start-server
D
php artisan project_name
24 practice sets · Page 2 of 2
The command is used to start laravel server is
php artisan serve
php artisan start
php artisan start-server
php artisan project_name
Laravel command line interface is
CLI
php artisan
composer
git
All records from Laravel collection are return by which collection method?
->all()
->get()
->where()
->whereAll()
Laravel is based on
MVVM Design Pattern
MVC Design Pattern
Singleton Design Pattern
Composite Design Pattern