Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ To install, you need to have these components installed on your system:
4. Set up the project:
- Copy `.env.example > .env` file and setup the file.
- Generate key `php artisan key:generate`.
5. Migrate database and seed all data `php artisan migrate:fresh --seed`
6. ~~Build CSS `npm run dev` or `npm run build` for built~~ (not needed yet).
7. Start server `php artisan serve`.
5. if using SQLite, create an empty file: `/database/database.sqlite`.
6. Migrate database and seed all data `php artisan migrate:fresh --seed`.
7. ~~Build CSS `npm run dev` or `npm run build` for built~~ (not needed yet).
8. Start server `php artisan serve`.