Welcome to the Laravel Bootcamp! In this guide we will walk through building a modern Laravel application from scratch. To explore the framework, we'll build a microblogging platform called Chirper.
Requirements:
- Composer
- Node.js
Clone the project
git clone https://github.com/k-ardliyan/laravel-bootcamp-inertia.git
Go to the project directory
cd laravel-bootcamp-inertia
Install dependencies
composer dump-autoload
Start the server
php artisan serve
Client: Inertia, React, TailwindCSS
Server: Laravel 11, PHP (8.3.3), Vercel PHP 0.7.0, Node.js 18.x
Database: MySQL 8.0