Laravel v9.14.1 Blog application with Tailwind CSS v3.0.18
Setting up your development environment on your local machine :
$ git clone https://github.com/majidmohammadpanah/laravel-blog.git
cd laravel-blog
rename .env.example .env
composer install
php artisan key:generate
npm install
npm run dev
php artisan migrate
php artisan db:seed --class=UserSeeder
This will create a new user that you can use to sign in :
email: majidmohammadpanah@gmail.com
password: wo5nrxqu
This project is released under the MIT license.