A simple financial blog using Laravel & TailwindCSS.
The figma design and the tasks I had to complete are just below.
Figma design here
- Create a blog with Laravel
- Use Tailwind CSS
- Use Git
- Make a CRUD for articles
- Install the project
- Type 'Composer install' in the command line
- Install the database named 'buzencofinancialblog'
- Setup MySql in the ENV file with the correct database name & password
- Start the project with 'php artisan serve' command