Laravel Key Commands






  1. .
    php artisan make:migration create_users_table --create=users
    


composer create-project --prefer-dist laravel/laravel blog
  1. .
php artisan serve
  1. .
php artisan make:model Flight --migration

php artisan make:model Flight -m
  1. .if we make model it makes the migration for table too as they are related 
php artisan migrate
  1. .
php artisan migrate:rollback
  1. .
php artisan route:list
  1. .it shows the total route list
  2. .

  1. .
  2. .
  3. .
  4. .
  5. .
  6. .
  7. .
  8. .
  9. .
  10. .
  11. .
  12. .
  13. .
  14. .
  15. .
  16. .
  17. .
  18. .
  19. .
  20. .

মন্তব্যসমূহ

এই ব্লগটি থেকে জনপ্রিয় পোস্টগুলি

Web Scraping With PHP

AJAX => Asynchronous JavaScript And XML.

Learn React