Download the PHP package nodes/backend without Composer
On this page you can find all versions of the php package nodes/backend. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download nodes/backend
More information about nodes/backend
Files in nodes/backend
Informations about the package backend
Backend
A easy and clean backend to Laravel.
📝 Introduction
One thing we at Nodes have been missing in Laravel is a fast implemented backend which is easy to build on top of
📦 Installation
To install this package you will need:
- Laravel 5.1+
- PHP 5.5.9+
You must then modify your composer.json
file and run composer update
to include the latest version of the package in your project.
Or you can run the composer require command from your terminal.
🔧 Setup
Setup service providers in config/app.php
Setup alias in config/app.php
Publish config file all config files at once, we need to use force on backend, since we override gulp. The regular vendor:publish is for the 3 other packages
Publish config file for backend plugin only
Overwrite config file for backend plugin only
Add following to your /database/seeds/DatabaseSeeder.php
Dump
Now you can call php artisan migrate --seed Which will add the new tables and seed the roles/users to get going
Add to config/nodes/autoload.php
Run bower, npm & gulp to build css & js
Set up CSRF by pass in App\Http\Middleware\VerifyCsrfToken.php
Make TokenMismatch exceptions more user friendly, add following to App\Exceptions\Handler.php
⚙ Usage
Global function
Redirect with flash
🏆 Credits
This package is developed and maintained by the PHP team at Nodes
📄 License
This package is open-sourced software licensed under the MIT license
All versions of backend with dependencies
laravel/framework Version >=5.4.0 <6.15.0
laravelcollective/html Version 5.5.*||5.6.*||5.7.*||5.8.*||6.0.*
nodes/core Version ^1.0
nodes/assets Version ^1.0
nodes/database Version ^1.0
nodes/validation Version ^1.0
nodes/cache Version ^1.0
nodes/bugsnag Version ^1.0||^2.0
nodes/counter-cache Version ^2.0