Download the PHP package unrulynatives/laravel-starter-kit without Composer

On this page you can find all versions of the php package unrulynatives/laravel-starter-kit. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package laravel-starter-kit

This is a starter kit designed to work just alongside a fresh or old Laravel 5.3 application.

There are only few convergence points which interfere with the app. These points are

Latest Stable Version

Demo

http://dev.unrulynatives.com

A DB-fed list of available features is available here: DEMO app here

What it is

  1. This is an instance of Laravel PHP Framework 5.3. A starter app. Its philosophy is slightly different than similar starter kits. Here are the highlights:
  1. I am an amateur programmer, not a pro. I treat this starter app and a standalone package with helpers as a self-teaching tutorial. These two packages were originally my private repository of snippets, solutions, answers from StackOverflow and ideas which I needed to develop my proejcts. They contain all code which might come useful.

for the original Laravel Framework go to Laravel Repository

FEATURES

A complete, DB-fed list of implemented and future features is avalable at the DEMO site. Most of the features are developed by preconfigured 3rd aprty packages.

Assorted solutions

- A gravatar displaying code (see model `getGravatarAttribute` in `App/User.php`).

- slugs for models powered by `cviebrock/eloquent-sluggable` package.

- Two themes pre-defined, powered by `igaster/laravel-theme`.

- some examples of `intervention/image` for manipulating images.

- login by invoking modal.

- QR code generator for any page, reloads for changes of hashtag value (See JS feature above). Provided by `simplesoftwareio/simple-qrcode`

- the app can recognize type of user's device, thanks to `jenssegers/agent`.

- Date presenters provided by `jenssegers/date` package. Extra helpers also available

- A simple upvoting system powered by `rtconner/laravel-likeable`.

- Model tagging powered by `rtconner/laravel-tagging`.

- commenting of models powered by `slynova/laravel-commentable`.

Admin tools

- Mass removal of records with field `status` == `null`. Easily adjustable for other purposes.

- Wholesale recreation of slugs. Needed when you decide to implement slugs after a number of records is already submitted by users

- user tracking (`spatie/laravel-activitylog`)

- `/admin/server-status` - point your browser here to display server status, Laravel version and php version

- DB and app backup powered by `spatie/laravel-backup`. A cron job pre-configured.

- permission system provided by `spatie/laravel-permission`.

Develpler tools and features

- Laravel debugbar
- A very handy scaffolding interface, DB-powered. `Amranidev/scaffold-interface`.
- some scaffolding methods provided by `laralib/l5scaffold`.
- manage translation files - URL `translations`. Powered by `barryvdh/laravel-translation-manager`.
- see logs of your app thanks to `arcanedev/log-viewer` package.
- 

CSS/JS hacks and improvements over used frameworks:

- Bootstrap: dropdown on hover  (see `css/common_elements.css`)
- Bootstrap: button with icon on one side. See example at `docs/components_common`.

- CSS classes for common CSS elements which I use most frequently. All are listed here `docs/components_common`

JS & jQuery SCRIPTS

- A script to load DOM patches via jQuery (`js/minitool_dom_patch.js`). A variation of the script displays an JS alert (`js/minitool_dom_patch_with_confirm.js`)

- A script to set hash value when switching between tabs on a page (`js/minitool_tabhas_bootstrap.js`).

- 3 frontend solutions to show/reveal more content. (`js/minitool_showhide.js`). Example: an attribite `data-more-close` hides an element by use of jQuery `slideUp` at the page load.

- A solution to load content into a modal. Content can be cloned from hidden DOM elements of loaded by AJAX (`js/minitool_modal_universal.js`).

Other, less vital packages & features

- Translate an address into GPS coordinates thanks to `spatie/geocoder`.

- Creating expirable links, powered by `spatie/laravel-url-signer`.

Future features

Packages installed, but not configured and with no example usage

- `spatie/laravel-link-checker`.
- `spatie/laravel-or-abort`.
- Social logins powered by `laravel/socialite`.
- caching your queries thanks to `watson/rememberable`.
- spatie/laravel-analytics
- spatie/laravel-responsecache
- unicodeveloper/laravel-password
- arcanedev/no-captcha
- arrilot/laravel-widgets
- classygeeks/potion
- User-2-user messages, powered by `cmgmyr/messenger`

Code to write (contributors welcome!):

- return to the original page after login

- User AVATAR supported locally instead of Gravatar - by user's choice

- spam prevention: blocking certain email domains from registering as users. Sometimes needed to stop bot registration

- advanced voteup/votedown system provided as an external package

- solution for storing user options in a separate table linked to User model by hasMany relation

A list of PACKAGES used in this project

A DB-fed list is available at the DEMO app here

### this is the `collective` equivalent - used temporarily for the still unreleased Laravel 5.3
    "laravie/html": "~5.3",

### Theme system. This App uses it for switching between CSS frameworks
    "igaster/laravel-theme": "~1",

### A complete roles/auth solution. 
    "spatie/laravel-permissions": "2.1.*@dev",
    See URL `admintools/assign-roles`

### detects if user is using a mobile or a desktop device
    "jenssegers/agent" : "~2.3",

