Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/laracasts-jverd/pixel-positions
https://github.com/laracasts-jverd/pixel-positions
blade laravel tailwind
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/laracasts-jverd/pixel-positions
- Owner: laracasts-jverd
- Created: 2024-07-23T08:28:00.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-24T09:28:13.000Z (5 months ago)
- Last Synced: 2024-07-24T12:39:30.585Z (5 months ago)
- Topics: blade, laravel, tailwind
- Language: PHP
- Homepage:
- Size: 101 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pixel Positions
Vite
```sh
npm install
npm run dev
```Tailwind
```sh
npm install -D tailwindcss postcss autoprefixer
npx tailwindcss init -p
``````sh
php artisan make:migration create_employers_table
```Create models with controller, factory, etc
```sh
php artisan make:model Employer -cfs --policy
php artisan make:model Job --all
```Generate a new test file
```sh
php artisan make:test
```Execute tests
```sh
php artisan test
```Link storage to public folder
```sh
php artisan storage:link
```