All Projects → laravel → Laravel.com Next

laravel / Laravel.com Next

Labels

Projects that are alternatives of or similar to Laravel.com Next

kirby-blade
Enable Blade for Kirby 3
Stars: ✭ 14 (-95.61%)
Mutual labels:  blade
Morphos-Blade
Morphos adapter for Blade
Stars: ✭ 32 (-89.97%)
Mutual labels:  blade
classy
Light, well-structured WordPress theme framework based on “Laravel Blade” template engine
Stars: ✭ 74 (-76.8%)
Mutual labels:  blade
jigsaw-docs-template
Starter template for a documentation site, using Jigsaw by Tighten
Stars: ✭ 39 (-87.77%)
Mutual labels:  blade
blade-simple-icons
A package to easily make use of Simple Icons in your Laravel Blade views.
Stars: ✭ 12 (-96.24%)
Mutual labels:  blade
jigsaw-blog-template
Starter template for a blog, using Jigsaw by Tighten
Stars: ✭ 75 (-76.49%)
Mutual labels:  blade
uchroma
An advanced driver for Razer Chroma hardware in Linux
Stars: ✭ 45 (-85.89%)
Mutual labels:  blade
Themevel
Theme and asset management for laravel
Stars: ✭ 278 (-12.85%)
Mutual labels:  blade
edge
[READ ONLY] A Blade compatible template engine with much extendable interface.
Stars: ✭ 26 (-91.85%)
Mutual labels:  blade
laravel-blade-phpstorm-live-template
PhpStorm Live Templates for Laravel Templates (Blade)
Stars: ✭ 32 (-89.97%)
Mutual labels:  blade
freechat
🐶 online anonymous chat application.
Stars: ✭ 31 (-90.28%)
Mutual labels:  blade
think-blade
Blade template engine with thinkphp 5. (component & slot support)
Stars: ✭ 34 (-89.34%)
Mutual labels:  blade
kirby-blade
Enable Laravel Blade Template Engine for Kirby 3
Stars: ✭ 20 (-93.73%)
Mutual labels:  blade
laravel-pagetitle
Laravel package for managing page titles in blade views
Stars: ✭ 19 (-94.04%)
Mutual labels:  blade
laravel-blade-sugar
Add syntactic sugar to your Laravel Blade templates.
Stars: ✭ 16 (-94.98%)
Mutual labels:  blade
selene
A opinionated Wordpress base theme based on Sage.
Stars: ✭ 31 (-90.28%)
Mutual labels:  blade
laravel-simple-select
Laravel Simple Select inputs component for Blade and Livewire.
Stars: ✭ 59 (-81.5%)
Mutual labels:  blade
Acorn
WordPress plugin framework with support for key Laravel components
Stars: ✭ 286 (-10.34%)
Mutual labels:  blade
Laravel Tailwind Css Dashboard Preset
🔥Dashboard preset using tailwindcss that support RTL out of the box
Stars: ✭ 255 (-20.06%)
Mutual labels:  blade
blade-zondicons
A package to easily make use of Zondicons in your Laravel Blade views.
Stars: ✭ 52 (-83.7%)
Mutual labels:  blade

Laravel Website

This is the source of the official Laravel website.

Local Development

If you want to work on this project on your local machine, you may follow the instructions below. These instructions assume you are serving the site using Laravel Valet out of your ~/Sites directory:

  1. Fork this repository
  2. Open your terminal and cd to your ~/Sites folder
  3. Clone your fork into the ~/Sites/laravel folder, by running the following command with your username placed into the {username} slot:
    git clone [email protected]:{username}/laravel.com-next laravel
    
  4. CD into the new directory you just created:
    cd laravel
    
  5. Run the setup.sh bin script, which will take all the steps necessary to prepare your local install:
    ./bin/setup.sh
    

Syncing Upstream Changes Into Your Fork

This GitHub article provides instructions on how to pull the latest changes from this repository into your fork.

Updating After Remote Code Changes

If you pull down the upstream changes from this repository into your local repository, you'll want to update your Composer and NPM dependencies, as well as update your documentation branches. For convenience, you may run the bin/update.sh script to update these things:

./bin/update.sh
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].