Skip to content

hexidedigital/LaravelStarter

Repository files navigation

Requirements

Components

Before start

Setup

  • ./setup.sh

Dev process

  • npm run watch
  • php artisan serve

Build assets for production

npm run production

API mock

In order to mock your API requests put any json files inside the public/api directory.

http://localhost:8000/api/mock/users/1.json http://localhost:8000/api/mock/settings.json

Todo

  • php linter
  • es linter
  • themes
  • api stub
  • commit hook
  • sass linter?

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published