A Laravel blog application styled using Tailwind CSS demonstrating the following programming concepts:
- Clone The Project
- CD into working directory.
- Open terminal and run the following commands:
- Install Laravel Dependencies
- Install Frontend Dependencies
- Configuration
- Rename .env.example to just .env and those are your default configuration
- Migrate Database
- Create symbolic link to the public storage folder
- Run Application
git clone https://github.com/ibtehaz/star-wars-blog.git
cd star-wars-blog
composer install
npm install && npm run dev
php artisan migrate
php artisan storage:link
php artisan serve
Please register as any of the following usernames to perform CRUD operations with administrator privileges: