Best laravel framework open-source packages.

Bakker bartel

Website for Bakery Bartel in Purmerend. Made by a team of 5 students using Laravel, MySQL, HTML/CSS, Tailwind
Updated 3 months ago

Bakker Bartel 🥯

Website for Bakery Bartel in Purmerend. Made by a team of 5 students using Laravel MySQL HTML/CSS Tailwind

🧐 Features

Here're some of the project's best features:

  • Dashboard
  • Login
  • Register
  • Reserving order
  • Administration Panel

🛠️ Installation Steps:

1. Clone this repository

git@github.com:rico-vz/bakker-bartel.git

2. Rename .env.example to .env and enter the right data

3. Install required composer packages

composer install

4. Run the migrations

php artisan migrate:fresh

5. Seed the database with data (optional)

php artisan db:seed

6. Install the required node packages

npm i

7. Run vite for Tailwind

npm run dev

8. Serve the website

php artisan serve

🍰 Contribution Guidelines:

Work on your own branch the main branch is protected. Once you have finished a feature submit a pull request with a good description of what you've made. Someone on the team will review your pull request & merge it if all is okay.

💻 Built with

Technologies used in the project:

  • Laravel
  • MySQL
  • PHP
  • HTML
  • TailwindCSS
  • Blade