Setup dev environment
Contribute to Dopenote
Requirements
PHP 7.3 (7.2 also work, but 7.4 doesn't atm. - march 2020))
Composer
A mariadb/mysql server
npm- to build javascript files
Setup
Fork the repo on GitHub
Git clone your fork
Run
composer installin the repo dirCreate a new database called
dopenote(collation:utf8mb4_unicode_ci)Rename the file
.env.exampleto.envChange the
DB_*values in the.envfileRun
php artisan migrate:freshRun
php artisan key:generateRun
php artisan serveRun
npm run devto build .js files (or runnpm run watchto watch for changes)See the site at http://127.0.0.1:8000
You can create an admin user by running php artisan db:seed- then you can login with email: admin@localhost and password: 12341234
Last updated
Was this helpful?