Skip to content

Commit

Permalink
chore: change readme
Browse files Browse the repository at this point in the history
  • Loading branch information
djaiss committed Dec 8, 2023
1 parent 97c0368 commit dab138c
Showing 1 changed file with 3 additions and 23 deletions.
26 changes: 3 additions & 23 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,27 +2,7 @@

MIT license.

### how to

### Principles

- Stick with Laravel's conventions as much as possible
- No dependencies if possible

### Stack

- We use Bun to manage front end dependencies.
- We use Composer to manage back end dependencies.
- Laravel + HTMX + TailwindCSS

### Architecture

- Views should be dumb and only display data from the backend
- Controllers should be thin and only handle requests
- Data that views need should be prepared by view models and called from the controllers

### Deploy

- `php artisan icons:clear` to clear heroicons cache
- `php artisan icons:cache` to cache all heroicons used
- `php artisan view:clear` to clear view cache
- `php artisan view:cache` to cache all views
- first, * replace all semi colons with commas in the CSV
* `sed 's/;/,/g' yourfile.csv > newfile.csv`

0 comments on commit dab138c

Please sign in to comment.