Skip to content

g-i-kala/laravel-developer-portfolio

Repository files navigation

Laravel Logo

Build Status Total Downloads Latest Stable Version License

Karo::Creative Developer Portfolio

Welcome to the Karo::Creative Developer Portfolio! This project is a dev project showcasing web app. It is built with Laravel and showcases various features and best practices in web development.

Features

  • CRUD Operations:

    • Create, Read, Update, and Delete operations for projects.
    • Input sanitization and validation using Laravel Form Requests.
  • Blade Templating:

    • Organized views with reusable Blade components for maintainability and scalability.
  • Tagging System:

    • Projects can be tagged with relevant keywords.
    • Scheduled tasks for tag purging and cleaning.
  • Search Functionality:

    • Advanced search options to easily find projects and tech-stack.
  • Continuous Feature Development:

    • Regularly adding new features to enhance functionality.

Planned Features

  • Social Media Integration:
    • Allow project postings to be shared on social media platforms.

Installation

To get started with the application, follow these steps:

  1. Clone the repository:

    git clone https://github.com/g-i-kala/laravel-developer-portfolio.git
    cd project-board
  2. Install dependencies:

    composer install
    npm install
  3. Environment setup:

    • Copy .env.example to .env and configure your database and other settings.
  4. Generate application key:

    php artisan key:generate
  5. Run migrations:

    php artisan migrate
  6. Serve the application:

    php artisan serve

Contributing

Contributions are welcome! Please submit a pull request or open an issue for any improvements or bug fixes.

License

This project is open-source and available under the MIT License.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published