Skip to content

School project to demonstrate features and development in the Laravel framework

Notifications You must be signed in to change notification settings

orbiszlin/s3c-laravel-2025

Repository files navigation

Laravel Logo

Demonstration of Laravel framework

This project demonstrates how to work with the Laravel framework and familiarizes students with this development framework. It also teaches students best practices in web application development regardless of the chosen framework solution, and focuses on the advantages and disadvantages of specific solutions.

Installation

Local installation

To install, you need to have these components installed on your system:

  • PHP 8.3 or higher is available in the command line.
  • Composer is available in the command line.
  • NPM (v11.5) and Node.js (v24.5) or newer versions.
  • General installation (new project and system requirements) is described at Výukových materiálech.
  1. Clone the repository git clone of this project, or use an IDE cloning tool.
  2. Install PHP libraries composer install.
  3. Install NPM libraries npm install (not necessary yet).
  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. Pokud používáte SQLite dataábi (ta výchozí) tak pozor: často se nevytvoří soubor database.sqlite ve složce database. Pokud se nevytvoří automaticky, vytvořte jej!
  6. Build CSS npm run dev or npm run build for built (not needed yet).
  7. Start server php artisan serve.

About

School project to demonstrate features and development in the Laravel framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages