Skip to content

podrezov/simple-single-page-app

 
 

Repository files navigation

Simple single page app

Install

    git clone
    composer install
    php artisan key:generate
    php artisan migrate
    php artisan db:seed
    
    npm i
    npm run build

Symlinc Create for attachments folder

ln -s ~/project-folder/storage/app/attachments ~/project-folder/public/attachments

About

Laravel Vue

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • PHP 82.1%
  • HTML 11.7%
  • Vue 6.2%