Skip to content

Latest commit

 

History

History
39 lines (33 loc) · 1.11 KB

README.md

File metadata and controls

39 lines (33 loc) · 1.11 KB

Smart Laravel Project

laravel-skeleton A Skeleton/Boilerplate for Your Laravel Projects!
"Simple, Fast, Powerful"

About the Project

This project is designed for developers who want to build powerful applications using Laravel with ease and efficiency.

Technology Stack

  • PHP Version: 8.3
  • Database: MySQL / MariaDB
  • Framework: Laravel 11

Installation Guide

Follow these simple steps to set up the project:

  1. Install the required dependencies using Composer:
    composer install
  2. Configure the environment file:
    Copy .env.example to .env and update the configuration according to your setup.
  3. Generate the application key:
    php artisan key:generate
  4. Create a new database and import the provided SQL file located at:
    database/smartproject.sql
    
  5. Run the application:
    php artisan serve

That's it! Your application is now ready. Open it in your browser.

Contribution

We welcome contributions!
Fork this repository, make your improvements, and submit a Pull Request to collaborate with us.