simple.blog.website.mp4
It demonstrates a simple blog application with CRUD functionality for posts and categories, using Blade templates and Bootstrap for styling.
Features include:
- Article and category management
- Responsive navigation
- Validation and error handling
- Example factory and seeder usage
HTML Template Used:
- Clone the repository.
- Go to blog-app
cd blog-app - Install dependencies with
composer install. - Copy
.env.exampleto.envand configure your environment. - Generate key:
php artisan key:generate - Run migrations:
php artisan migrate:fresh --seed - Start the development server:
php artisan serve
For more details on Laravel, see the official documentation.