Movatterモバイル変換


[0]ホーム

URL:


Skip to content
DEV Community
Log in Create account

DEV Community

Cover image for Laravel & NuxtJS Starter pack
Adam Mateusz Brożyński
Adam Mateusz Brożyński

Posted on • Edited on

     

Laravel & NuxtJS Starter pack

This is an upgraded and modified version ofm2sd/nuxt-laravel-starter with BootstrapVue instead of Vuetify and Laravel 7 with Sanctum SPA Auth.

Features:

  • Laravel 7
  • Sanctum SPA Auth
  • public_html as public dir
  • NuxtJS (pallares/laravel-nuxt)
  • BootstrapVue
  • DotEnv
  • ESLint + VSCode support
  • Jest

Installation

  • Clone repository:
$git clone https://github.com/ordigital/laravel-nuxt-bs.git your-project$cdyour-project
  • Run auto-setup:
$./setup.sh

…which just executes commands below:

$npminstall# installs npm modules$npm audit fix# fixes to npm$composerinstall# installs composer modules$php artisan key:generate# generates app key in .env$touchdatabase/database.sqlite# creates sqlite database$php artisan migrate:fresh--seed# migrates and seeds database with example user
  • Edit.env and change:
APP_NAME="Name of your app"APP_DESC="Description of your app"APP_URL=http://localhost:8000DEV_URL=http://localhost:3000# axios baseURL for development
  • You can edit NuxtJS config innuxt.config.js and NuxtJS project inresources/nuxt
  • Run developement server:
$npm run dev
  • Open website and try to sign in asalf@melmack.mm using passwordlucky
  • To build for production:
$npm run build$php artisan serve

Top comments(0)

Subscribe
pic
Create template

Templates let you quickly answer FAQs or store snippets for re-use.

Dismiss

Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment'spermalink.

For further actions, you may consider blocking this person and/orreporting abuse

.
  • Location
    Częstochowa, Poland
  • Work
    Full stack developer at Ordigital
  • Joined

More fromAdam Mateusz Brożyński

DEV Community

We're a place where coders share, stay up-to-date and grow their careers.

Log in Create account

[8]ページ先頭

©2009-2025 Movatter.jp