Skip to content

Repository files navigation

What is needed to setup?

  1. PHP >=7.1 with extension requirements given as in Laravel's documentation.
  2. Node & NPM LTS Stable Release.
  3. Composer Stable Release.
  4. MySQL.

How you can install?

> composer install;
> cp -fR .env.example .env;
> chmod -fR 777 bootstrap/ storage/;
> php artisan migrate;
> npm install;

How to run the app?

php artisan serve

How can you see Web routes?

php artisan route:list

How can you see API routes?

php artisan api:route

About

The backend app cosound

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages