PHP code example of stevenmaguire / zurb-foundation-laravel
1. Go to this page and download the library: Download stevenmaguire/zurb-foundation-laravel library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
stevenmaguire / zurb-foundation-laravel example snippets
'providers' => array(
'Illuminate\Foundation\Providers\ArtisanServiceProvider',
'Illuminate\Auth\AuthServiceProvider',
...
'Stevenmaguire\Foundation\FoundationServiceProvider',
),
$rules = array(
'name' => array('que:users,email,%%id%%','regex:/^([a-zA-Z0-9])+([a-zA-Z0-9\+\%\._-])*@([a-zA-Z0-9_-])+([a-zA-Z0-9\._-]+)+$/'),
'password' => array('