Laravel Starter is a comprehensive boilerplate designed for building modern web applications using the following technologies:
Follow these steps to get your development environment set up:
Clone the repository:
git clone https://github.com/yourusername/laravel-starter.git
Navigate to the project directory:
cd laravel-starter
Install dependencies:
composer install
npm install
Set up the environment file:
cp .env.example .env
php artisan key:generate
Run the migrations:
php artisan migrate
Start the development server:
php artisan serve
npm run dev
Visit the application:
Visit http://localhost:8000
in your browser.
We welcome contributions to enhance this starter kit! Please fork the repository and submit pull requests.