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 devphp artisan migrate php artisan db:seed --class=UserSeederThis will create a new user that you can use to sign in :
email: majidmohammadpanah@gmail.com password: wo5nrxquThis project is released under the MIT license.