🍽️ Chef Website – Laravel Application A dynamic and responsive Chef Portfolio & Food Blog website built with Laravel. The platform showcases chef services, recipes, blogs, testimonials, and more with an easy-to-manage admin panel.
✅ Features Dynamic Admin Panel to manage:
Blog posts with images and rich text editor
Team members and testimonials
Gallery images for food presentations
Food Blog Section with ingredients table support
Responsive Design using Bootstrap
SEO-friendly URLs and blog structure
Image upload & storage using Laravel’s file system
Contact form for inquiries
🛠️ Tech Stack Backend: Laravel 10+
Frontend: Bootstrap 5, jQuery
Database: MySQL / MariaDB
Rich Text Editor: CKEditor 5
Version Control: Git & GitHub
📂 Installation Clone the repository:
git clone https://github.com/manojnager/chef-website.git cd chef-website Install dependencies:
composer install npm install && npm run dev Copy .env.example to .env and update database credentials:
cp .env.example .env php artisan key:generate Run migrations:
php artisan migrate Start the development server:
php artisan serve Access the website at http://127.0.0.1:8000
🖼️ Screenshots (Add screenshots later to show homepage, blog, and admin panel)
🤝 Contributing Feel free to fork this repo and submit pull requests to enhance features or fix bugs.
📜 License This project is open-sourced under the MIT license.