This is a blog web application built using Laravel 9, Inertiajs, Vue 3, and Tailwind CSS. It has a variety of features to make for a smooth and enjoyable user experience.
To get started, you will need to have a server running PHP and MySQL. Once you have that set up, you can clone this repository and run the necessary composer and npm commands to install the dependencies.
git clone https://github.com/Wansrif/inertia-blog.git
cd inertia-blog
composer install
npm install
After this, you should use the php artisan key:generate
command to generate this variable's value since the key:generate
command will use PHP's secure random bytes generator to build a cryptographically secure key for your application.
You will also need to set up the database and run the migrations. You can create a new database and edit the .env file to match your database configuration.
php artisan migrate
Once that's done, you should be able to run the app on your localhost.
php artisan serve
This blog web app is a great example of how to use Laravel, Inertia, Vue, and Tailwind CSS to create a modern and user-friendly web application. It has a lot of features and is easy to set up and use. Give it a try and see for yourself!