LaravelSnippets.com website | A repository of useful code snippets for Laravel PHP framework

Overview

LaravelSnippets.com website

Live site - http://laravelsnippets.com/

Twitter - https://twitter.com/laravelsnippets

Facebook Page - https://www.facebook.com/LaravelSnippets

Don't forget to star this repository :) And feel free to fork it.

Core Developers

How to contribute?

Bug fixes

  • Just fork the repository, apply your bug fix and send a pull request on the development branch.

Features

  • File an issue on this repo with a title that looks like this: [Proposal] Admin Dashboard.
  • Once the proposal is approved you can go ahead and implement your proposal and send a pull request.

You can also contribute features by visiting the issues page on the repository, you'll see issues tagged with "request", if you want to implement it, just leave a comment that you will implement it and just send a pull request.

Contributors

A huge thanks to these developers who contributed to the development of the site:

Requirements

  1. PHP 5.4
  2. Redis

Local Installation

See wiki page

Running the tests

  1. Create a test database and configure config/testing/database.php

  2. Migrate and Seed database for testing php artisan migrate --seed --env=testing

  3. Run php vendor/bin/phpunit in the console

Comments
  • Convert Redis to MySQL

    Convert Redis to MySQL

    Hi guys,

    What do you think to converting LaravelSnippets to only use MySQL rather than MySQL and Redis? I think that we'll open it up to more contributors by just using MySQL.

    opened by davidnknight 12
  • Facebook and Google integration

    Facebook and Google integration

    sample hybridauth.php to be included in app\config

    <?php
    
    return array(
        'base_url'  => URL::route('hybridauth', array('process' => true)),
        'providers' => array(
            'Facebook' => array(
                'enabled' => true,
                'keys' => array(
                    'id' => '',
                    'secret' => ''
                ),
                'scope' => ['user_about_me', 'email']
            ),
            'Google' => array(
                'enabled' => true,
                'keys' => array(
                    'id' => '',
                    'secret' => ''
                ),
                'access_type' => 'online',
                'scope' => 'https://www.googleapis.com/auth/userinfo.profile https://www.googleapis.com/auth/userinfo.email'
            )
        )
    );
    
    opened by michaellouieloria 10
  • [Update] New icons/logo

    [Update] New icons/logo

    Tell me what do you think. I thought it was better to "differentiate" a bit from other sites/twitter accounts that have the same logo.

    laravel-snippets

    It is simple. If someone has a better one, I won't be offended.

    My photoshop skills are not that good :D

    opened by ghost 7
  • Migrated to 4.1.

    Migrated to 4.1.

    Think there will be another merge conflict in composer.json. Otherwise; all looks ok. There is some info about the updates to the auth system; but I tested account creation and login - seems to still work with the old mechanisms. :)

    opened by assertchris 6
  • Blocked fake hit increment

    Blocked fake hit increment

    Blocked snippet hits increment with F5 key. I think the snippets (http://goo.gl/E7j3RW) hits is fake. This site does not appear until perhaps :) Cookies be removed or disabled. But let's at least a little precaution.

    opened by mayoz 4
  • Fundraising

    Fundraising

    No-one likes to talk about it, but we need to. It can't become somebody's personal liability, so let's look at ways of raising the minuscule funds we need to keep it going.

    I suggest one of the following:

    1. We have a donate page (on the site) and a corresponding PayPal donate button on the GitHub repo. That can go to whoever is responsible for seeing that the hosting (and other expenses) are paid.

    2. We ask on Twitter for donations (possibly leading to those pages/links).

    opened by assertchris 3
  • Use a better error message for 404 errors

    Use a better error message for 404 errors

    This is the current error message: "Whoops, looks like something went wrong."

    Should be something like: "Sorry, the page you are looking for could not be found."

    opened by johnnncodes 0
  • Dashboard section dashboard breadboard send to wrong address

    Dashboard section dashboard breadboard send to wrong address

    On the dashboard section the breadboard links to broken links. that not exist in the routes file. ' members/ ' and '/members/snippets' when you enter a snippet.

    unfortunately I didn't find an solution to the issue.

    opened by kolyaio 0
  • Header cleanup

    Header cleanup

    I think site header is pretty much messed up. There are plenty of javascripts which are not needed on home page for example following js has no need on home page:

    <!-- jquery file upload -->
    <script src="{{ asset('packages/jquery-file-upload-8.9.0/js/vendor/jquery.ui.widget.js') }}"></script>
    <script src="{{ asset('packages/jquery-file-upload-8.9.0/js/jquery.iframe-transport.js') }}"></script>
    <script src="{{ asset('packages/jquery-file-upload-8.9.0/js/jquery.fileupload.js') }}"></script>
    

    It will be nice if you can combine js/css into a single file.

    request assigned 
    opened by moazam1 2
  • Breadcrumbs

    Breadcrumbs

    opened by granthatcher 1
A simple and useful blog coded with laravel & php.

Blog with Setup Directions npm install composer install Set database infos in the .env php artisan migrate:fresh --seed php artisan serve npm run hot

Mustafa Tofur 1 Oct 11, 2022
This is the source code to my website built with the Laravel framework.

About This is the source code to my website built with the Laravel framework. Set-up Simply clone this repository, install composer and node dependenc

Octanna 6 Dec 29, 2021
This repository contains source code of my personal portfolio at naurislinde.com

The source code of naurislinde.com This repository contains source code of my personal portfolio at naurislinde.com Getting Started These instructions

Nauris Linde 7 Sep 12, 2022
The source code for the Laravel Tricks website

Laravel-Tricks Laravel-Tricks is now under the ownership of Tighten, and all development is taking place under a private repo until we can extract som

CodepadME 973 Dec 27, 2022
The source code to Charlie’s old website.

About This is the source code to my website built with the Laravel framework. Set-up Simply clone this repository, install composer and node dependenc

Charlie Joseph 6 Dec 29, 2021
Official repository for Find A PR. Find A PR is a platform that curates a list of issues around Laravel based project.

About Find A PR This is the official repository for Find A PR. Find A PR is a platform that curates a list of issues around Laravel based project. Req

Ash Allen 33 Dec 15, 2022
Frontend repository of libreoupas project, mostly written in PHP and JavaScript, using Bootstrap for responsivity.

libreoupas Description libreoupas est un site Internet permettant aux étudiant de la Faculté des Sciences et Technologies de Vandoeuvre-Lès-Nancy d'av

Clément Colné 4 Jan 6, 2022
This repository contains collection of portfolio's .

Welcome to the repository ?? This repository contains collection of portfolio's . You can add your own repository. How to contribute to this repositor

Avinash Singh 86 Dec 22, 2022
Versione non ufficiale del repository ad uso personale

GAzie - Gestione Aziendale Che cos'è GAzie GAzie è un software gestionale (ERP) multiazienda in grado di gestire tanti aspetti dell'azienda, dalla ges

Lab51.org contributes to Opensource Projects 2 Dec 14, 2022
Repository untuk menyimpan tugas Implementasi Dan Deployment Sistem

About Laravel Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experie

Alif Rachmad Kurniawan 1 Nov 23, 2021
While BotMan itself is framework agnostic, BotMan is also available as a bundle with the great Laravel PHP framework.

BotMan Studio About BotMan Studio While BotMan itself is framework agnostic, BotMan is also available as a bundle with the great Laravel PHP framework

BotMan 322 Dec 26, 2022
Project Website Social Network Laravel, Vue3

About Laravel Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experie

Old Wolf 1 Nov 4, 2021
Laravel website prototype with backoffice for content and users management

LaraProto LaraProto is a Laravel website prototype with backoffice for content and users management. Just install and glue your front end views Based

Marco Afonso 7 Aug 26, 2016
A simple News/Bloging Website Build Using Vue and Inertia with Laravel

Laravel Vue and Inertia News Site This is a simple News/Bloging Website Build Using Vue and Inertia with Laravel.

Tauseed 5 Sep 21, 2022
PHP SİMPLE HTML DOM with news website

PHP SİMPLE HTML DOM with news website I found a library that can pull data from a site to my own site with php. I used it and pulled the yield from a

Uğur Mercan 2 Oct 26, 2022
Created simple login system and chat type website using mysql database along with php and html , css and javascript.

Created simple login system and chat type website using mysql database along with php and html , css and javascript.

null 1 Jan 6, 2022
Aplikasi Point of Sale berbasis website menggunakan PHP native, Vanila Javascript , Bootstrap 5, Datatables dan MySQL

POS adalah sebuah aplikasi point of sale berbasis website yang dibangun menggunakan tech stack JS - PHP - MySQL.

Oka R. Abdillah 2 Feb 12, 2022
This website is built for ArrowSmile dental clinic using HTML, CSS , JS for frontend and PHP & MySQL.

arrow-smile-dentist-website This website is built for ArrowSmile dental clinic using HTML, CSS , JS for frontend and PHP & MySQL. URL : http://arrowsm

Rutuja Sanjay Jadhav 3 Sep 11, 2022
This website built for practice using HTML,CSS , Js and PHP - MySQL for backend

SammysBarbeque This website built for practice using HTML,CSS , Js and PHP - MySQL for backend Features added in the website: User:- Authentic and att

Rutuja Sanjay Jadhav 3 Sep 6, 2022