// Read It and Use in terminal // php artisian make:controller controllername // For get localhost // php artisan serve php artisan make:component Componentname (First leter is capital e.g Input) // Migeration php artisan config:Cache // Create table in database php artisan migrate // Create Table in Database Through Migeration php artisan make:migration create_table_name_table // Replace _table_name_ with table name // For delete current migrate table php artisan rollback