Skip to content

Pfadi-Nunenen/found

Folders and files

NameName
Last commit message
Last commit date
Jun 21, 2022
Feb 8, 2023
Jan 18, 2020
Jun 15, 2022
Feb 8, 2023
Jun 14, 2022
Feb 8, 2023
Feb 8, 2023
Jun 14, 2022
Jun 14, 2022
Feb 8, 2023
Jan 16, 2022
Jun 22, 2022
Jun 14, 2022
Jun 15, 2022
Feb 8, 2023
Jun 14, 2022
May 20, 2022
Aug 27, 2020
Feb 8, 2023
Jun 14, 2022
Jul 19, 2024
Dec 31, 2024
Feb 8, 2023
Apr 25, 2025
Feb 8, 2023
Feb 8, 2023
Jun 14, 2022
Apr 25, 2025

Repository files navigation

Lost & Found

Features

Users management

Create various users in the application. But there is no access-management. Every user can control the whole application / information. Seeded user can log in with the following data : [email protected]:password

Items

You can define Items, which will be shown on the public page.

Claims

Customers can claim an Item to get it back.

Technologies

PHP

Developed & Tested on PHP: 7.4.6

Laravel

Based on Laravel-Framework Version: 7.26.1

Yarn

User Yarn to compile Assets in Version: 1.22.0

Setup

Webserver

Best use Apache or Nginx as Webserver. Surely with PHP module or FPM | FCGI. You'll have to set the document root into the dir ./public.

Composer installation

Now install all the composer-libraries with the command composer install or php composer.phar install. See here how to install composer: https://getcomposer.org/

DB Migration

If the app is set up, you have to create a db by now. Enter the configuration to the .env or add them to the server ENV. If the configuration is done, run the following command: php artisan migrate

DB Seeding

When migration is done, let the DB be seeded: php artisan db:seed

Have fun...

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages