Posts

Showing posts from September, 2023

Anonymous Migrations in Laravel

id(); $table->timestamps(); }); } /** * Reverse the migrations. */ public function down(): void { Schema::dropIfExists('posts'); } };

Default virtual hosts file in laragon - etc\apache2\sites-enabled\00-default.conf

contents of etc\apache2\sites-enabled\00-default.conf file: AllowOverride All Require all granted