Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Laravel Starter Kit

Prerequisites

  • PHP >= 8.1
  • Composer
  • MySQL or other supported database
  • Node.js & npm (for frontend assets)

Installation

  1. Clone the repository

    git clone https://github.com/yishakdev/laravel-starter-kit.git
    cd laravel-starter-kit
  2. Install PHP dependencies

    composer install
  3. Copy .env file and configure

    cp .env.example .env
    • Update database and other environment settings in .env.
  4. Generate application key

    php artisan key:generate
  5. Run migrations

    php artisan migrate
  6. Install frontend dependencies

    npm install
    npm run dev
  7. Start the development server

    php artisan serve

Usage

Visit http://localhost:8000 in your browser.

Troubleshooting

  • Ensure all prerequisites are installed.
  • Check .env configuration for database connection issues.

About

Opinionated laravel starter kit with react and inertia js.

Topics

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages