Laravel v8.12
Install the dependencies and devDependencies and start the server. //Bağımlılıkları yükleyin.
$ cd laravel-blog
$ composer install
$ npm install
$ php artisan generate:keyCreate a .env file from .env.example than:
$ php artisan generate:keyYou can start the localhost whit this code.
$ php artisan serve
$ yarn watch