yuan
yuan

jusuu

@yuan

Laravel is elegant,but my laravel still at a beginner level,so,just run run run~

12 Posts 40 Views

  • No matching results...
  • Searching...

/ 255

I saw online today that you@nunowar have designed a new UI, which looks great. I think it can be shared with everyone. what do friends think?
image

2

332

pinkary release Laravel's study notes. What are some good solutions?∞

143

The Laravel team has developed a one-click installation script, thus lowering the barrier to entry.

This documentation now includes new installation methods, all utilizing one-click scripts, supporting macOS, Windows, and Linux.

# macos
/bin/bash -c "$(curl -fsSL php.new/install/mac)"

# windows
Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('php.new/install/windows'))

# linux
/bin/bash -c "$(curl -fsSL php.new/install/linux)"

The script will install PHP Composer and Laravel installer. After success, it can be used directly

Laravel new example-app

cd example-app

php artisan serve

1

155

windows, I like to use laragon, it's very lightweight

1

45

The GET method is not supported for route logout. Supported methods: POST.
When log out of your account, the above error will be reported. We still can’t find where the BUG is caused。
used Livewire 3 and mary-ui
image

2

341

Thank you

112

Why do developers comment out code instead of deleting it?

4

299