Skip to content

eubans/laravel-vue

Repository files navigation

picture alt

PrimeTech Base Boilerplate

Installation

  • Create new .env file from copying .env.example
  • Install PHP dependencies: composer install
  • Generate laravel app key php artisan key:generate
  • Migrate and run seeder: php artisan migrate:fresh --seed
  • Install node dependencies: npm install
  • Run command npm run watch to start vue js development
  • Run command npm run prod to build for production
  • Run command php artisan serve to start php server which will run the app

License

The PrimeTech is open-sourced software licensed under the MIT license.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published