Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xcyberpunkx/trucksys_lara11
https://github.com/xcyberpunkx/trucksys_lara11
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/xcyberpunkx/trucksys_lara11
- Owner: xCyberpunkx
- Created: 2024-06-12T11:39:32.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-06-30T14:45:12.000Z (6 months ago)
- Last Synced: 2024-07-03T07:02:46.062Z (6 months ago)
- Language: PHP
- Size: 66.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TruckSys Laravel 11
## Project Description
TruckSys is a Laravel 11 application designed for managing trucks. It includes features such as CRUD operations for trucks, user authentication, and more.
## Features
- Add, edit, view, and delete trucks
- User authentication
- Responsive design with Bootstrap
- Laravel framework## Requirements
- PHP 8.2 or higher
- Composer
- MySQL
- Node.js and npm## Installation
1.
```sh
git clone https://github.com/xCyberpunkx/truckSys_lara11.git
Navigate to the project directory:cd truckSys_lara11
Install the dependencies:composer install
npm install
npm run dev
Create a copy of the .env file:cp .env.example .env
Generate an application key:php artisan key:generate
Configure your database in the .env file:
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=your_database_name
DB_USERNAME=your_database_username
DB_PASSWORD=your_database_password
Run the database migrations:php artisan migrate
Start the development server:php artisan serve
Usage
Visit http://localhost:8000 to access the application.
Use the provided UI to manage trucks.
Contributing
Contributions are welcome! Please create a pull request or open an issue for any feature requests or bugs.License
This project is open-source and available under the MIT License.