All Projects → rdehnhardt → Skeleton

rdehnhardt / Skeleton

Licence: mit
Laravel Skeleton Application

Labels

Projects that are alternatives of or similar to Skeleton

Eloquent Filter
The Eloquent Filter is a package for filter data of models by the query string. Easy to use and fully dynamic.
Stars: ✭ 175 (-2.78%)
Mutual labels:  laravel
Blade Heroicons
A package to easily make use of Heroicons in your Laravel Blade views.
Stars: ✭ 173 (-3.89%)
Mutual labels:  laravel
Laravel Migrate Fresh
An artisan command to build up a database from scratch
Stars: ✭ 179 (-0.56%)
Mutual labels:  laravel
Laravel Beanstalkd Admin Ui
An Admin UI for Beanstalkd and Laravel
Stars: ✭ 176 (-2.22%)
Mutual labels:  laravel
Bulma
Bulma Frontend Preset For Laravel Framework 5.5 and Up
Stars: ✭ 177 (-1.67%)
Mutual labels:  laravel
School
Sistema de gerenciamento para escola em Laravel com VueJS (Não é mais Angular)
Stars: ✭ 178 (-1.11%)
Mutual labels:  laravel
Laravel Auditing
Record the change log from models in Laravel
Stars: ✭ 2,210 (+1127.78%)
Mutual labels:  laravel
Ziggy
Use your Laravel named routes in JavaScript
Stars: ✭ 2,619 (+1355%)
Mutual labels:  laravel
Laravel Auth Checker
Laravel Auth Checker allows you to log users authentication, devices authenticated from and lock intrusions.
Stars: ✭ 177 (-1.67%)
Mutual labels:  laravel
Nova Attach Many
BelongsToMany create / edit form component for Nova
Stars: ✭ 179 (-0.56%)
Mutual labels:  laravel
Vue Material Admin
A vue material design admin template
Stars: ✭ 2,170 (+1105.56%)
Mutual labels:  laravel
Laravel Migration Snapshot
Simplify and accelerate applying many migrations at once using a flattened dump of the database schema and migrations
Stars: ✭ 177 (-1.67%)
Mutual labels:  laravel
Platform
A @laravel based RAD platform for back-office applications, admin/user panels, and dashboards.
Stars: ✭ 2,623 (+1357.22%)
Mutual labels:  laravel
Laravel Cart Manager
Managing the cart in your Laravel/E-commerce application is a breeze
Stars: ✭ 175 (-2.78%)
Mutual labels:  laravel
Laravel Authorize
A middleware to check authorization
Stars: ✭ 179 (-0.56%)
Mutual labels:  laravel
Laravel Api Debugger
Easy debug for your JSON API.
Stars: ✭ 175 (-2.78%)
Mutual labels:  laravel
Ldaprecord Laravel
Multi-domain LDAP Authentication & Management for Laravel.
Stars: ✭ 178 (-1.11%)
Mutual labels:  laravel
School Api
Laravel - MultiSchool - Admin (single)
Stars: ✭ 180 (+0%)
Mutual labels:  laravel
Laravel Exchange Rates
A Laravel wrapper package for interacting with the exchangeratesapi.io API.
Stars: ✭ 180 (+0%)
Mutual labels:  laravel
Laravel Identify
📦 📱 Laravel 5 Package to Detect Users Browsers, Devices, Languages and Operating Systems
Stars: ✭ 177 (-1.67%)
Mutual labels:  laravel

Disable register

This application has disabled registration page.

Route system

The routing folder for this application has been changed to the application Http folder.

Directory: app/Http/Routes

How to install

First make storage folder writable.

cp .env.example .env
composer install
php artisan key:generate
php artisan migrate --seed
php artisan storage:link

Front-end development

npm install
npm run watch

Make production

npm run production

Screenshots

Front

Login

Dashboard

User List

User Edit

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].