You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
![]() |
8 hours ago | |
---|---|---|
app | 8 hours ago | |
bootstrap | 2 months ago | |
config | 1 month ago | |
database | 2 weeks ago | |
lang/en | 2 months ago | |
public | 4 weeks ago | |
resources | 8 hours ago | |
routes | 8 hours ago | |
storage | 2 months ago | |
tests | 2 months ago | |
.editorconfig | 2 months ago | |
.env.example | 2 months ago | |
.gitattributes | 2 months ago | |
.gitignore | 2 months ago | |
README.md | 4 weeks ago | |
artisan | 2 months ago | |
composer.json | 4 weeks ago | |
composer.lock | 4 weeks ago | |
docker-compose.yml | 1 month ago | |
package-lock.json | 1 month ago | |
package.json | 4 weeks ago | |
phpcs.xml | 1 month ago | |
phpunit.xml | 1 month ago | |
postcss.config.js | 2 months ago | |
server_stop.sh | 2 weeks ago | |
start.sh | 2 weeks ago | |
tailwind.config.js | 2 months ago | |
test.sql | 2 weeks ago | |
valet_diagnostics.txt | 4 weeks ago | |
vite.config.js | 4 weeks ago |
README.md
A Laravel Online Store
This is an online store built with Laravel 9
It comes from code in the book: "Practical Laravel".
Requirements:
Laravel 9
npm:
browser-sync
tailwindcss
valet (i had to manually add 127.0.0.1 site.test to hosts file to get this working)
Routes:
- Routes do not apply business logic, only call controllers.
Controllers:
- Controllers should only pass an associative array called $viewData to views.
Routes:
- Routes do not apply business logic, only call controllers.