Skip to content

A decent Laravel application template, with an admin area to manage (super)users and roles. It also allows users to edit their own profile/userdata.

Notifications You must be signed in to change notification settings

JaapMoolenaar/LaravelApplication

Repository files navigation

Laravel Application Template

Build Status Total Downloads Latest Stable Version Latest Unstable Version License

This is my template used to quickly start a Laravel application.

It has user and role/permission management available from the get-go and some basic styling along with it.

Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable, creative experience to be truly fulfilling. Laravel attempts to take the pain out of development by easing common tasks used in the majority of web projects, such as authentication, routing, sessions, queueing, and caching.

Laravel is accessible, yet powerful, providing powerful tools needed for large, robust applications. A superb inversion of control container, expressive migration system, and tightly integrated unit testing support give you the tools you need to build any application with which you are tasked.

Installation

This project is not meant to be installed via composer, but to be cloned or downloaded from git. git clone https://github.com/Satsume/LaravelApplication.git

To install all vendor packages composer install --no-dev

Since the template is not installed via laravel's installer, the copying of the .env file and generating of the key is also placed in "post-install-cmd", which is run after you execute the above command.

Official Documentation

Documentation for the framework can be found on the Laravel website.

About

A decent Laravel application template, with an admin area to manage (super)users and roles. It also allows users to edit their own profile/userdata.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published