Repository
https://github.com/frnxstd/laravel5-website-starter-kit
Laravel 5 is very handy tool to make a project at light speed. But still we need to type some code. This starter-kit is actually made for personal usage but i decided it could be useful for Laravel 5 newbies and webmasters. Basically prepare your template for blade template engine and put your template assets into public folder.
Laravel 5 Website Starter-Kit
- This project was built on Laravel 5.6
Laravel is an awesome framework written in PHP7
To run this sample project, please follow these steps.
install dependencies:
composer install
create your own environment file:
php -r "file_exists('.env') || copy('.env.example', '.env');
generate an application key:
php artisan key:generate
It contains some basics such as Laravel Requests. You must set your environment variables in .env file to use YouTube and Captcha features.
- Language switcher
- An example component defined as breadcrumb
- YouTube API integration (Requires YouTube API Key, here you go https://developers.google.com/youtube/v3/getting-started)
- Contact form with form validation and e-mail
- Capcha Control for contact form (Obtain from https://www.google.com/recaptcha/admin)