### slugs
    "cviebrock/eloquent-sluggable": "dev-master",

### a simple admin panel
    "laraveldaily/quickadmin": "^1.1",

### tagging for models
    "rtconner/laravel-tagging": "2.*",

### comment system
    "slynova/laravel-commentable": "^2.0"
    This system supports replies at multiple level.

###Tracking user activity 
 "spatie/laravel-activitylog": "^1.2",
    See URL `admintools/user-track`

INSTALLATION

Variant 1: Merging into your existing project

Note: all files and changes made to the original Laravel 5.3 laravel app are made in a way allowing you to get rid of some or all functions.

- All view files are stored in `starter` folder with exception of
- `auth` folder which is created by the native Laravel command `php artisan make:auth`

- all routes for the Starter functions are placed in `routes/starter.app`. You can comment out the routes in bulk or undegister the route file in `app/Providers/RouteServiceProvider.php`

- Controllers for the Starter App are stored in subfloder `app/Http/Controllers/Starter`

Variant 2: Setting up a new app

  1. Pull this starter kit to your local drive

  2. run composer install. You need to install the Composer itself to do that. See Composer Download Page.

  3. Generate application key with shell command artisan key:generate

  4. clone the file .env.example and rename it to .env

  5. Create and populate the database. Make sure that
    • you would place the DB credentials to the .env file DB_CONNECTION=mysql // this is the default mysql database connection. You can define extra connections later. DB_DATABASE=homestead DB_USERNAME=homestead DB_PASSWORD=secret
  1. Initiate the Laravel's bundled authentication functions. As described here use php artisan make:auth commmand.

You will also need to create tables in your database. Use php artisan migrate to do that.

LAST STEP

After completing the above steps the app should work. Point your browser to the localhost/APP_FOLDER/public/.. You should see the landing page. (This solution required DB connection to work properly) Point your browser to the localhost/APP_FOLDER/public/welcome.. You should see the landing page. (You will see the standard welcome screen delivered by Laravel)

integrating this package with bare Laravel app

This starter is designed to work alongside the bare Laravel app with as few modifications to the "blank" app as possible. The reason is simple: ssometimes new versions of the Laravel come with changes to the app structure.

The majority of the files are copied by the unrulynatives/helpers package: as soon as you publish the package assets, all necessary foles would appear in your app:

Integrating:

to the protected $routeMiddleware.

Optional steps. The newest changes to MySQL 5.7 produce some annoying problems with the app. This is how to avoid them. Modify the DB connection definition with this:

Contribution guide

Just fork the project, adjust code or provide yours and do a pull request.

About this starter package

I am an amateur programmer, trying to create an sophisticated app for decisionmaking. The project is already launched in Poland in 2011. Now the code & content is adjusted to other languages. The gist: the app registers actions of public fugures and other actors present in public space to generate dynamic 'lesser evil' lists for the purpose of voter and consumer decision. The desired functionality is similar to the featured Buycott.com application.

If you like the idea standing behind such an app and are willing to contribute, please contact me.

About Laravel framework

Security Vulnerabilities

If you discover a security vulnerability within Laravel, please send an e-mail to Taylor Otwell at [email protected]. All security vulnerabilities will be promptly addressed.

License

The Laravel framework is open-sourced software licensed under the MIT license.


All versions of laravel-starter-kit with dependencies

PHP Build Version
Package Version
Requires php Version >=5.6.4
laravel/framework Version 5.3.*
laravel/socialite Version ~2.0
laravelcollective/html Version 5.3.x-dev
amranidev/scaffold-interface Version dev-master
arcanedev/log-viewer Version ~3.0
arcanedev/no-captcha Version ~3.0
arrilot/laravel-widgets Version dev-master
barryvdh/laravel-debugbar Version *
barryvdh/laravel-translation-manager Version dev-master
classygeeks/potion Version dev-master
cmgmyr/messenger Version ~2.0
cviebrock/eloquent-sluggable Version dev-master
doctrine/dbal Version 2.4.5
fabpot/goutte Version ~3.1
igaster/laravel-theme Version ~1
intervention/image Version 2.*
jenssegers/agent Version ~2.3
jenssegers/date Version ^3.2
rtconner/laravel-likeable Version 1.*
rtconner/laravel-tagging Version 2.*
simplesoftwareio/simple-qrcode Version 1.*
spatie/laravel-activitylog Version ^1.6
spatie/laravel-backup Version ^3.9
spatie/laravel-permission Version 1.5.*@dev
spatie/laravel-link-checker Version ^1.0
spatie/laravel-or-abort Version ^1.0
spatie/geocoder Version ^2.1
spatie/laravel-url-signer Version ^1.1
spatie/laravel-analytics Version ^2.1
spatie/laravel-responsecache Version dev-master
thyagobrejao/laravel-commentable Version ^1.0
unicodeveloper/laravel-password Version 1.0.*
watson/rememberable Version dev-master
unrulynatives/helpers Version 0.*
unrulynatives/attitudes Version 0.*
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package unrulynatives/laravel-starter-kit contains the following files

Loading the files please wait ....