Larapark is a web-based parking management system designed to streamline the administration of parking lots and spaces. Built with Laravel, this free application provides a user-friendly interface and essential features for efficient parking management.
Key functionalities include vehicle registration, tracking of active vehicles, billing calculations, and comprehensive tariff management. Users can easily monitor total revenue, manage vehicle records, and customize parking rates. With dark mode compatibility and a robust authentication system, Larapark ensures a secure and visually appealing experience for parking lot operators. This project aims to enhance operational efficiency and improve the overall management of parking facilities.
- Laravel 10
- Composer
- Clone this repo to your computer:
git clone [email protected]:MarcosKlender/Larapark.git
- Install composer dependencies with:
cd Larapark composer install
- Install npm dependencies with:
or
npm install
pnpm install
- Use this to create your own
.env
file:cp .env.example .env
- Update the
.env
file with your database credentials and run:php artisan migrate --seed php artisan key:generate
- Launch the local server with:
php artisan serve
- In other tab, launch the npm server and start using the app:
or
npm run dev
pnpm run dev
- Use the default credentials (don't forget to change it):
Email: [email protected] Password: admin123
Distributed under the MIT License. This app doesn't collect any information at all.