在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):cretueusebiu/laravel-nuxt开源软件地址(OpenSource Url):https://github.com/cretueusebiu/laravel-nuxt开源编程语言(OpenSource Language):PHP 81.3%开源软件介绍(OpenSource Introduction):Laravel-Nuxt
Features
Installation
UsageDevelopment# start Laravel
php artisan serve
# start Nuxt
npm run dev Access your application at Productionnpm run build Enable SSR
Nginx ProxyFor Nginx you can add a proxy using the follwing location block:
Process ManagerIn production you need a process manager to keep the Node server alive forever: # install pm2 process manager
npm install -g pm2
# startup script
pm2 startup
# start process
pm2 start npm --name "laravel-nuxt" -- run start
# save process list
pm2 save
# list all processes
pm2 l After each deploy you'll need to restart the process: pm2 restart laravel-nuxt Make sure to read the Nuxt docs. SocialiteThis project comes with GitHub as an example for Laravel Socialite. To enable the provider create a new GitHub application and use Edit For other providers you may need to set the appropriate keys in Email VerificationTo enable email verification make sure that your Notes
ChangelogPlease see CHANGELOG for more information what has changed recently. |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论