Question: PHP artisan provides a command-line interface for laravel. Write down PHP artisan commands for the following scenarios. 1. Create a model with the name student
PHP artisan provides a command-line interface for laravel. Write down PHP artisan commands for the following scenarios.
1. Create a model with the name student 2. Create a controller with the name students-controller 3. Create a migration for the student class 4. Run the project 5. Migrate table to the database 6. Create new project 7. Install bootstrap auth package 8. Check the composer version
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
