Skip to content

An attempt at management system built with Laravel. The project uses PostgreSQL and utilizes Laravel's ORM to provide various functionalities. Grade: 5.0/5

License

Notifications You must be signed in to change notification settings

trt77/Language-Course-Catalog

Repository files navigation

Laravel Logo

Build Status Total Downloads Latest Stable Version License

Launch

  1. Uruchomienie projektu wymaga PHP, Composer, Node.js i NPM. Instrukcja instalacji tych narzędzi znajduje się w dokumentacji Laravel: Installation - Laravel - The PHP Framework For Web Artisans
  2. Wypakuj katalog z projektem po czym przejdź do wypakowanego katalogu używając terminala (Win + R, ‘cmd.exe’), w tym celu użyj komendy cd „sciezka_do_katalogu”
  3. Uruchom polecenie composer install
  4. Uruchom polecenie npm install
  5. Kolejny krok wymaga instalacji PostgreSQL wraz z narzędziem pgAdmin (jeśli nie są zainstalowane). Zarówno PostgreSQL jak i pgAdmin są zawarte w instalatorze dostępnym pod tym adresem: PostgreSQL: Windows installers.
  6. Skorzystaj z narzędzia pgAdmin, aby utworzyć nową bazę danych. Zanotuj nazwę bazy danych, nazwę użytkownika i hasło, które będziesz potrzebował do następnego kroku. Jeśli nie masz zainstalowanego narzędzia pgAdmin, możesz je pobrać i zainstalować tutaj: PostgreSQL: Windows installers Instalator Link do pobrania narzędzia pgAdmin: Download (pgadmin.org)
  7. Skopiuj plik .env.example do nowego pliku o nazwie .env. W pliku .env ustaw parametry DB_DATABASE, DB_USERNAME i DB_PASSWORD na odpowiednie wartości, które zanotowałeś podczas tworzenia bazy danych. Pamiętaj, że projekt zakłada użycie systemu PostgreSQL.
  8. Uruchom polecenie php artisan key:generate, aby wygenerować klucz aplikacji Laravel. Klucz ten jest wymagany dla wszystkich aplikacji Laravel i służy do zabezpieczania sesji użytkownika oraz danych szyfrowanych.
  9. Uruchom polecenie php artisan storage:link 10.Uruchom polecenie php artisan migrate 11.Wybierz A lub B. Jeśli uruchamiasz projekt bez wypełniania przykładowymi danymi, z jednym domyślnym kontem administratora – uruchom polecenie A. Jeśli uruchamiasz projekt wypełniony danymi do celów testowych z jednym domyślnym kontem administratora i jednym testowym kontem użytkownika – uruchom polecenie B. A: php artisan db:seed --class=AdminUserSeeder B: php artisan db:seed 12.Uruchom polecenie php artisan serve 13.Uruchom przeglądarkę i przejdź do adresu URL serwera deweloperskiego (domyślnie jest to http://127.0.0.1:8000). Adres ten wyświetla się w terminalu

About Laravel

Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experience to be truly fulfilling. Laravel takes the pain out of development by easing common tasks used in many web projects, such as:

Laravel is accessible, powerful, and provides tools required for large, robust applications.

Learning Laravel

Laravel has the most extensive and thorough documentation and video tutorial library of all modern web application frameworks, making it a breeze to get started with the framework.

You may also try the Laravel Bootcamp, where you will be guided through building a modern Laravel application from scratch.

If you don't feel like reading, Laracasts can help. Laracasts contains over 2000 video tutorials on a range of topics including Laravel, modern PHP, unit testing, and JavaScript. Boost your skills by digging into our comprehensive video library.

Laravel Sponsors

We would like to extend our thanks to the following sponsors for funding Laravel development. If you are interested in becoming a sponsor, please visit the Laravel Patreon page.

Premium Partners

Contributing

Thank you for considering contributing to the Laravel framework! The contribution guide can be found in the Laravel documentation.

Code of Conduct

In order to ensure that the Laravel community is welcoming to all, please review and abide by the Code of Conduct.

Security Vulnerabilities

If you discover a security vulnerability within Laravel, please send an e-mail to Taylor Otwell via taylor@laravel.com. All security vulnerabilities will be promptly addressed.

License

The Laravel framework is open-sourced software licensed under the MIT license.

About

An attempt at management system built with Laravel. The project uses PostgreSQL and utilizes Laravel's ORM to provide various functionalities. Grade: 5.0/5

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages